spdx 1.3.0 → 1.3.1

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: ab1a08a469d835c79da210f3089871c2a90a4582
4
- data.tar.gz: ce5e6e21b416a8dfb3d3cd2cefab5f9b3e65166f
3
+ metadata.gz: 3722d9a95644e5dacec325e91b865e3152ca8122
4
+ data.tar.gz: 27de120fd9e07e549281a69c643ec4e5514dc8d6
5
5
  SHA512:
6
- metadata.gz: b8599cb7916bf96d6259556effabdd3172e85c048963e8a67099a092701f3a6f757d591aaabd3c67db580e1a967a3cc28adc9486898807da830bfcbc2ebdc04c
7
- data.tar.gz: 8adf47e9e068838ab72463e006d44dfe0039c41ca43e5081ee8a2b7e55a0a5de0a024cde2c05396fe3351c7480f3255bda014a2922c99880e4599f119489a47a
6
+ metadata.gz: 5c91b00dc039b796ef6c88dd315a395021f6649958c5459f8d6b8231bc1f633f70e7a31fd38d3851c0aa722350d1ff769dca725572921d8b4866eb8693f256d4
7
+ data.tar.gz: 906b593a89ef4ac9b426b2d5ae31312d0e70853293e90be819b4ef03c70a187b68860986b932ee53b8ca79e907f5345dc6fb23c8afc698b4b356d271bb8357b0
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015 Andrew Nesbitt
1
+ Copyright (c) 2016 Andrew Nesbitt
2
2
 
3
3
  MIT License
4
4
 
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
- A SPDX license normalizer
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
 
@@ -34,7 +34,7 @@ module Spdx
34
34
  end
35
35
 
36
36
  def self.stop_words
37
- %w(version software the or right)
37
+ %w(version software the or right all)
38
38
  end
39
39
 
40
40
  def self.find_by_name(name)
@@ -1,3 +1,3 @@
1
1
  module Spdx
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
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.0
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-04-14 00:00:00.000000000 Z
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.5.1
124
+ rubygems_version: 2.6.4
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: A SPDX license normalizer