Sha256: a3a0fbdcb0b152e363d21aace055671ccef27035af98ed010b87a566e3e37eee
Contents?: true
Size: 366 Bytes
Versions: 6
Compression:
Stored size: 366 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task :default => :appraisals desc "run the specs using appraisal" task :appraisals do exec "bundle exec appraisal rake spec" end namespace :appraisals do desc "install all the appraisal gemspecs" task :install do exec "bundle exec appraisal install" end end
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
us_geo-1.0.3 | Rakefile |
us_geo-1.0.2 | Rakefile |
us_geo-1.0.1 | Rakefile |
us_geo-1.0.0 | Rakefile |
capture_migration_sql-1.0.2 | Rakefile |
capture_migration_sql-1.0.1 | Rakefile |