Skip to content

Commit 3ca43e1

Browse files
committed
Regenerated gemspec for version 2.2.0
1 parent 5ec5211 commit 3ca43e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ernie.gemspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{ernie}
8-
s.version = "2.1.0"
8+
s.version = "2.2.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Tom Preston-Werner"]
12-
s.date = %q{2010-02-24}
12+
s.date = %q{2010-03-12}
1313
s.default_executable = %q{ernie}
14+
s.description = %q{Ernie is an Erlang/Ruby hybrid BERT-RPC server implementation packaged as a gem.}
1415
s.email = %q{tom@mojombo.com}
1516
s.executables = ["ernie"]
1617
s.extensions = ["ext/extconf.rb", "ext/extconf.rb"]
@@ -62,6 +63,7 @@ Gem::Specification.new do |s|
6263
s.homepage = %q{https://github.com/mojombo/ernie}
6364
s.rdoc_options = ["--charset=UTF-8"]
6465
s.require_paths = ["lib"]
66+
s.rubyforge_project = %q{ernie}
6567
s.rubygems_version = %q{1.3.5}
6668
s.summary = %q{Ernie is a BERT-RPC server implementation.}
6769
s.test_files = [

0 commit comments

Comments
 (0)