Rakefile in harvestthings-1.0.0 vs Rakefile in harvestthings-1.0.1
- old
+ new
@@ -9,9 +9,10 @@
gemspec.summary = "sync projects and tasks between Things and Harvest"
gemspec.description = "harvestthings will sync your clients, projects, and tasks between Things and Harvest, where areas in Things correspond to clients in Harvest"
gemspec.email = "mike@mikekrisher.com"
gemspec.homepage = "http://github.com/mkrisher/HarvestThings"
gemspec.authors = ["Michael Krisher"]
+ gemspec.add_dependency('hpricot', '>= 0.8.1')
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end
\ No newline at end of file