bertrpc.gemspec in bertrpc-0.4.0 vs bertrpc.gemspec in bertrpc-0.4.1

- old
+ new

@@ -1,17 +1,17 @@ # Generated by jeweler -# DO NOT EDIT THIS FILE -# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` +# DO NOT EDIT THIS FILE DIRECTLY +# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{bertrpc} - s.version = "0.4.0" + s.version = "0.4.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tom Preston-Werner"] - s.date = %q{2009-10-08} + s.date = %q{2009-11-26} s.email = %q{tom@mojombo.com} s.extra_rdoc_files = [ "LICENSE", "README.md" ] @@ -24,10 +24,11 @@ "Rakefile", "VERSION", "bertrpc.gemspec", "lib/bertrpc.rb", "lib/bertrpc/action.rb", + "lib/bertrpc/buffered_io.rb", "lib/bertrpc/encodes.rb", "lib/bertrpc/errors.rb", "lib/bertrpc/mod.rb", "lib/bertrpc/request.rb", "lib/bertrpc/service.rb", @@ -68,5 +69,6 @@ else s.add_dependency(%q<bert>, [">= 0.1.0"]) s.add_dependency(%q<erlectricity>, [">= 1.0.1"]) end end +