po_to_json 3.0.6 → 3.1.0

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: d9a392ca64c3969df6a64e21c560978be2f9c9a402cecd89dc6c27b6ee68ee3b
4
- data.tar.gz: 8d48dec7da5a67555249213e84fea17fede386c848da0808f96280f5fce867ac
3
+ metadata.gz: a4d586bd471826f926b800eb7841c9fe5a661911db8b737888ca417c6701ed94
4
+ data.tar.gz: 3d0827b9f9be2d7a2f2090a8e9af025263eb771fd11e9abfddc2c077ebdbe70f
5
5
  SHA512:
6
- metadata.gz: fb4ef8e019654c2ad4af2692715255b25b8927ae24c1db1fef375f4a8dc57995ab35c14f9997b6fba1f68df2406c1072c1f04fb4b52c5096f1df790e9f0fb849
7
- data.tar.gz: d12b6886725a299ef9511bf176a8763ba2121cd0d74abb93aed05641e27093a9b78c68b5006641b53eeb1308951da6cc61bb80313ed6461cbaefb2db7a1cb660
6
+ metadata.gz: 2474fcdcbe8de66e518738acca3a246b8cc9ffa7eec036940002e1d3552781a2a295b0ad70a8c6b8ca107c795fcd9d2e81c8cc3fcfcb4f391ef2058c8a5dc60c
7
+ data.tar.gz: '019887969e2088583f29f27535ce315f2ecc90c97f1204f42f7bea01b8727b2c72bb9f9802ec6f973009b0ab6b929bf68b6e9fef13e0c0a9b1e1b3b6b4e7deac'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.1.0](https://github.com/webhippie/po_to_json/compare/v3.0.6...v3.1.0) (2026-09-14)
4
+
5
+ ### Features
6
+
7
+ * replace flake with mise tools and pipeline ([1b53fa6](https://github.com/webhippie/po_to_json/commit/1b53fa6a25576dd993fca8855396d976c5078433))
8
+
9
+ ### Dependencies
10
+
11
+ * **patch:** update dependency prek to v0.5.3 ([#78](https://github.com/webhippie/po_to_json/issues/78)) ([4573007](https://github.com/webhippie/po_to_json/commit/45730074458a4eadb23347b41c8dbc53b9812b8f))
12
+
3
13
  ## [3.0.6](https://github.com/webhippie/po_to_json/compare/v3.0.5...v3.0.6) (2026-07-27)
4
14
 
5
15
  ## [3.0.5](https://github.com/webhippie/po_to_json/compare/v3.0.4...v3.0.5) (2026-05-25)
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.6'
19
+ gem 'po_to_json', '~> 3.1.0'
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.6'
36
+ spec.add_dependency 'po_to_json', '~> 3.1.0'
37
37
  ```
38
38
 
39
39
  ## Usage
@@ -25,5 +25,5 @@
25
25
  #
26
26
 
27
27
  class PoToJson
28
- VERSION = "3.0.6".freeze
28
+ VERSION = "3.1.0".freeze
29
29
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: po_to_json
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger
8
8
  - Nubis
9
+ autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 1980-01-02 00:00:00.000000000 Z
12
+ date: 2026-09-14 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: json
@@ -44,6 +45,7 @@ licenses:
44
45
  - MIT
45
46
  metadata:
46
47
  rubygems_mfa_required: 'true'
48
+ post_install_message:
47
49
  rdoc_options: []
48
50
  require_paths:
49
51
  - lib
@@ -58,7 +60,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
60
  - !ruby/object:Gem::Version
59
61
  version: '0'
60
62
  requirements: []
61
- rubygems_version: 4.0.16
63
+ rubygems_version: 3.4.20
64
+ signing_key:
62
65
  specification_version: 4
63
66
  summary: Convert gettext PO files to JSON
64
67
  test_files: []