Module: Heroploy
- Defined in:
- lib/heroploy.rb,
lib/heroploy/engine.rb,
lib/heroploy/version.rb,
lib/heroploy/tasks/env_task_lib.rb,
lib/heroploy/tasks/check_task_lib.rb,
lib/heroploy/tasks/deploy_task_lib.rb,
lib/generators/heroploy/install/install_generator.rb
Defined Under Namespace
Classes: CheckTaskLib, DeployTaskLib, Engine, EnvTaskLib, InstallGenerator
Constant Summary collapse
- VERSION =
"0.0.3"
Class Method Summary collapse
Class Method Details
.root ⇒ Object
7 8 9 |
# File 'lib/heroploy.rb', line 7 def self.root Pathname.new(File. '../..', __FILE__) end |