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

- 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.0" + s.version = "2.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Steve Agalloco"] - s.date = %q{2010-04-23} + s.date = %q{2010-05-17} 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" ] @@ -31,10 +31,10 @@ "test/test_hoptoad-api.rb" ] s.homepage = %q{http://github.com/spagalloco/hoptoad-api} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.5} + s.rubygems_version = %q{1.3.6} s.summary = %q{An unofficial gem for interacting with the Hoptoad API} s.test_files = [ "test/test_helper.rb", "test/test_hoptoad-api.rb" ]