licensee 8.6.0 → 8.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a09cefedc079e0510fbdae2de030984fc477a60b
4
- data.tar.gz: 1648fed5fcbab4086f7f2d992ee9fea4b03fbe01
3
+ metadata.gz: db5339f9df2f471f5e135cac56f74b504a56d8d6
4
+ data.tar.gz: cac4055b2870d26d98e92b52ac2f1c7d50d75077
5
5
  SHA512:
6
- metadata.gz: 64bb0bb0ccbe7bb4df9d043182ab3b2a598544b2c42212b2489d448b821d170ce7c48aaf9213a56c407f72e061d81710be4b07b7de9efffd226e8940e4c98fd2
7
- data.tar.gz: 42f5c17fdb81239632a12e41df5c4e66cb8b29600eb23a3674a75f9b51a0aec3961a400edff62430bea76ebd400deac50e344ca59ba7856504d52bc30b58cc50
6
+ metadata.gz: 940e7038963a4e2e59db2e496bdee7a04da632fdf022ace519ac03e28d820df17803965fe1e82e1c838a57ca5816450fc30cf630b294dd51c098f40fd3a601dc
7
+ data.tar.gz: 537151b4d2aa33c9a3f993a1556d5e9f110cf9708cd0ca2cd46689439da34d6c17c9f16556d5a21fda5d1a2c26705ac40d32396b08d4b6c121172112e3f27014
data/README.md CHANGED
@@ -28,9 +28,9 @@ Licensee automates the process of reading `LICENSE` files and compares their con
28
28
 
29
29
  See [the docs folder](/docs) for more information. You may be interested in:
30
30
 
31
- * [Contributing to Licensee](CONTRIBUTING.md) (and development instructions)
32
- * [Customizing Licensee's behavior](docs/customizing.md)
33
31
  * [Instructions for using Licensee](docs/usage.md)
32
+ * [Customizing Licensee's behavior](docs/customizing.md)
33
+ * [Contributing to Licensee](CONTRIBUTING.md) (and development instructions)
34
34
  * More information about [what Licensee looks at](docs/what-we-look-at.md) (or doesn't, and why)
35
35
 
36
36
  ## Semantic Versioning
@@ -1,3 +1,3 @@
1
1
  module Licensee
2
- VERSION = '8.6.0'.freeze
2
+ VERSION = '8.6.1'.freeze
3
3
  end
@@ -1,6 +1,6 @@
1
1
  RSpec.describe Licensee::License do
2
2
  let(:license_count) { 30 }
3
- let(:hidden_license_count) { 23 }
3
+ let(:hidden_license_count) { 18 }
4
4
  let(:featured_license_count) { 3 }
5
5
  let(:pseudo_license_count) { 2 }
6
6
  let(:non_featured_license_count) do
@@ -3,6 +3,7 @@ title: BSD 2-clause "Simplified" License
3
3
  spdx-id: BSD-2-Clause
4
4
  redirect_from: /licenses/bsd/
5
5
  source: http://opensource.org/licenses/BSD-2-Clause
6
+ hidden: false
6
7
 
7
8
  description: A permissive license that comes in two variants, the <a href="/licenses/bsd-2-clause/">BSD 2-Clause</a> and <a href="/licenses/bsd-3-clause/">BSD 3-Clause</a>. Both have very minute differences to the MIT license.
8
9
 
@@ -2,6 +2,7 @@
2
2
  title: BSD 3-clause "New" or "Revised" License
3
3
  spdx-id: BSD-3-Clause
4
4
  source: http://opensource.org/licenses/BSD-3-Clause
5
+ hidden: false
5
6
 
6
7
  description: A permissive license similar to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause License</a>, but with a 3rd clause that prohibits others from using the name of the project or its contributors to promote derived products without written consent.
7
8
 
@@ -3,6 +3,7 @@ title: Eclipse Public License 1.0
3
3
  spdx-id: EPL-1.0
4
4
  redirect_from: /licenses/eclipse/
5
5
  source: https://www.eclipse.org/legal/epl-v10.html
6
+ hidden: false
6
7
 
7
8
  description: This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones.
8
9
 
@@ -4,6 +4,7 @@ spdx-id: GPL-2.0
4
4
  nickname: GNU GPLv2
5
5
  redirect_from: /licenses/gpl-v2/
6
6
  source: http://www.gnu.org/licenses/gpl-2.0.txt
7
+ hidden: false
7
8
 
8
9
  description: The GNU GPL is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. There are multiple variants of the GNU GPL, each with different requirements.
9
10
 
@@ -4,6 +4,7 @@ spdx-id: LGPL-2.1
4
4
  nickname: GNU LGPLv2.1
5
5
  redirect_from: /licenses/lgpl-v2.1/
6
6
  source: http://www.gnu.org/licenses/lgpl-2.1.txt
7
+ hidden: false
7
8
 
8
9
  description: Primarily used for software libraries, the GNU LGPL requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction. There are two commonly used versions of the GNU LGPL.
9
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: licensee
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.6.0
4
+ version: 8.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Balter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-26 00:00:00.000000000 Z
11
+ date: 2016-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rugged
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  version: '0'
201
201
  requirements: []
202
202
  rubyforge_project:
203
- rubygems_version: 2.6.6
203
+ rubygems_version: 2.6.7
204
204
  signing_key:
205
205
  specification_version: 4
206
206
  summary: A Ruby Gem to detect open source project licenses