spdx 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +2 -4
- data/lib/spdx.rb +1 -1
- data/lib/spdx/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3722d9a95644e5dacec325e91b865e3152ca8122
|
4
|
+
data.tar.gz: 27de120fd9e07e549281a69c643ec4e5514dc8d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c91b00dc039b796ef6c88dd315a395021f6649958c5459f8d6b8231bc1f633f70e7a31fd38d3851c0aa722350d1ff769dca725572921d8b4866eb8693f256d4
|
7
|
+
data.tar.gz: 906b593a89ef4ac9b426b2d5ae31312d0e70853293e90be819b4ef03c70a187b68860986b932ee53b8ca79e907f5345dc6fb23c8afc698b4b356d271bb8357b0
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
|
-
# [Spdx](http://libraries.io/rubygems/spdx)
|
1
|
+
# [Spdx](http://libraries.io/rubygems/spdx) - A SPDX license normalizer
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
This gem allows you to find standard SPDX licenses from similar, but not exact names using [FuzzyMatch](https://github.com/seamusabshere/fuzzy_match) to find the closest match.
|
3
|
+
This gem allows you to find the closest match using [FuzzyMatch](https://github.com/seamusabshere/fuzzy_match) in the [spdx-licenses](https://github.com/domcleal/spdx-licenses) list for similar (not necessarily exact) license names.
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
data/lib/spdx.rb
CHANGED
data/lib/spdx/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spdx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Nesbitt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spdx-licenses
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
version: '0'
|
122
122
|
requirements: []
|
123
123
|
rubyforge_project:
|
124
|
-
rubygems_version: 2.
|
124
|
+
rubygems_version: 2.6.4
|
125
125
|
signing_key:
|
126
126
|
specification_version: 4
|
127
127
|
summary: A SPDX license normalizer
|