Module: HighFive

Defined in:
lib/high_five.rb,
lib/high_five/cli.rb,
lib/high_five/config.rb,
lib/high_five/version.rb,
lib/high_five/thor/task.rb,
lib/high_five/ios_helper.rb,
lib/high_five/thor/tasks.rb,
lib/high_five/thor/runner.rb,
lib/high_five/image_helper.rb,
lib/high_five/android_helper.rb,
lib/high_five/thor/tasks/deploy.rb,
lib/high_five/thor/tasks/ios_tasks.rb,
lib/high_five/thor/tasks/development.rb,
lib/high_five/thor/tasks/distribution.rb,
lib/high_five/thor/tasks/android_tasks.rb,
lib/high_five/thor/tasks/initialization.rb

Defined Under Namespace

Modules: AndroidHelper, ImageHelper, IosHelper, Thor Classes: Cli, Config

Constant Summary collapse

TEMPLATE_PATH =
File.join(File.dirname(__FILE__), '..', 'template')
VERSION =
"0.2.8"