Rakefile in wdd-ruby-ext-0.4.2 vs Rakefile in wdd-ruby-ext-0.4.3

- old
+ new

@@ -9,10 +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.add_dependency "nokogiri", "~> 1.4.1" gem.add_dependency "eventmachine", "~> 0.12.10" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError