Sha256: 860e989d3628b263981a5a1995b8c2485764db556aac03dfe5114a2bbbe5cd37
Contents?: true
Size: 364 Bytes
Versions: 6
Compression:
Stored size: 364 Bytes
Contents
module Chili module Tasks # Bundler begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end # App tasks require 'rails' load 'rails/tasks/engine.rake' # Gem tasks require 'bundler/gem_helper' Bundler::GemHelper.install_tasks end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
chili-0.0.6 | lib/chili/tasks.rb |
chili-0.0.5 | lib/chili/tasks.rb |
chili-0.0.4 | lib/chili/tasks.rb |
chili-0.0.3 | lib/chili/tasks.rb |
chili-0.0.2 | lib/chili/tasks.rb |
chili-0.0.1 | lib/chili/tasks.rb |