Rakefile in rubyyot-razsell-0.0.0 vs Rakefile in rubyyot-razsell-0.0.1
- old
+ new
@@ -7,10 +7,10 @@
gem.name = "razsell"
gem.summary = %Q{A gem for getting info about products on a website that has a similar name}
gem.email = "jamal.hansen@gmail.com"
gem.homepage = "http://github.com/rubyyot/razsell"
gem.authors = ["Jamal Hansen"]
- gem.add_dependency('hpricot')
+ gem.add_dependency('hpricot', '>= 0.8.1')
gem.add_development_dependency('cucumber', '>= 0.3.11')
gem.add_development_dependency('mocha')
gem.add_development_dependency('technicalpickles-shoulda')
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end