Sha256: f06e3ea9878835836037bb199faa828af87e482de9c48f8fac6d635dd4c7b7ce
Contents?: true
Size: 368 Bytes
Versions: 6
Compression:
Stored size: 368 Bytes
Contents
#!/usr/bin/env rake begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' Bundler::GemHelper.install_tasks Dir[File.join(File.dirname(__FILE__), 'lib/tasks/**/*.rake')].each {|f| load f }
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
woo-0.1.6 | Rakefile |
woo-0.1.5 | Rakefile |
woo-0.1.4 | Rakefile |
woo-0.1.3 | Rakefile |
woo-0.1.2 | Rakefile |
woo-0.1.0 | Rakefile |