README.markdown in license_finder-0.3.0 vs README.markdown in license_finder-0.4.0
- old
+ new
@@ -21,10 +21,11 @@
Run 'rake license:action_items:ok'
This will return a non-zero exit status if there are unapproved dependencies. Great for CI.
As a standalone script:
+
cd ~
git clone http://github.com/pivotal/LicenseFinder.git license_finder
cd your/project
~/license_finder/bin/license_finder
@@ -92,6 +93,6 @@
Please add a license to your gemspec!
Gem::Specification.new do |s|
s.name = "my_great_gem"
s.license = "MIT"
- end
\ No newline at end of file
+ end