Sha256: aa45a693be02c5d0f8c7e477cc07974a5ecb9224d42e46b10d9aa3c980af11b2

Contents?: true

Size: 261 Bytes

Versions: 19

Compression:

Stored size: 261 Bytes

Contents

require 'dply/shell'
require 'dply/git'
require 'dply/error'

module Dply
  module Helper

    def self.git
      Git
    end

    include Shell

    def git
      ::Dply::Helper.git
    end

    def error(msg)
      raise ::Dply::Error, msg
    end

  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
dply-0.2.3 lib/dply/helper.rb
dply-0.2.2 lib/dply/helper.rb
dply-0.2.0 lib/dply/helper.rb
dply-0.1.19 lib/dply/helper.rb
dply-0.1.18 lib/dply/helper.rb
dply-0.1.17 lib/dply/helper.rb
dply-0.1.13 lib/dply/helper.rb
dply-0.1.12 lib/dply/helper.rb
dply-0.1.11 lib/dply/helper.rb
dply-0.1.10 lib/dply/helper.rb
dply-0.1.9 lib/dply/helper.rb
dply-0.1.8 lib/dply/helper.rb
dply-0.1.7 lib/dply/helper.rb
dply-0.1.6 lib/dply/helper.rb
dply-0.1.5 lib/dply/helper.rb
dply-0.1.4 lib/dply/helper.rb
dply-0.1.2 lib/dply/helper.rb
dply-0.1.1 lib/dply/helper.rb
dply-0.1.0 lib/dply/helper.rb