Sha256: 3ab8c413ea645a1d8d7c42155f86f94e898132430ccb3ef9dc75858d10b5a230

Contents?: true

Size: 232 Bytes

Versions: 17

Compression:

Stored size: 232 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'spec/rake/spectask'
Spec::Rake::SpecTask.new(:spec) do |t|
  t.spec_files = FileList["spec/**/*_spec.rb"]
  t.spec_opts = %w{-f s -c -L mtime}
end

task :default => :spec

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jbundle-0.1.4 Rakefile
jbundle-0.1.3 Rakefile
jbundle-0.1.2 Rakefile
jbundle-0.1.1 Rakefile
jbundle-0.1.0 Rakefile
jbundle-0.0.12 Rakefile
jbundle-0.0.11 Rakefile
jbundle-0.0.10 Rakefile
jbundle-0.0.9 Rakefile
jbundle-0.0.8 Rakefile
jbundle-0.0.7 Rakefile
jbundle-0.0.6 Rakefile
jbundle-0.0.5 Rakefile
jbundle-0.0.4 Rakefile
jbundle-0.0.3 Rakefile
jbundle-0.0.2 Rakefile
jbundle-0.0.1 Rakefile