Sha256: 9f0dd46b565e71c5c9f5d08e0914d60b1657b5460bef20afd46e9a9bd5fb1901
Contents?: true
Size: 407 Bytes
Versions: 4
Compression:
Stored size: 407 Bytes
Contents
#!/usr/bin/env ruby unless File.directory?('./app/controllers') && File.exist?('./Rakefile') abort 'Please run chusaku from the root of your project.' end require 'rubygems' begin # Use project's bundle. require 'bundler' Bundler.setup # Use project's environment. require 'rake' load './Rakefile' Rake::Task[:environment].invoke rescue StandardError end require 'chusaku' Chusaku.call
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
chusaku-0.1.4 | bin/chusaku |
chusaku-0.1.3 | bin/chusaku |
chusaku-0.1.2 | bin/chusaku |
chusaku-0.1.1 | bin/chusaku |