Sha256: 7691b2bf788f3f9bb4dc7fc15d8603fdfbb97d411f675caea547d87919ea05d8

Contents?: true

Size: 290 Bytes

Versions: 25

Compression:

Stored size: 290 Bytes

Contents

require 'appraisal'
require 'bundler/setup'
require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task :default do
  if ENV['BUNDLE_GEMFILE'] == File.expand_path('Gemfile')
    exec 'rake appraisal:all'
  else
    Rake::Task['spec'].invoke
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
activerecord_views-0.1.5 Rakefile
activerecord_views-0.1.4 Rakefile
activerecord_views-0.1.3 Rakefile
activerecord_views-0.1.2 Rakefile
activerecord_views-0.1.1 Rakefile
activerecord_views-0.1.0 Rakefile
activerecord_views-0.0.20 Rakefile
activerecord_views-0.0.19 Rakefile
activerecord_views-0.0.18 Rakefile
activerecord_views-0.0.17 Rakefile
activerecord_views-0.0.16 Rakefile
activerecord_views-0.0.15 Rakefile
activerecord_views-0.0.14 Rakefile
activerecord_views-0.0.13 Rakefile
activerecord_views-0.0.12 Rakefile
activerecord_views-0.0.11 Rakefile
activerecord_views-0.0.10 Rakefile
activerecord_views-0.0.9 Rakefile
activerecord_views-0.0.8 Rakefile
activerecord_views-0.0.7 Rakefile