Sha256: d007956ac4f2091add38c247a12ca3077d77e7837e5c9cf53a423b532f8965ce
Contents?: true
Size: 230 Bytes
Versions: 21
Compression:
Stored size: 230 Bytes
Contents
require 'pathname' require 'yaml' module LicenseFinder ROOT_PATH = Pathname.new(__FILE__).dirname.join("license_finder") BIN_PATH = ROOT_PATH.join("../../bin") end require 'license_finder/core' require 'license_finder/cli'
Version data entries
21 entries across 21 versions & 1 rubygems