license-compatibility 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a72a9f4462d0ab36d0168c249bc84a80563de70
4
- data.tar.gz: a03fb2460339debf54acc51bd2d081a40a687826
3
+ metadata.gz: 127d234c153d3edb24a758497e3d4a07430f0cd0
4
+ data.tar.gz: a18ab0e9da5c79711376ca6336e5dd899b21c8ac
5
5
  SHA512:
6
- metadata.gz: 2cc8477bfdb39d3e2317c906753e55fc67bc252772f480af498bb6def4d86e089aca35d2ae8644a0e8751458af7cc10fd9a461eba302e2003434a8eba046875b
7
- data.tar.gz: 6c1fed55f983e1cec6bc363b615d673c8155957ad6d3ec29fcaefb9cc4c18c0eea16b6bb1d585cefcebcd0ad1227d64811b78e0a5fb2665c66c09ad379816267
6
+ metadata.gz: 83a98471aeb46fc020d66810efafc72caf1a80ed86ded197422a479556387a76e91b95ca9d1db3456264d54f5631282b7610b79452157d24b9ff53f5a85b7995
7
+ data.tar.gz: 4dffad455df30ee280a13775a1475beb9ca0b5eebb1bdadb6a3791a8e0bff2979883638b24272f9fbdc7b9019cad7f77a9ef840cd74981ee4f4e646be30310df
data/.travis.yml CHANGED
@@ -1,4 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.2
4
- before_install: gem install bundler -v 1.10.6
3
+ - 2.2.4
4
+ before_install: gem install bundler -v 1.11
5
+ cache: bundler
6
+ sudo: false
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,10 @@
1
+ # Contributing
2
+
3
+ * Fork the project.
4
+ * Make your feature addition or bug fix.
5
+ * Add tests for it. This is important so I don't break it in a future version unintentionally.
6
+ * Send a pull request. Bonus points for topic branches.
7
+
8
+ ## Code of Conduct
9
+
10
+ Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
@@ -1,5 +1,5 @@
1
1
  module License
2
2
  module Compatibility
3
- VERSION = "1.2.0"
3
+ VERSION = "1.3.0"
4
4
  end
5
5
  end
@@ -1,7 +1,51 @@
1
1
  {
2
- "public_domain": ["PDDL-1.0", "SAX-PD", "Unlicense", "CC0-1.0"],
3
- "permissive": ["MIT", "BSD-3-Clause", "WTFPL", "BSD-2-Clause", "ISC", "Apache-2.0", "AFL-1.1", "AFL-1.2", "AFL-2.0", "AFL-2.1", "AFL-3.0", "Artistic-2.0", "BSD-3-Clause-Clear", "DSDP", "ECL-2.0", "BSD-3-Clause-Attribution"],
4
- "weak_copyleft": ["LGPL-3.0", "LGPL-2.0", "LGPL-2.1", "LGPL-3.0", "MPL-2.0", "EPL-1.0"],
5
- "strong_copyleft": ["GPL-3.0", "GPL-2.0"],
6
- "network_copyleft": ["AGPL-1.0", "AGPL-3.0"]
2
+ "public_domain": [
3
+ "CC0-1.0",
4
+ "PDDL-1.0",
5
+ "SAX-PD",
6
+ "Unlicense"
7
+ ],
8
+ "permissive": [
9
+ "AFL-1.1",
10
+ "AFL-1.2",
11
+ "AFL-2.0",
12
+ "AFL-2.1",
13
+ "AFL-3.0",
14
+ "Apache-2.0",
15
+ "Artistic-2.0",
16
+ "BSD-2-Clause",
17
+ "BSD-3-Clause",
18
+ "BSD-3-Clause-Attribution",
19
+ "BSD-3-Clause-Clear",
20
+ "DSDP",
21
+ "ECL-2.0",
22
+ "ISC",
23
+ "MIT",
24
+ "WTFPL"
25
+ ],
26
+ "weak_copyleft": [
27
+ "EPL-1.0",
28
+ "LGPL-2.0",
29
+ "LGPL-2.1",
30
+ "LGPL-3.0",
31
+ "LGPL-3.0",
32
+ "MPL-2.0"
33
+ ],
34
+ "strong_copyleft": [
35
+ "GPL-3.0",
36
+ "GPL-2.0",
37
+ "MS-RL",
38
+ "ODbL-1.0",
39
+ "OSL-1.0",
40
+ "OSL-1.1",
41
+ "OSL-2.0",
42
+ "OSL-2.1",
43
+ "OSL-3.0",
44
+ "RPL-1.1",
45
+ "RPL-1.5"
46
+ ],
47
+ "network_copyleft": [
48
+ "AGPL-1.0",
49
+ "AGPL-3.0"
50
+ ]
7
51
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: license-compatibility
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-03 00:00:00.000000000 Z
11
+ date: 2016-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -63,6 +63,7 @@ files:
63
63
  - ".rspec"
64
64
  - ".travis.yml"
65
65
  - CODE_OF_CONDUCT.md
66
+ - CONTRIBUTING.md
66
67
  - Gemfile
67
68
  - LICENSE.txt
68
69
  - README.md
@@ -93,9 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
94
  version: '0'
94
95
  requirements: []
95
96
  rubyforge_project:
96
- rubygems_version: 2.4.8
97
+ rubygems_version: 2.5.1
97
98
  signing_key:
98
99
  specification_version: 4
99
100
  summary: Check compatibility between different SPDX licenses
100
101
  test_files: []
101
- has_rdoc: