Sha256: bad066939c6b96900f34cac5e662b0e05369494a6b6a1a94d55ebb62613167e4

Contents?: true

Size: 688 Bytes

Versions: 6

Compression:

Stored size: 688 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"]
  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.2.0 Rakefile
zzamboni-things2thl-0.2.1 Rakefile
zzamboni-things2thl-0.2.2 Rakefile
zzamboni-things2thl-0.3.0 Rakefile
zzamboni-things2thl-0.4.0 Rakefile
zzamboni-things2thl-0.4.1 Rakefile