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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60e89d9935bbf82bb28b848858df9b48a736613600808721b6feddf511ed2f8a
4
- data.tar.gz: a3e0396a012747f80b97376c1afbccb646f4e8a7bc379998fb89fed35d1a188b
3
+ metadata.gz: bd43f4534fd78176bb372673b73a3fcd135872f4b784ed84a6b9d518fbb7001d
4
+ data.tar.gz: a66deaed24189e97e130258647b4c10f00554514ae508510169ec5ff54dee30f
5
5
  SHA512:
6
- metadata.gz: c27a27d68f51fcecd579edbcfd2a1ce591f2d2ca9d647df94280c78aa78e0b5a4af7dfc2b08ca0cccb93d3f512a3989dfc6d11846540d69bd814974df2e55d44
7
- data.tar.gz: b01f6403eff92f6438f707806b4b976e651c0765d3b9dae5beb46fd801aeab982e7ca1c3e7315102660006f023fb67b8a66e8984533c58678408613c8fd5c051
6
+ metadata.gz: e25407370b0ec723f948f128a80e7030e969da7744740f3d49d9293b473c68370a59615bf8638da168b1bf47f5ecaa682f74a4689c77e1f15bc30bd3dcfebfcc
7
+ data.tar.gz: 89151e50569afac8e15e8fb4e882e6241c083939d30a7ffd4b15151d5420b9dba3953c7aa774006d51d2fde1df8e4eb0da550c6c05584d9a8f7b841529cb912c
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- Version 0.4.0
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.0...HEAD
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
@@ -105,7 +105,7 @@ module Spandx
105
105
  return if index.indexed?(key)
106
106
 
107
107
  if (license = spec['licenseExpression'])
108
- index.write(key, [license])
108
+ index.write(key, license)
109
109
  end
110
110
  puts [license, key].inspect
111
111
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spandx
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
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.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mo khan