geocerts.gemspec in geocerts-0.0.14 vs geocerts.gemspec in geocerts-0.0.15

- 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.14" + s.version = "0.0.15" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["GeoCerts, Inc."] s.date = %q{2010-04-15} s.description = %q{A Ruby library for interfacing with the GeoCerts REST API} @@ -34,16 +34,18 @@ "lib/geo_certs/csr.rb", "lib/geo_certs/email.rb", "lib/geo_certs/endpoints/agreements.rb", "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/errors.rb", "lib/geo_certs/event.rb", "lib/geo_certs/exceptions.rb", "lib/geo_certs/hash_extension.rb", + "lib/geo_certs/hello.rb", "lib/geo_certs/order.rb", "lib/geo_certs/order/administrator.rb", "lib/geo_certs/order/contact.rb", "lib/geo_certs/order/extended_validation_approver.rb", "lib/geo_certs/order/organization.rb", @@ -59,16 +61,18 @@ "test/factories.rb", "test/fixtures/responses.rb", "test/fixtures/responses/agreement.rb", "test/fixtures/responses/certificate.rb", "test/fixtures/responses/event.rb", + "test/fixtures/responses/hello.rb", "test/fixtures/responses/order.rb", "test/fixtures/responses/product.rb", "test/integrations/agreement_test.rb", "test/integrations/api_test.rb", "test/integrations/certificate_test.rb", "test/integrations/event_test.rb", + "test/integrations/hello_test.rb", "test/integrations/order_test.rb", "test/integrations/product_test.rb", "test/test_helper.rb", "test/units/certificate_test.rb", "test/units/collection_test.rb", @@ -93,16 +97,18 @@ "test/config/initializers/responses.rb", "test/factories.rb", "test/fixtures/responses/agreement.rb", "test/fixtures/responses/certificate.rb", "test/fixtures/responses/event.rb", + "test/fixtures/responses/hello.rb", "test/fixtures/responses/order.rb", "test/fixtures/responses/product.rb", "test/fixtures/responses.rb", "test/integrations/agreement_test.rb", "test/integrations/api_test.rb", "test/integrations/certificate_test.rb", "test/integrations/event_test.rb", + "test/integrations/hello_test.rb", "test/integrations/order_test.rb", "test/integrations/product_test.rb", "test/test_helper.rb", "test/units/certificate_test.rb", "test/units/collection_test.rb",