Module: Rain

Defined in:
lib/rain/semantic_version.rb,
lib/rain.rb,
lib/rain/config.rb,
lib/rain/version.rb,
lib/rain/deployer.rb,
lib/rain/capistrano.rb,
lib/generators/rain/install/install_generator.rb

Overview

Holds the full text to semantic version information for the help task, because keeping them in Rain::Deployer seemed ugly.

Defined Under Namespace

Modules: SemanticVersion Classes: Config, Deployer, InstallGenerator

Constant Summary collapse

VERSION =
'1.0.11'

Class Method Summary collapse

Class Method Details

.versionObject



13
14
15
16
# File 'lib/rain.rb', line 13

def self.version
  config = Rain::Config.new(Dir.pwd)
  config.versions
end