Sha256: 339ceb75c831ea29257a375df30dc3cf8904570f44e29dcef614c3c1acb003c5

Contents?: true

Size: 282 Bytes

Versions: 3

Compression:

Stored size: 282 Bytes

Contents

require 'postit/version'
require 'postit/environment'
require 'postit/parser'
require 'rubygems'

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
postit-0.1.2 lib/postit.rb
postit-0.1.1 lib/postit.rb
postit-0.1.0 lib/postit.rb