Rakefile in wdd-ruby-ext-0.2.3 vs Rakefile in wdd-ruby-ext-0.3.0
- old
+ new
@@ -9,9 +9,10 @@
gem.description = %Q{Some of these are borrowed. Some are original. This gem simply provides a single place to source control them all for incorporation into other projects.}
gem.email = "billdoughty@capitalthought.com"
gem.homepage = "http://github.com/shock/wdd-ruby-ext"
gem.authors = ["shock"]
gem.add_development_dependency "rspec", ">= 1.2.9"
+ gem.add_dependency "nokogiri", "~> 1.4.4"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"