Sha256: 72c68cee91ef37ed5bec9a8ae1be732c5770d3130b346e1a28059c761521ed71

Contents?: true

Size: 198 Bytes

Versions: 8

Compression:

Stored size: 198 Bytes

Contents

# frozen_string_literal: true

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

8 entries across 8 versions & 1 rubygems

Version Path
gemsmith-7.7.0 lib/gemsmith/aids/git.rb
gemsmith-7.6.0 lib/gemsmith/aids/git.rb
gemsmith-7.5.0 lib/gemsmith/aids/git.rb
gemsmith-7.4.0 lib/gemsmith/aids/git.rb
gemsmith-7.3.0 lib/gemsmith/aids/git.rb
gemsmith-7.2.0 lib/gemsmith/aids/git.rb
gemsmith-7.1.0 lib/gemsmith/aids/git.rb
gemsmith-7.0.0 lib/gemsmith/aids/git.rb