gs1 2.0.0 → 2.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -1
  3. data/lib/gs1/version.rb +1 -1
  4. metadata +3 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e902d0a871c447d704c90970bb54e21cb6608a34ef77ef8fca7515b605bd833
4
- data.tar.gz: 874725a50d5a89582e06f2bee8adce07a98f7583c79fd10026fb75cd75fa8e1b
3
+ metadata.gz: 80e2897a3ab7721ee0bd9ff82da8336a512ef1e62d456be6cb910324b93d702f
4
+ data.tar.gz: b40467ed1fa1f6fdb8782c962b0206241d93f6f9e5a1443660dcab69db6d33c8
5
5
  SHA512:
6
- metadata.gz: 876b0b4d0923c166a38affb96b274f9fe799fddf15d0ac75fdd472e2cc02907816e336fb300e2881ecdf191f4a02599b44abf2f4c9f46f3a8c878a8204a4de21
7
- data.tar.gz: 50bb2bcd58750950edd5bc2dcfc512d4c9e09af725809a467f3432ab7a69b754d167930111c73d6d194f74a886def551b8e350516e3e93c13d0015b37eca9cc7
6
+ metadata.gz: 82b3a6499e115789293850ed64333b68525c17c941e9eab916fc5653e0f76ed2258eeed17e0db4dc489aa939ddb6a4bf84b830a093bb8a7e5cd124968a22aa21
7
+ data.tar.gz: c93ee42951979767f2f2dbd1af387fdcdccc20d805e43add35375d17909be4c932f7893ff91c847da2be5db06dab0724caae9850aed21342a0abf151832e2b68
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [2.0.1] - 2025-04-23
10
+ ### Fixed
11
+ - Fix the CI release pipeline
12
+
9
13
  ## [2.0.0] - 2025-04-22
10
14
  ### Changed
11
15
  - Minimum supported version of Ruby is now 3.0.5 (breaking change)
@@ -47,8 +51,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
51
  ### Fixed
48
52
  - Fix `nil` argument for barcode
49
53
 
50
- [Unreleased]: https://github.com/apoex/gs1/compare/v2.0.0...HEAD
54
+ [Unreleased]: https://github.com/apoex/gs1/compare/v2.0.1...HEAD
51
55
 
56
+ [2.0.1]: https://github.com/apoex/gs1/compare/v2.0.0...v2.0.1
52
57
  [2.0.0]: https://github.com/apoex/gs1/compare/v1.1.0...v2.0.0
53
58
  [1.1.0]: https://github.com/apoex/gs1/compare/v1.0.0...v1.1.0
54
59
  [1.0.0]: https://github.com/apoex/gs1/releases/tag/v1.0.0
data/lib/gs1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module GS1
2
- VERSION = '2.0.0'.freeze
2
+ VERSION = '2.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gs1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Åhman
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-04-22 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: GS1 defines a set of GS1 standards directly from the documentation
14
13
  email:
@@ -62,7 +61,6 @@ licenses:
62
61
  metadata:
63
62
  allowed_push_host: https://rubygems.org
64
63
  rubygems_mfa_required: 'true'
65
- post_install_message:
66
64
  rdoc_options: []
67
65
  require_paths:
68
66
  - lib
@@ -77,8 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
75
  - !ruby/object:Gem::Version
78
76
  version: '0'
79
77
  requirements: []
80
- rubygems_version: 3.2.33
81
- signing_key:
78
+ rubygems_version: 3.6.7
82
79
  specification_version: 4
83
80
  summary: A ruby gem for implementing GS1 standards
84
81
  test_files: []