From 5aa61fae3b8c83fcee23b1932acc147c142b14fe Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 10 Oct 2016 21:19:31 +0100 Subject: [PATCH 1/2] link to RubyGems for those who don't have it :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b2704df..7faf382b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Licensee automates the process of reading `LICENSE` files and compares their con ## Installation -`gem install licensee` or add `gem 'licensee'` to your project's `Gemfile`. +[`gem`](https://rubygems.org/pages/download)` install licensee` or add `gem 'licensee'` to your project's `Gemfile`. ## Documentation From bf65c874805749e3209dfce460596d16489c064e Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Mon, 26 Dec 2016 22:44:46 -0700 Subject: [PATCH 2/2] Add Ruby 2.3 and 2.4 to the test matrix. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 84e9d2ce..ec6a4987 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ rvm: - 2.0 - 2.1 - 2.2 + - 2.3.3 + - 2.4.0 script: "script/cibuild" sudo: false cache: bundler