File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 55
66Gem ::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 = [
You can’t perform that action at this time.
0 commit comments