Sha256: e5ac4bf3a6339e9f1b8fb8d012914a50b98b33042128e4283e49ae9bdecfa630

Contents?: true

Size: 384 Bytes

Versions: 23

Compression:

Stored size: 384 Bytes

Contents

# encoding: utf-8
require "rubygems"
require "bundler"

begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts 'Run `bundle install` to install missing gems'
  exit e.status_code
end

Bundler::GemHelper.install_tasks

require 'rspec/core'
require 'rspec/core/rake_task'
task :default => :spec

RSpec::Core::RakeTask.new

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ants-0.3.14 Rakefile
ants-0.3.13 Rakefile
ants-0.3.12 Rakefile
ants-0.3.11 Rakefile
ants-0.3.10 Rakefile
ants-0.3.9 Rakefile
ants-0.3.5 Rakefile
ants-0.3.4 Rakefile
ants-0.3.3 Rakefile
ants-0.3.2 Rakefile
ants-0.3.1 Rakefile
ants-0.3.0 Rakefile
ants-0.2.8 Rakefile
ants-0.2.7 Rakefile
ants-0.2.6 Rakefile
ants-0.2.5 Rakefile
ants-0.2.4 Rakefile
ants-0.2.3 Rakefile
ants-0.2.2 Rakefile
ants-0.2.1 Rakefile