Sha256: 697c3fb22a3f04e827fd5b493cb1d1104a50bcae595ff60cfbfa9d712e2d1062

Contents?: true

Size: 229 Bytes

Versions: 74

Compression:

Stored size: 229 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
else
  task :default => :spec
end

Version data entries

74 entries across 74 versions & 3 rubygems

Version Path
jsonapi_compliable-0.11.34 Rakefile
jsonapi_compliable-0.11.33 Rakefile
graphiti_errors-1.0.0 Rakefile
jsonapi_compliable-0.11.32 Rakefile
graphiti_errors-1.0.beta.2 Rakefile
graphiti_errors-1.0.beta.1 Rakefile
jsonapi_errorable-0.9.4 Rakefile
graphiti_errors-1.0.alpha.3 Rakefile
jsonapi_compliable-0.11.31 Rakefile
jsonapi_compliable-0.11.30 Rakefile
jsonapi_compliable-0.11.29 Rakefile
jsonapi_compliable-0.11.28 Rakefile
jsonapi_compliable-0.11.27 Rakefile
jsonapi_compliable-0.11.26 Rakefile
jsonapi_compliable-0.11.25 Rakefile
graphiti_errors-1.0.alpha.2 Rakefile
jsonapi_errorable-0.9.2 Rakefile
jsonapi_errorable-0.9.1 Rakefile
jsonapi_compliable-0.11.24 Rakefile
jsonapi_compliable-0.11.23 Rakefile