Sha256: f733bc061392f1c0cd05acc85fb9a57d9eb3bb94bed230c1351782e143b4b960

Contents?: true

Size: 789 Bytes

Versions: 6

Compression:

Stored size: 789 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "things2thl"
    gemspec.summary = "Library and command-line tool for migrating Things data to The Hit List"
    gemspec.email = "diego@zzamboni.org"
    gemspec.homepage = "http://zzamboni.github.com/things2thl/"
    gemspec.description = "Library and command-line tool for migrating Things data to The Hit List"
    gemspec.authors = ["Diego Zamboni"]
    gemspec.add_dependency('rb-appscript', '>=0.5.1')
    gemspec.add_dependency('hpricot', '>=0.6')
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
zzamboni-things2thl-0.7.0 Rakefile
zzamboni-things2thl-0.8.0 Rakefile
zzamboni-things2thl-0.8.1 Rakefile
zzamboni-things2thl-0.8.2 Rakefile
zzamboni-things2thl-0.8.3 Rakefile
zzamboni-things2thl-0.8.4 Rakefile