Module: Targit

Defined in:
lib/targit.rb,
lib/targit/asset.rb,
lib/targit/client.rb,
lib/targit/release.rb,
lib/targit/version.rb

Overview

Set the version (needed for Mercenary -v)

Defined Under Namespace

Modules: Client Classes: Asset, Release

Constant Summary collapse

VERSION =
'2.3.0'

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object

Insert a helper .new() method for creating a new Cache object



8
9
10
# File 'lib/targit.rb', line 8

def new(*args)
  self::Asset.new(*args)
end