freshmeat.gemspec in freshmeat-1.1.0 vs freshmeat.gemspec in freshmeat-1.1.1

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{freshmeat} - s.version = "1.1.0" + s.version = "1.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Matthew Stump"] - s.date = %q{2011-05-04} + s.date = %q{2011-07-11} s.description = %q{A simple wrapper around the Freshmeat.net API} s.email = %q{mstump@matthewstump.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -27,9 +27,10 @@ "lib/freshmeat.rb", "lib/freshmeat/data.rb", "spec/fixtures/comments.json", "spec/fixtures/dependencies.json", "spec/fixtures/localhost.json", + "spec/fixtures/overlimit.json", "spec/fixtures/recently_released.json", "spec/fixtures/releases.json", "spec/fixtures/samba.json", "spec/fixtures/screenshots.json", "spec/fixtures/search.json",