Sha256: 9d79a2a4142a7fe8864c8997f7b3df66be849acc678c370a4ddcf34c95334c3a
Contents?: true
Size: 279 Bytes
Versions: 5
Compression:
Stored size: 279 Bytes
Contents
# frozen_string_literal: true require 'yaml' require 'json' require 'highline_wrapper' files = "#{File.expand_path(File.join(File.dirname(File.absolute_path(__FILE__)), 'git_helper'))}/**/*.rb" Dir[files].sort.each do |file| require_relative file end module GitHelper; end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
git_helper-3.6.6 | lib/git_helper.rb |
git_helper-3.6.5 | lib/git_helper.rb |
git_helper-3.6.4 | lib/git_helper.rb |
git_helper-3.6.3 | lib/git_helper.rb |
git_helper-3.6.2 | lib/git_helper.rb |