po_to_json 3.0.0 → 3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 311edcf37bc6b541be58594a85e116e8475f0974236a0f4dd022f47f11078e7d
4
- data.tar.gz: e032f1f8e2d760a61385903387d6e0d0dea99435d2df23a4f72734a48c52d110
3
+ metadata.gz: 755127919c3bcecb64fc99a58c8675e77e5bbfb5e9068758691918dfe063d3f4
4
+ data.tar.gz: f5f17b4c7dc472926ff27e7be4acc87e20f556857cd7a99f5d114001e44364ad
5
5
  SHA512:
6
- metadata.gz: 1f849ab3b86150bea4d82b7f4634a627a747000975954592c794cc7a2aec5a751cb35709b2ad34a5e52ce83ac065bf87f839836f2706b7d41e9ed1abd661d2c4
7
- data.tar.gz: 99434262ceb87e08c91218c625f87337f51215620056e0a97076098bb4170f870fdedc671bab8698a438f0a26e2a9e4b73fb0af453d554344037aef180de8fcd
6
+ metadata.gz: 01d7a269017a8e059c22bdca7a0d9084f492c0b1471c4d7d172713cacc0f7c6b58c66a9d518c60c981780375d4c6308e71ebed7bf3e9b4f8e4c876404dd55456
7
+ data.tar.gz: 43c0ab7ad86963e8540576c59013b936e4a9f4b172ee571a244905c2b831836cf56301fc711c970a288db139b948c113467bfcd0aaef0f262c3f74f8a9d8fdc0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.1](https://github.com/webhippie/po_to_json/compare/v3.0.0...v3.0.1) (2026-01-19)
4
+
5
+ ### Dependencies
6
+
7
+ * **patch:** update dependency ruby to v4.0.1 ([#62](https://github.com/webhippie/po_to_json/issues/62)) ([b4416c5](https://github.com/webhippie/po_to_json/commit/b4416c54d045c5ab266b678cadc51612cdd140b2))
8
+
9
+ ### Miscellaneous
10
+
11
+ * **flake:** updated lockfile [skip ci] ([be7c782](https://github.com/webhippie/po_to_json/commit/be7c78296384f9681d855e55364dedf86cdb0739))
12
+ * **flake:** updated lockfile [skip ci] ([b9139d7](https://github.com/webhippie/po_to_json/commit/b9139d756cd3e770d1c6ab3799da5fdf4e368da9))
13
+ * **flake:** updated lockfile [skip ci] ([c875aa6](https://github.com/webhippie/po_to_json/commit/c875aa67babac21fc0d53920ec57e42f152e0fdf))
14
+
3
15
  ## [3.0.0](https://github.com/webhippie/po_to_json/compare/v2.2.1...v3.0.0) (2025-12-29)
4
16
 
5
17
 
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', '~> 3.0.0'
19
+ gem 'po_to_json', '~> 3.0.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', '~> 3.0.0'
36
+ spec.add_dependency 'po_to_json', '~> 3.0.1'
37
37
  ```
38
38
 
39
39
  ## Usage
@@ -25,5 +25,5 @@
25
25
  #
26
26
 
27
27
  class PoToJson
28
- VERSION = "3.0.0".freeze
28
+ VERSION = "3.0.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: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger