spandx 0.12.0 → 0.12.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: 1f54b3c9f0a58ce0038a5ad242c02d7aad3b11090bdecb9d84e67a9f74d5dfd6
4
- data.tar.gz: b4ed659d450474bff291b4ee0f723f3342fe9369b690894c1731badb797a4b6b
3
+ metadata.gz: 6d2b7267b1992fb016eb03add4de6b6fff0f76303a9c76baba75b7bed90ef345
4
+ data.tar.gz: 72d4f89965f82ef03e153b13943da3cd3031aee94ceeb7c5f76fabda68deff66
5
5
  SHA512:
6
- metadata.gz: e94f49bff3619f876aa2157f15f8efde4b585720bd95417b1d4c6a48ce24208e18d836597604e4837ea37aee424124404825f8887311ab6697b2efee8474ea42
7
- data.tar.gz: cc3553ebc60ff24667c0b182e9beb319bed075e837ef34b348b6b8c15ff16ebccfc56e4cb80c75743baa7862b07e7331e5c924ee2305e6008f5ff1f772e78a71
6
+ metadata.gz: b4f2d4c3aca9b58bbef2190544395ee5e80f30b9dffdccc053f93e545777887ea486377b5500de68e601848e33aaa0fb21c0f816f8509c6d7d04e103d139b82c
7
+ data.tar.gz: 4cdd689d72f08ecec7f7df4a42f31b452f99ce5cdda0d2a5d605f2691abc3402d1a202e90372f3b2be50d4ce49fe398ffb38fb97d2f83b80f4f8fc4189d2f5ec
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- Version 0.12.0
1
+ Version 0.12.1
2
2
 
3
3
  # Changelog
4
4
 
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [0.12.1] - 2020-04-17
13
+ ### Fixed
14
+ - Revert ruby version constraint to support 2.4+
15
+
16
+
12
17
  ## [0.12.0] - 2020-04-14
13
18
  ### Added
14
19
  - Add `--format csv` option to scan command.
@@ -131,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131
136
  ### Added
132
137
  - Provide ruby API to the latest SPDX catalogue.
133
138
 
134
- [Unreleased]: https://github.com/mokhan/spandx/compare/v0.12.0...HEAD
139
+ [Unreleased]: https://github.com/mokhan/spandx/compare/v0.12.1...HEAD
140
+ [0.12.1]: https://github.com/mokhan/spandx/compare/v0.12.0...v0.12.1
135
141
  [0.12.0]: https://github.com/mokhan/spandx/compare/v0.11.0...v0.12.0
136
142
  [0.11.0]: https://github.com/mokhan/spandx/compare/v0.10.1...v0.11.0
137
143
  [0.10.1]: https://github.com/mokhan/spandx/compare/v0.10.0...v0.10.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spandx
4
- VERSION = '0.12.0'
4
+ VERSION = '0.12.1'
5
5
  end
data/spandx.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.description = 'A ruby interface to the SPDX catalogue. With a CLI that can scan project lockfiles to list out software licenses for each dependency'
15
15
  spec.homepage = 'https://github.com/mokhan/spandx'
16
16
  spec.license = 'MIT'
17
- spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
17
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
18
18
 
19
19
  spec.metadata['homepage_uri'] = spec.homepage
20
20
  spec.metadata['source_code_uri'] = 'https://github.com/mokhan/spandx'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spandx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mo khan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-14 00:00:00.000000000 Z
11
+ date: 2020-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -360,7 +360,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
360
360
  requirements:
361
361
  - - ">="
362
362
  - !ruby/object:Gem::Version
363
- version: 2.5.0
363
+ version: 2.4.0
364
364
  required_rubygems_version: !ruby/object:Gem::Requirement
365
365
  requirements:
366
366
  - - ">="