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 +4 -4
- data/CHANGELOG.md +10 -4
- data/lib/spandx/dependency.rb +1 -1
- data/lib/spandx/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4da284f37427fcbe7d30317385ddf6e6eab0100046ccb8c0987bd4031072ad45
|
|
4
|
+
data.tar.gz: 9c14d614550b6f34ad01e85a47ee4445281c94455b1902dd340ac47ec995a529
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b12af7d885681938adc39cd0ae9d2b4987eccd87e95d200ced84c8d8715101f6d99e32498e62f567b7ad35035ac1570071418636e844b3bdfccfb35ddbeafb6f
|
|
7
|
+
data.tar.gz: 5bb060dc2fb56a1bc980b6bca8e65c9f7fd68f8b4aa414fd2edfe9ba974ea23b01721a7c24f6755b26fe3596798c2fe3ff917a23687a1359cda17ab3bbb8696d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,20 @@
|
|
|
1
|
-
Version 0.1.
|
|
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-
|
|
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.
|
|
35
|
-
[0.1.
|
|
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
|
data/lib/spandx/dependency.rb
CHANGED
data/lib/spandx/version.rb
CHANGED