Sha256: 6f81d5a8ee33075a1880ec2a5885d8632a961ee28854d9deef7e314d87ad5034
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 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__) if File.exists?(APP_RAKEFILE) load 'rails/tasks/engine.rake' end Bundler::GemHelper.install_tasks task :default => :spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
epiceditor-0.2.2.2 | Rakefile |
epiceditor-0.2.2.1 | Rakefile |