Sha256: 2ad7ee6d3ec437b25443aaf0936540ca37b83d945189bcbe5085ea3ceaff8847

Contents?: true

Size: 238 Bytes

Versions: 14

Compression:

Stored size: 238 Bytes

Contents

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

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

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
relation_to_struct-1.10.0 Rakefile
relation_to_struct-1.9.1 Rakefile
relation_to_struct-1.9.0 Rakefile
relation_to_struct-1.7.0 Rakefile
relation_to_struct-1.6.0 Rakefile
relation_to_struct-1.5.1 Rakefile
relation_to_struct-1.5.0 Rakefile
relation_to_struct-1.4.1 Rakefile
relation_to_struct-1.4.0 Rakefile
relation_to_struct-1.3.0 Rakefile
relation_to_struct-1.2.2 Rakefile
relation_to_struct-1.2.1 Rakefile
relation_to_struct-1.2.0 Rakefile
relation_to_struct-1.1.0 Rakefile