Sha256: 3b83b9a2a53bcc8403d3f5ca6e139a6d619eaa89e68d29b8aafb6c7686874077
Contents?: true
Size: 557 Bytes
Versions: 4
Compression:
Stored size: 557 Bytes
Contents
require 'rubygems' require 'hoe' require './lib/edl.rb' # 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.spec('edl') do | p | p.version = EDL::VERSION p.extra_deps = {"flexmock" => ">=0", "timecode" => ">=0.1.9", "test-spec" => ">=0"} p.rubyforge_name = 'guerilla-di' p.developer('Julik Tarkhanov', 'me@julik.nl') end task "specs" do `specrb test/* --rdox > SPECS.txt` end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
edl-0.1.3 | Rakefile |
edl-0.1.2 | Rakefile |
edl-0.1.1 | Rakefile |
edl-0.1.0 | Rakefile |