Sha256: db43a2c09027d37001bfd03761dec7c47a960c569492c33d64a10007459ff45b
Contents?: true
Size: 529 Bytes
Versions: 2
Compression:
Stored size: 529 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.new('edl', EDL::VERSION) do |p| p.rubyforge_name = 'guerilla-di' p.developer('Julik', 'me@julik.nl') p.extra_deps << "flexmock" << "timecode" << "test-spec" p.remote_rdoc_dir = 'edl' end task "specs" do `specrb test/* --rdox > SPECS.txt` end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
julik-edl-0.0.8 | Rakefile |
edl-0.0.8 | Rakefile |