Sha256: f9367d2015d2a733c1489b972289f7707dc8fe2e1df9b65c67430236c62a9012
Contents?: true
Size: 243 Bytes
Versions: 2
Compression:
Stored size: 243 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true lib = File.expand_path('../lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bundler/thankyou' require 'bundler/thankyou/cli' Bundler::Thankyou::CLI.start(ARGV)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bundler-thankyou-0.1.1 | exe/bundler-thankyou |
bundler-thankyou-0.1.0 | exe/bundler-thankyou |