thumbs_up.gemspec in thumbs_up-0.3.1 vs thumbs_up.gemspec in thumbs_up-0.3.2
- old
+ new
@@ -3,14 +3,14 @@
# 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.3.1"
+ s.version = IO.read('./VERSION')
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ętrzak"]
- s.date = %q{2010-09-06}
+ s.date = Date.today.to_s
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"
]