Sha256: c993f84cc2571d48da27c8fdfba0f697e54eb791961c28c4b4926e4ea7fbe47b
Contents?: true
Size: 439 Bytes
Versions: 4
Compression:
Stored size: 439 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/harker.rb' Hoe.new('harker', Harker::VERSION) do |p| p.readme_file = 'README.rdoc' p.summary = "Concourse is a tool to make planning gatherings easy." p.extra_deps << ["rails", "~> 2.3.2"] p.extra_dev_deps << ["minitest", "~> 1.3.1"] p.extra_dev_deps << ["sqlite3-ruby", "~> 1.2.4"] p.developer('Phil Hagelberg', 'technomancy@gmail.com') end # vim: syntax=Ruby
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
technomancy-harker-0.0.3 | Rakefile |
technomancy-harker-0.5.0 | Rakefile |
technomancy-harker-0.5.1 | Rakefile |
technomancy-harker-0.5.2 | Rakefile |