Sha256: 0c846077d6cde4edafbac452c496f37388536fea4bb62b52d037457d9e76bea7
Contents?: true
Size: 478 Bytes
Versions: 6
Compression:
Stored size: 478 Bytes
Contents
begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end require 'active_support/deprecation' ActiveSupport::Deprecation.silenced = true APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' load 'lib/tasks/spec.rake' Bundler::GemHelper.install_tasks Dir[File.join(File.dirname(__FILE__), 'tasks/**/*.rake')].each {|f| load f } task :default => [:spec]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
power_shop-0.2.4 | Rakefile |
power_shop-0.2.3 | Rakefile |
power_shop-0.2.2 | Rakefile |
power_shop-0.2.1 | Rakefile |
power_shop-0.2.0 | Rakefile |
power_shop-0.1.1 | Rakefile |