po_to_json 2.2.0 → 2.2.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: a49d1dbce135d69e2ddbeb14d940c1c729983b2c1b78675a17718334454fa09c
4
- data.tar.gz: 9591b0cc044ff97f90f85539c6b1a08c8984bfb9e876efdc8030f906a00b4a6f
3
+ metadata.gz: 295b02fc828e2865a6414e40d971afbf6e31de2d6a86508ca0115c7f6a6a2c42
4
+ data.tar.gz: fb5c2f8390e99d0fd698b594f61d0c065a6744dd49785ecdcde9f88b7d84a6ad
5
5
  SHA512:
6
- metadata.gz: 238aaf3233eb189edaa4e284f88a717a290ef5c75991f4d5c78798ffeb3535ceb443fa20b838ccd53a11a49d7f14eb5a34a9b3644825818b7ef3fcdb53f2312b
7
- data.tar.gz: bf6557a26936d62aea127488a784a4357f11a1f24f1f1ff107066117751e0a6b33ee095f9e873bfe78ef8bd962224a3856e157a31460cbc1b196a8797f36782f
6
+ metadata.gz: b58394114fe7df2cb3c200195527b2c7e4d73b6786af95596378753a1ee0373030e03a7cd9fc271d112e182359de56a477d31a665274fa9cb3edfc3d941b2f08
7
+ data.tar.gz: 25da4c5e9732834b7d11bd21419cbab9ceab67f2af3038fc13e9c3b8e7f32f63942b23b25411a9689f2c000e09f071b77f9bd261758937e901aada8bf5e7be54
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.1](https://github.com/webhippie/po_to_json/compare/v2.2.0...v2.2.1) (2025-12-22)
4
+
5
+
6
+ ### Bugfixes
7
+
8
+ * **patch:** update dependency ruby to v3.4.8 ([#57](https://github.com/webhippie/po_to_json/issues/57)) ([846d0e1](https://github.com/webhippie/po_to_json/commit/846d0e1ecd2fbb714942b128547f8f16ac528dbf))
9
+
3
10
  ## [2.2.0](https://github.com/webhippie/po_to_json/compare/v2.1.2...v2.2.0) (2025-11-10)
4
11
 
5
12
 
data/README.md CHANGED
@@ -16,7 +16,7 @@ look at the [wokflow][workflow].
16
16
  ## Installation
17
17
 
18
18
  ```ruby
19
- gem 'po_to_json', '~> 2.2.0'
19
+ gem 'po_to_json', '~> 2.2.1'
20
20
  ```
21
21
 
22
22
  ## Versioning
@@ -33,7 +33,7 @@ gem using the [Pessimistic Version Constraint][pvc] with two digits of precision
33
33
  For example:
34
34
 
35
35
  ```ruby
36
- spec.add_dependency 'po_to_json', '~> 2.2.0'
36
+ spec.add_dependency 'po_to_json', '~> 2.2.1'
37
37
  ```
38
38
 
39
39
  ## Usage
@@ -25,5 +25,5 @@
25
25
  #
26
26
 
27
27
  class PoToJson
28
- VERSION = "2.2.0".freeze
28
+ VERSION = "2.2.1".freeze
29
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: po_to_json
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger