Rakefile in gabrielhase-bitmask-attribute-0.0.0 vs Rakefile in gabrielhase-bitmask-attribute-1.0.1
- old
+ new
@@ -7,10 +7,10 @@
gem.name = "gabrielhase-bitmask-attribute"
gem.summary = %Q{Simple bitmask attribute support for ActiveRecord. Forked from bruce/bitmask_attribute for Rails 2.3.11 support.}
gem.email = "gabriel.hase@gmail.com"
gem.homepage = "http://github.com/gabrielhase/bitmask-attribute"
gem.authors = ["Bruce Williams, Gabriel Hase"]
- gem.add_dependency 'activerecord'
+ gem.add_dependency 'activerecord', '>=2.3.7'
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"