bertrpc.gemspec in mojombo-bertrpc-0.2.0 vs bertrpc.gemspec in mojombo-bertrpc-0.3.0

- old
+ new

@@ -1,14 +1,14 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{bertrpc} - s.version = "0.2.0" + s.version = "0.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tom Preston-Werner"] - s.date = %q{2009-08-13} + s.date = %q{2009-09-05} s.email = %q{tom@mojombo.com} s.extra_rdoc_files = [ "LICENSE", "README.md" ] @@ -19,32 +19,32 @@ "README.md", "Rakefile", "VERSION", "bertrpc.gemspec", "lib/bertrpc.rb", - "lib/bertrpc/call.rb", - "lib/bertrpc/call_proxy.rb", + "lib/bertrpc/action.rb", "lib/bertrpc/encodes.rb", "lib/bertrpc/errors.rb", "lib/bertrpc/mod.rb", + "lib/bertrpc/request.rb", "lib/bertrpc/service.rb", - "test/call_proxy_test.rb", - "test/call_test.rb", + "test/action_test.rb", "test/encodes_test.rb", "test/mod_test.rb", + "test/request_test.rb", "test/service_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/mojombo/bertrpc} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{BERTRPC is a Ruby BERT-RPC client library.} s.test_files = [ - "test/call_proxy_test.rb", - "test/call_test.rb", + "test/action_test.rb", "test/encodes_test.rb", "test/mod_test.rb", + "test/request_test.rb", "test/service_test.rb", "test/test_helper.rb" ] if s.respond_to? :specification_version then