Sha256: 621be1d9952e43cba720cf5a4ae3bcff6e3eb80c49cabfa7827a8f0c450188ce

Contents?: true

Size: 288 Bytes

Versions: 16

Compression:

Stored size: 288 Bytes

Contents

require 'rake'
require 'rake/rdoctask'
require 'spec/rake/spectask'

Spec::Rake::SpecTask.new('spec') do |t|
  t.libs << 'lib'
  t.libs << 'spec'
  t.spec_opts << "--color"
#   t.warning = true
#   t.rcov = true
#   t.rcov_opts += ["-x /Library", "-x spec"]
end

task :default => [:spec]

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
flazz-bagit-0.0.1 Rakefile
flazz-bagit-0.0.2 Rakefile
flazz-schematron-0.0.0 Rakefile
flazz-schematron-0.0.3 Rakefile
flazz-schematron-0.1.0 Rakefile
bagit-0.1.0 Rakefile
bagit-0.0.4 Rakefile
schematron-0.1.2 Rakefile
bagit-0.0.3 Rakefile
schematron-0.1.1 Rakefile
schematron-0.1.0 Rakefile
bagit-0.0.2 Rakefile
schematron-0.0.0 Rakefile
schematron-0.0.1 Rakefile
schematron-0.0.2 Rakefile
schematron-0.0.3 Rakefile