Rakefile in random_text-0.0.5 vs Rakefile in random_text-0.0.6
- old
+ new
@@ -7,7 +7,7 @@
require File.dirname(__FILE__) + '/lib/random_text'
Echoe.new('random_text', RandomText::VERSION) do |p|
p.author = "toy"
p.summary = "A library to generate random strings."
- p.runtime_dependencies = ['activesupport >= 2.0.2']
+ p.runtime_dependencies = ['activesupport']
end