Sha256: 68fe8fd8445df6081b03b7405cc24489ed460c9f668416975aa58381babccbb8

Contents?: true

Size: 167 Bytes

Versions: 3

Compression:

Stored size: 167 Bytes

Contents

module Gemsmith
  module Aids
    # A thin wrapper to Git.
    class Git
      def self.config_value key
        `git config #{key}`.chomp
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gemsmith-6.2.0 lib/gemsmith/aids/git.rb
gemsmith-6.1.0 lib/gemsmith/aids/git.rb
gemsmith-6.0.0 lib/gemsmith/aids/git.rb