Sha256: 9f5f1996dd6c67906059d28703cc6f921a41eac5ac5330af6abb1b4df4268e94

Contents?: true

Size: 303 Bytes

Versions: 4

Compression:

Stored size: 303 Bytes

Contents

require "appraisal"
require "bundler"
require "rspec/core/rake_task"

Bundler::GemHelper.install_tasks

RSpec::Core::RakeTask.new(:spec)

if !ENV["APPRAISAL_INITIALIZED"] && !ENV["TRAVIS"]
  task :default do
    sh "rake appraisal:install && rake appraisal spec"
  end
else
  task :default => :spec
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
action_controller_tweaks-0.3.0 Rakefile
active_record_tweaks-0.2.0 Rakefile
action_controller_tweaks-0.2.0 Rakefile
where_lower-0.3.0 Rakefile