Sha256: a8395d0826b53597dcb502c5c5a5e447e5094da2ceff0fedcd9b4b5df6b8f6a6

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

# frozen_string_literal: true

module JekyllPush
  #
  #
  module Local
    #
    #
    def commit
      "Updated via JekyllPush local task at #{@time}"
    end

    #
    #
    def origin
      `git config --get remote.origin.url`.strip
    end

    #
    #
    def msg
      "\nDeploying to branch '#{@target}' from local task."
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll_push-0.1.0 lib/jekyll_push/local.rb