Skip to content

Commit

Permalink
Heroku uses *old* Rubygems, indeed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bouchard committed Apr 10, 2012
1 parent 1937ec2 commit ac292a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/thumbs_up/version.rb
@@ -1,3 +1,3 @@
module ThumbsUp
VERSION = '0.5.5'
VERSION = '0.5.6'
end
2 changes: 1 addition & 1 deletion thumbs_up.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.name = "thumbs_up"
s.version = ThumbsUp::VERSION

s.required_rubygems_version = '>= 1.6.0'
s.required_rubygems_version = '>= 1.5.0'
s.homepage = "http://github.com/bouchard/thumbs_up"
s.summary = "Voting for ActiveRecord with multiple vote sources and karma calculation."
s.description = "ThumbsUp provides dead-simple voting capabilities to ActiveRecord models with karma calculation, a la stackoverflow.com."
Expand Down

0 comments on commit ac292a0

Please sign in to comment.