Sha256: 1c20606382fbded3f7b8ab2c965604974c1df2d7e2dc53ec08887a0027e9c8e0
Contents?: true
Size: 425 Bytes
Versions: 5
Compression:
Stored size: 425 Bytes
Contents
require 'rubygems' require 'hoe' require './lib/tracksperanto' # Disable spurious warnings when running tests, ActiveMagic cannot stand -w Hoe::RUBY_FLAGS.replace ENV['RUBY_FLAGS'] || "-I#{%w(lib test).join(File::PATH_SEPARATOR)}" + (Hoe::RUBY_DEBUG ? " #{RUBY_DEBUG}" : '') Hoe.new('tracksperanto', Tracksperanto::VERSION) do |p| p.rubyforge_name = 'guerilla-di' p.developer('Julik Tarkhanov', 'me@julik.nl') end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
tracksperanto-1.0.6 | Rakefile |
tracksperanto-1.0.4 | Rakefile |
tracksperanto-1.0.2 | Rakefile |
tracksperanto-1.0.1 | Rakefile |
tracksperanto-1.0.0 | Rakefile |