Sha256: 87969275789cfb15ceca257914ef6da94b84138d8b29e1d150c9caa017b0aa9d

Contents?: true

Size: 275 Bytes

Versions: 11

Compression:

Stored size: 275 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "appraisal"

RSpec::Core::RakeTask.new :spec
Bundler::GemHelper.install_tasks

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
crypt_keeper-2.3.0 Rakefile
crypt_keeper-2.2.0 Rakefile
crypt_keeper-2.1.0 Rakefile
crypt_keeper-2.0.1 Rakefile
crypt_keeper-2.0.0.rc2 Rakefile
crypt_keeper-2.0.0.rc1 Rakefile
crypt_keeper-1.1.1 Rakefile
crypt_keeper-1.1.0 Rakefile
crypt_keeper-1.0.1 Rakefile
crypt_keeper-1.0.0 Rakefile
crypt_keeper-1.0.0.beta1 Rakefile