Module: PostIt

Defined in:
lib/postit.rb,
lib/postit/parser.rb,
lib/postit/version.rb,
lib/postit/installer.rb,
lib/postit/environment.rb

Defined Under Namespace

Classes: Environment, Installer, Parser

Constant Summary collapse

VERSION =
'0.2.0'.freeze

Class Method Summary collapse

Class Method Details

.bundler_versionObject



12
13
14
# File 'lib/postit.rb', line 12

def self.bundler_version
  defined?(Bundler::VERSION) && Bundler::VERSION
end

.setupObject



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

def self.setup
  load File.expand_path('../postit/setup.rb', __FILE__)
end