Sha256: b6109eb19a9247e06ce146c5b23d7639b94c25806dc6d005d1f1f7d16984ae1f
Contents?: true
Size: 353 Bytes
Versions: 1
Compression:
Stored size: 353 Bytes
Contents
require "barman/version" module Barman autoload :CLI, "barman/cli" autoload :ProjectGenerator, "barman/project_generator" autoload :ProjectGenerators, "barman/project_generators" module_function def barman_path File.dirname(File.expand_path(__FILE__)) end def templates_path File.join(barman_path, "..", "templates") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
barman-0.1.1 | lib/barman.rb |