spandx 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: d69d6fb64c5305d1fa1131f35369cfb1d30003ec838da0098dd345fbad434024
4
- data.tar.gz: a97bc7e6243841a4fe0bddfd5c9141c533474840c91cf4b84961d5a9f327ad90
3
+ metadata.gz: 4da284f37427fcbe7d30317385ddf6e6eab0100046ccb8c0987bd4031072ad45
4
+ data.tar.gz: 9c14d614550b6f34ad01e85a47ee4445281c94455b1902dd340ac47ec995a529
5
5
  SHA512:
6
- metadata.gz: 06ce13d505da615593595b72ed44d0c0d409315eefdbbb69af9ea092a1d7230659c9a34d5492430bd748b4dfc0555a0b1ae28d7b2395172e202591efac2259c2
7
- data.tar.gz: cc6e3ab63d93668286ff133fc46c3c7fcaa41498c0d44ae1d92b362839d4faaa010d25d4f4b7d5d566f164b295db2f776e98a23c0a3b6cbc476f1033bd92e8eb
6
+ metadata.gz: b12af7d885681938adc39cd0ae9d2b4987eccd87e95d200ced84c8d8715101f6d99e32498e62f567b7ad35035ac1570071418636e844b3bdfccfb35ddbeafb6f
7
+ data.tar.gz: 5bb060dc2fb56a1bc980b6bca8e65c9f7fd68f8b4aa414fd2edfe9ba974ea23b01721a7c24f6755b26fe3596798c2fe3ff917a23687a1359cda17ab3bbb8696d
@@ -1,15 +1,20 @@
1
- Version 0.1.4
1
+ Version 0.1.5
2
2
 
3
3
  # Changelog
4
+
4
5
  All notable changes to this project will be documented in this file.
5
6
 
6
7
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
8
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
 
9
10
  ## [Unreleased]
11
+ - nil
12
+
13
+ ## [0.1.5] - 2020-01-23
10
14
  ### Added
15
+ - Exclude `nil` licenses from report
11
16
 
12
- ## [0.1.4] - 2020-01-22
17
+ ## [0.1.4] - 2020-01-23
13
18
  ### Added
14
19
  - Add dependency on bundler
15
20
  - Scan nuget `packages.config` files
@@ -31,8 +36,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
36
  ### Added
32
37
  - Provide ruby API to the latest SPDX catalogue.
33
38
 
34
- [Unreleased]: https://github.com/mokhan/spandx/compare/v0.1.4...HEAD
35
- [0.1.3]: https://github.com/mokhan/spandx/compare/v0.1.3...v0.1.4
39
+ [Unreleased]: https://github.com/mokhan/spandx/compare/v0.1.5...HEAD
40
+ [0.1.5]: https://github.com/mokhan/spandx/compare/v0.1.4...v0.1.5
41
+ [0.1.4]: https://github.com/mokhan/spandx/compare/v0.1.3...v0.1.4
36
42
  [0.1.3]: https://github.com/mokhan/spandx/compare/v0.1.2...v0.1.3
37
43
  [0.1.2]: https://github.com/mokhan/spandx/compare/v0.1.1...v0.1.2
38
44
  [0.1.1]: https://github.com/mokhan/spandx/compare/v0.1.0...v0.1.1
@@ -14,7 +14,7 @@ module Spandx
14
14
  {
15
15
  name: name,
16
16
  version: version,
17
- licenses: licenses.map(&:id)
17
+ licenses: licenses.compact.map(&:id)
18
18
  }
19
19
  end
20
20
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spandx
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spandx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - mo khan