po_to_json 2.2.1 → 3.0.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: 295b02fc828e2865a6414e40d971afbf6e31de2d6a86508ca0115c7f6a6a2c42
4
- data.tar.gz: fb5c2f8390e99d0fd698b594f61d0c065a6744dd49785ecdcde9f88b7d84a6ad
3
+ metadata.gz: 311edcf37bc6b541be58594a85e116e8475f0974236a0f4dd022f47f11078e7d
4
+ data.tar.gz: e032f1f8e2d760a61385903387d6e0d0dea99435d2df23a4f72734a48c52d110
5
5
  SHA512:
6
- metadata.gz: b58394114fe7df2cb3c200195527b2c7e4d73b6786af95596378753a1ee0373030e03a7cd9fc271d112e182359de56a477d31a665274fa9cb3edfc3d941b2f08
7
- data.tar.gz: 25da4c5e9732834b7d11bd21419cbab9ceab67f2af3038fc13e9c3b8e7f32f63942b23b25411a9689f2c000e09f071b77f9bd261758937e901aada8bf5e7be54
6
+ metadata.gz: 1f849ab3b86150bea4d82b7f4634a627a747000975954592c794cc7a2aec5a751cb35709b2ad34a5e52ce83ac065bf87f839836f2706b7d41e9ed1abd661d2c4
7
+ data.tar.gz: 99434262ceb87e08c91218c625f87337f51215620056e0a97076098bb4170f870fdedc671bab8698a438f0a26e2a9e4b73fb0af453d554344037aef180de8fcd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.0](https://github.com/webhippie/po_to_json/compare/v2.2.1...v3.0.0) (2025-12-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * **major:** update dependency ruby to v4 ([#59](https://github.com/webhippie/po_to_json/issues/59)) ([88b615e](https://github.com/webhippie/po_to_json/commit/88b615e8957433c3f10f998efe303207ae241ae0))
9
+
3
10
  ## [2.2.1](https://github.com/webhippie/po_to_json/compare/v2.2.0...v2.2.1) (2025-12-22)
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.1'
19
+ gem 'po_to_json', '~> 3.0.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', '~> 2.2.1'
36
+ spec.add_dependency 'po_to_json', '~> 3.0.0'
37
37
  ```
38
38
 
39
39
  ## Usage
@@ -25,5 +25,5 @@
25
25
  #
26
26
 
27
27
  class PoToJson
28
- VERSION = "2.2.1".freeze
28
+ VERSION = "3.0.0".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.1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
- rubygems_version: 3.6.9
61
+ rubygems_version: 4.0.3
62
62
  specification_version: 4
63
63
  summary: Convert gettext PO files to JSON
64
64
  test_files: []