Sha256: 4535915d0042f8d8cc8858800921b15c03510d4a35580ccc99b7498724ffe753
Contents?: true
Size: 400 Bytes
Versions: 16
Compression:
Stored size: 400 Bytes
Contents
desc 'Audit your Gemfile for software licenses. This is the same as running `license_finder` in the terminal.' task :license_finder do puts "DEPRECATION WARNING: 'rake license_finder' is going to be removed for the 1.0.0 release. Please instead use the command line utility 'license_finder' or refer to the README for avalible command line utilities" LicenseFinder::CLI::Main.new.rescan end
Version data entries
16 entries across 16 versions & 1 rubygems