Sha256: 7cf524d7a2fdd1b1307b4d6f98314f81ad03e38276bf6aac17564237fb5119b3

Contents?: true

Size: 297 Bytes

Versions: 10

Compression:

Stored size: 297 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 "appraisal install && rake appraisal spec"
  end
else
  task default: [:spec]
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
action_controller_tweaks-0.3.7 Rakefile
active_record_tweaks-0.2.6 Rakefile
where_lower-0.3.5 Rakefile
action_controller_tweaks-0.3.6 Rakefile
active_record_tweaks-0.2.5 Rakefile
where_lower-0.3.4 Rakefile
action_controller_tweaks-0.3.5 Rakefile
where_lower-0.3.3 Rakefile
action_controller_tweaks-0.3.4 Rakefile
active_record_tweaks-0.2.4 Rakefile