coals 0.1.1
When run in a ruby project, Coals provides an interactive interface for calling rake tasks with the appropriate arguments. Some features include: * Setting the execution prefix of your choice, i.e. 'rake', 'bundle exec rake', 'bin/remote-rake development', etc. * Set aliases for common values: `coals --alias me jimbo@springfield-high.edu` * Review and confirm command before running.
Gemfile:
=
instalar:
=
dependencias de Development (9):
bundler
~> 1.16.1
guard
>= 0
guard-rspec
>= 0
pry
~> 0.11.3
pry-byebug
~> 3.5.1
rake
~> 10.0
rspec
~> 3.7.0
rubocop
>= 0
rubocop-rspec
>= 0