Module: AutoTagger

Defined in:
lib/auto_tagger/base.rb,
lib/auto_tagger/git/ref.rb,
lib/auto_tagger/options.rb,
lib/auto_tagger/git/repo.rb,
lib/auto_tagger/commander.rb,
lib/auto_tagger/deprecator.rb,
lib/auto_tagger/git/ref_set.rb,
lib/auto_tagger/command_line.rb,
lib/auto_tagger/configuration.rb,
lib/auto_tagger/capistrano_helper.rb

Defined Under Namespace

Modules: Git Classes: Base, CapistranoHelper, CommandLine, Commander, Configuration, Deprecator, Options

Class Method Summary collapse

Class Method Details

.versionObject



3
4
5
# File 'lib/auto_tagger/base.rb', line 3

def self.version
  File.read(File.expand_path(File.join(__FILE__, "/../../../VERSION")))
end