Rakefile in ruhl-0.11.2 vs Rakefile in ruhl-0.12.0
- old
+ new
@@ -21,10 +21,10 @@
gemspec.summary = "Ruby Hypertext Language"
gemspec.description = "Make your HTML dynamic with the addition of a data-ruhl attribute."
gemspec.email = "andy@stonean.com"
gemspec.homepage = "http://github.com/stonean/ruhl"
gemspec.authors = ["Andrew Stone"]
- gemspec.add_dependency('nokogiri','>=1.3.3')
+ gemspec.add_dependency('nokogiri','=1.4.0')
gemspec.add_development_dependency('rspec')
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"