geocerts.gemspec in geocerts-0.0.19 vs geocerts.gemspec in geocerts-0.0.20

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{geocerts} - s.version = "0.0.19" + s.version = "0.0.20" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["GeoCerts, Inc."] s.date = %q{2010-04-27} s.description = %q{A Ruby library for interfacing with the GeoCerts REST API} @@ -37,10 +37,11 @@ "lib/geo_certs/endpoints/certificates.rb", "lib/geo_certs/endpoints/events.rb", "lib/geo_certs/endpoints/hello.rb", "lib/geo_certs/endpoints/orders.rb", "lib/geo_certs/endpoints/products.rb", + "lib/geo_certs/endpoints/resellers.rb", "lib/geo_certs/errors.rb", "lib/geo_certs/event.rb", "lib/geo_certs/exceptions.rb", "lib/geo_certs/hash_extension.rb", "lib/geo_certs/hello.rb", @@ -50,9 +51,10 @@ "lib/geo_certs/order/extended_validation_approver.rb", "lib/geo_certs/order/organization.rb", "lib/geo_certs/order/renewal_information.rb", "lib/geo_certs/parsers/order_parser.rb", "lib/geo_certs/product.rb", + "lib/geo_certs/reseller.rb", "lib/geocerts.rb", "test/config/initializers/_remote_tests.rb", "test/config/initializers/fakeweb.rb", "test/config/initializers/geocerts.rb", "test/config/initializers/responses.rb",