bin.gemspec in bin-0.7.0 vs bin.gemspec in bin-0.7.1
- old
+ new
@@ -10,10 +10,10 @@
s.homepage = 'http://github.com/jnunemaker/bin'
s.summary = 'ActiveSupport MongoDB Cache store.'
s.description = 'ActiveSupport MongoDB Cache store.'
s.add_dependency 'mongo', '~> 1.3.0'
- s.add_dependency 'activesupport', '~> 3.1.0'
+ s.add_dependency 'activesupport', '>= 3.0.0', '< 3.2.0'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
\ No newline at end of file