thumbs_up.gemspec in thumbs_up-0.2.2 vs thumbs_up.gemspec in thumbs_up-0.2.3

- old
+ new

@@ -3,21 +3,22 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{thumbs_up} - s.version = "0.2.2" + s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Brady Bouchard", "Peter Jackson", "Cosmin Radoi", "Bence Nagy", "Rob Maddox", "Wojciech Wn\304\231trzak"] - s.date = %q{2010-08-04} + s.authors = ["Brady Bouchard", "Peter Jackson", "Cosmin Radoi", "Bence Nagy", "Rob Maddox", "Wojciech Wnętrzak"] + s.date = %q{2010-08-06} s.description = %q{ThumbsUp provides dead-simple voting capabilities to ActiveRecord models with karma calculation, a la stackoverflow.com.} s.email = %q{brady@ldawn.com} s.extra_rdoc_files = [ "README.markdown" ] s.files = [ - "CHANGELOG.markdown", + ".gitignore", + "CHANGELOG.markdown", "MIT-LICENSE", "README.markdown", "Rakefile", "VERSION", "lib/acts_as_voteable.rb",