hoptoad-api.gemspec in hoptoad-api-2.0.1 vs hoptoad-api.gemspec in hoptoad-api-2.1.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{hoptoad-api} - s.version = "2.0.1" + s.version = "2.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Steve Agalloco"] - s.date = %q{2010-05-17} + s.date = %q{2010-05-26} s.description = %q{An unofficial gem for interacting with the Hoptoad API} s.email = %q{steve.agalloco@gmail.com} s.extra_rdoc_files = [ "README.textile" ] @@ -24,10 +24,13 @@ "lib/hoptoad-api/client.rb", "lib/hoptoad-api/core_extensions.rb", "lib/hoptoad-api/version.rb", "test/fixtures/errors.xml", "test/fixtures/individual_error.xml", + "test/fixtures/individual_notice.xml", + "test/fixtures/notices.xml", "test/fixtures/paginated_errors.xml", + "test/fixtures/paginated_notices.xml", "test/test_helper.rb", "test/test_hoptoad-api.rb" ] s.homepage = %q{http://github.com/spagalloco/hoptoad-api} s.rdoc_options = ["--charset=UTF-8"]