Sha256: de09fb2a0a1ac113c17ac7fae3f940d64310cf2789373fc059b906175856de15
Contents?: true
Size: 776 Bytes
Versions: 3
Compression:
Stored size: 776 Bytes
Contents
require 'rake' require 'rake/testtask' require 'rake/rdoctask' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "harvestthings" 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 Jeweler::GemcutterTasks.new
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
harvestthings-1.0.3 | Rakefile |
harvestthings-1.0.2 | Rakefile |
harvestthings-1.0.1 | Rakefile |