Sha256: 52b2c8448d5de227a1453af8e8148587c794a631f35dc84e6bef2992eed0e468
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end require 'bundler' Bundler::GemHelper.install_tasks Dir[File.expand_path('../lib/tasks/**/*', __FILE__)].each do |task| load task end task :default => :spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brightcontent-2.0.0.alpha3 | Rakefile |
brightcontent-2.0.0.alpha2 | Rakefile |