Sha256: ba3decceab3d6bab7456f4132e854c5016efeb2db2b9794289875f3510765a62

Contents?: true

Size: 358 Bytes

Versions: 8

Compression:

Stored size: 358 Bytes

Contents

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

Bundler::GemHelper.install_tasks

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

RuboCop::RakeTask.new(:rubocop)

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

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
execute_with_rescue-0.0.3 Rakefile
action_controller_tweaks-0.3.3 Rakefile
active_record_tweaks-0.2.3 Rakefile
where_lower-0.3.2 Rakefile
execute_with_rescue-0.0.2 Rakefile
action_controller_tweaks-0.3.2 Rakefile
active_record_tweaks-0.2.2 Rakefile
where_lower-0.3.1 Rakefile