spandx 0.4.0 → 0.4.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 +4 -4
- data/CHANGELOG.md +7 -2
- data/lib/spandx/gateways/nuget.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: bd43f4534fd78176bb372673b73a3fcd135872f4b784ed84a6b9d518fbb7001d
|
|
4
|
+
data.tar.gz: a66deaed24189e97e130258647b4c10f00554514ae508510169ec5ff54dee30f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e25407370b0ec723f948f128a80e7030e969da7744740f3d49d9293b473c68370a59615bf8638da168b1bf47f5ecaa682f74a4689c77e1f15bc30bd3dcfebfcc
|
|
7
|
+
data.tar.gz: 89151e50569afac8e15e8fb4e882e6241c083939d30a7ffd4b15151d5420b9dba3953c7aa774006d51d2fde1df8e4eb0da550c6c05584d9a8f7b841529cb912c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Version 0.4.
|
|
1
|
+
Version 0.4.1
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
## [Unreleased]
|
|
11
11
|
|
|
12
|
+
## [0.4.1] - 2020-02-02
|
|
13
|
+
### Fixed
|
|
14
|
+
- Save license expression as string instead of array.
|
|
15
|
+
|
|
12
16
|
## [0.4.0] - 2020-02-02
|
|
13
17
|
### Added
|
|
14
18
|
- Add command to build offline index of nuget packages and their licenses.
|
|
@@ -61,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
61
65
|
### Added
|
|
62
66
|
- Provide ruby API to the latest SPDX catalogue.
|
|
63
67
|
|
|
64
|
-
[Unreleased]: https://github.com/mokhan/spandx/compare/v0.4.
|
|
68
|
+
[Unreleased]: https://github.com/mokhan/spandx/compare/v0.4.1...HEAD
|
|
69
|
+
[0.4.1]: https://github.com/mokhan/spandx/compare/v0.4.0...v0.4.1
|
|
65
70
|
[0.4.0]: https://github.com/mokhan/spandx/compare/v0.3.0...v0.4.0
|
|
66
71
|
[0.3.0]: https://github.com/mokhan/spandx/compare/v0.2.0...v0.3.0
|
|
67
72
|
[0.2.0]: https://github.com/mokhan/spandx/compare/v0.1.7...v0.2.0
|
data/lib/spandx/version.rb
CHANGED