Commit efd70322 by Prem Sichanugrist

Explicitly say that we require at least Ruby 1.9.2

parent 818281d0
...@@ -23,6 +23,7 @@ Gem::Specification.new do |s| ...@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
end end
s.requirements << "ImageMagick" s.requirements << "ImageMagick"
s.required_ruby_version = ">= 1.9.2"
s.add_dependency('activerecord', '>= 3.0.0') s.add_dependency('activerecord', '>= 3.0.0')
s.add_dependency('activemodel', '>= 3.0.0') s.add_dependency('activemodel', '>= 3.0.0')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment