spandx 0.16.0 → 0.16.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 252cdcff5bb25e6699751e6f842159e46a1a19485e889dca067d2120063bd11b
4
- data.tar.gz: 4a1c66430fd54d64d8fa18a4a015dbe49d94454bd2800369d384b09e1c5fc984
3
+ metadata.gz: ba0b42d3a015296733d9666c1d4b3b4bf89a86622941dd608eca9eef258f4e7a
4
+ data.tar.gz: 2dc3760f3e265a751a1b5affabfb13abeceb77d9c5980203fabea0758cc64347
5
5
  SHA512:
6
- metadata.gz: 3699f961272816332c5c1ec0ab97fc5f769cfeafc80d8058bb03671f8f3eaee89a3ac831ba8c40304e5d63a59c37436ca30472da4eec8bf69496f3875fb793ee
7
- data.tar.gz: 8b06322b0d3103eadd726a77cf8dfd43759c94d67c628710e50247946112dba479bd0f317c45639f2bf99aed083c665edde36f0c06e2860dc97c6afe1f08cb1d
6
+ metadata.gz: 3e41d8d13f883bf9def9c684ff633c6d78077a25e999be320d5841e885cd3a45df39486a12fbee0eef8f632e32236dd294a1303901a401214b66c0dc387fd531
7
+ data.tar.gz: 451efa448a0c702593e694e25ef0d62dbe49683b33d304951284642176340a94fd3e355978782ebac0d32a5cf224a962f2c80b3afbb489e1ce0b1204191cc9e4
@@ -1,4 +1,4 @@
1
- Version 0.16.0
1
+ Version 0.16.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.16.1] - 2020-11-19
13
+ ### Fixed
14
+ - Start spinner for table printer only
15
+
12
16
  ## [0.16.0] - 2020-11-19
13
17
  ### Changed
14
18
  - Pull smaller license cache.
@@ -216,7 +220,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
216
220
  ### Added
217
221
  - Provide ruby API to the latest SPDX catalogue.
218
222
 
219
- [Unreleased]: https://github.com/spandx/spandx/compare/v0.16.0...HEAD
223
+ [Unreleased]: https://github.com/spandx/spandx/compare/v0.16.1...HEAD
224
+ [0.16.1]: https://github.com/spandx/spandx/compare/v0.16.0...v0.16.1
220
225
  [0.16.0]: https://github.com/spandx/spandx/compare/v0.15.1...v0.16.0
221
226
  [0.15.1]: https://github.com/spandx/spandx/compare/v0.15.0...v0.15.1
222
227
  [0.15.0]: https://github.com/spandx/spandx/compare/v0.14.0...v0.15.0
@@ -8,7 +8,6 @@ module Spandx
8
8
 
9
9
  def initialize(output: $stderr)
10
10
  @spinner = TTY::Spinner.new('[:spinner] Scanning...', output: output, clear: true, format: :dots)
11
- @spinner.auto_spin
12
11
  end
13
12
 
14
13
  def match?(format)
@@ -16,6 +15,7 @@ module Spandx
16
15
  end
17
16
 
18
17
  def print_header(_io)
18
+ @spinner.auto_spin
19
19
  @dependencies = SortedSet.new
20
20
  end
21
21
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spandx
4
- VERSION = '0.16.0'
4
+ VERSION = '0.16.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.16.0
4
+ version: 0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Can Eldem