po_to_json 3.0.4 → 3.0.5

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: 43c509ab7f8ff91d475b3b48941f174d95dd9a3a55dd64053c88503821a8812b
4
- data.tar.gz: 58db6f538d1a2553e7d3fe33193fa4142feb123af6d9b30eae2104dded0744a7
3
+ metadata.gz: e770a42a094d039c3075c7b8973fc3657fa54f2d97d73d73030fee85031ad266
4
+ data.tar.gz: b9d95a22365b321d4a801c3c751cf9e996a6f0bcefd2bd4b409c9d975ddee20b
5
5
  SHA512:
6
- metadata.gz: c8ebc5da83450a6281101cd22c3f2560675402418a717cf4c46f8bdf3d31bf1c571a6247f4dffcde002f626df5acd0e13ccd41ace134971fd055f81013959264
7
- data.tar.gz: 510a2525298c36251bd599aea152ff9795f40eb7bfc312837e6b9a32e619c916073ab086044249343b02bc39dfd661613df8dcd40e7e57057552f3997e76cc81
6
+ metadata.gz: 90d1e0b20a79bab74523b6374768e4e9786f36cbf5ee0733806770bec9ba0354a3e64ffa328030003029a751743830c4649399208478e29105db858251930afa
7
+ data.tar.gz: da7d5bf5a4dc22ee10f8b588fd27d38d957e5c79c809c12859b9f781f3b3349aee6f0c524bcb41d842b329e9ec7424ca0a2f827cb45b8d82c3b084c12e0d0e36
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.5](https://github.com/webhippie/po_to_json/compare/v3.0.4...v3.0.5) (2026-05-25)
4
+
5
+ ### Dependencies
6
+
7
+ * **patch:** update dependency ruby to v4.0.5 ([#73](https://github.com/webhippie/po_to_json/issues/73)) ([9503c42](https://github.com/webhippie/po_to_json/commit/9503c42e1704fc65939d25509bcc947b1f05b888))
8
+
9
+ ### Miscellaneous
10
+
11
+ * **flake:** updated lockfile [skip ci] ([08903ae](https://github.com/webhippie/po_to_json/commit/08903ae6db680e915d3fc15b3eb69aabccfb89fa))
12
+ * replace nixfmt package ([94ecb01](https://github.com/webhippie/po_to_json/commit/94ecb01e065d4444c811c0338d4432f17f3027c3))
13
+ * switch flake input to 25.11 release ([d7b8422](https://github.com/webhippie/po_to_json/commit/d7b84229ec25ffae9a9747feeec1e91d0bad5c9e))
14
+
3
15
  ## [3.0.4](https://github.com/webhippie/po_to_json/compare/v3.0.3...v3.0.4) (2026-05-18)
4
16
 
5
17
  ### Dependencies
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.4'
19
+ gem 'po_to_json', '~> 3.0.5'
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.4'
36
+ spec.add_dependency 'po_to_json', '~> 3.0.5'
37
37
  ```
38
38
 
39
39
  ## Usage
@@ -25,5 +25,5 @@
25
25
  #
26
26
 
27
27
  class PoToJson
28
- VERSION = "3.0.4".freeze
28
+ VERSION = "3.0.5".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.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger