i18n-toml 0.1.0 → 0.2.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: 5564adc08ff224c2ab72ccc7a4c5233165a2322455cd7db00e133c343d9e664e
4
- data.tar.gz: 27133a7dd888f80af8cb18a6db7b13f19158af6405213ed8eb06e03dbbcce1f3
3
+ metadata.gz: 4a7ac468c6dcfff7907d67da287c5bb88a3cfb4f078f65e2aaa1f391713c2dbf
4
+ data.tar.gz: aed78c5357cca908fbab280ed5f94c4b0bb704c0616e374a6ba6f2b74a25d6d2
5
5
  SHA512:
6
- metadata.gz: 7f42a6a97ed1c9ef09ff6e42cf27e33aafc133e2b0bc76a8343e3d40938e684cdda0608b247971fe660896f6ae4eec47d1e606738a07fdaeedb66da5cd2ef8d0
7
- data.tar.gz: e7c79fabfdacbb3b3a580a88bf12887ecb55e01464754440d1c1f8ef12295f67a694ff8c8a8577cdb1a07a50e30387199440568e1d13297993fe5c714f931c49
6
+ metadata.gz: 3226a908d7f08ece1e72c83a8b21975f29cd1c012d4ae2d316592c78285e40afe6e8514f118b244d0d9f817d68d798b391476c8823f36c04df9e0316badcf5ff
7
+ data.tar.gz: f07ac66e6f41e3b3d09db5db94bebda587551eeb45f910c29e567cf2f4b6220c57ae1dd9aa68d534ade54e730264c6d32c4b67b591aa9ba808158546f3716609
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [0.1.0] - 2025-01-23
3
+ ## [0.2.0] - 2025-03-13
4
+ - Use newest version of tomlrb dependency
4
5
 
6
+ ## [0.1.0] - 2025-01-23
5
7
  - Initial release
data/README.md CHANGED
@@ -48,4 +48,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
48
48
 
49
49
  ## Contributing
50
50
 
51
- Bug reports and pull requests are welcome on GitHub at https://github.com/xijo/i18n-toml.
51
+ Bug reports and pull requests are welcome on GitHub at https://github.com/xijo/i18n-toml
@@ -2,6 +2,6 @@
2
2
 
3
3
  module I18n
4
4
  module Toml
5
- VERSION = "0.1.0"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-toml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Opper
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-23 00:00:00.000000000 Z
11
+ date: 2025-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: toml-rb
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.0'
19
+ version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.0'
26
+ version: '4.0'
27
27
  description:
28
28
  email:
29
29
  - xijo@pm.me