getaround_utils 0.3.2 → 0.3.3

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: 5613ee79100a9cded2aa604fa57fc13ecf8c2fb7dbf14cbaa80cb76d6c2c6359
4
- data.tar.gz: 421141ea846ad8a21ea03e635f3f95b2e7395a60db7b25b732cf8ca8187b8fbd
3
+ metadata.gz: 5b8f527ba9f0f5c93d0aa5f5898278230277ccbe435b690c03d0b79eceb277ab
4
+ data.tar.gz: 276a5197b07e3052fc813367d04ca0e04a84c1400da83c2487c83d22e8c43bce
5
5
  SHA512:
6
- metadata.gz: f294d961b827ba51b7c3d90ee33a7a042d9f7d5cbfbf406509d3b94455e444c88f1df7a656151a67caa676ef8dde60bfe41454295c4b3b12306d52a66f71ec5f
7
- data.tar.gz: 9b94144e4ad1325e9c80ace4c099c00dd2592edef3ac9bb1269ead9811a77c0cf54f55cceb1d7c5a10bab2b7d1c7033ec5b4bf9d63075ac1102ba597f6ac3daa
6
+ metadata.gz: 66dcca84c67e6f7f030c359fce44e48e154b7fa1c2b780a1a6ef9b0f4d6dd9045d2da248f13ead1e04cea5ed9e523d50b5bd5b5e001703e3f3b1fef00151d48e
7
+ data.tar.gz: 327b48e801f84b263ae6be9d3e9c4535b3295e2a91634f77b39271d73d81a96ddc960dedc928d668513510f2701ac94da813f893510e11c4ae3769109d4b8677
data/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
- ## [0.3.2] 2026-02-27
1
+ ## [0.3.3] 2026-02-27
2
+ - `GetaroundUtils::I18nBackend::FlatKeys` should be a module
3
+
4
+ ## [0.3.2] 2026-02-27 - YANKED
2
5
  - Add `GetaroundUtils::I18nBackend::FlatKeys` an I18n backend that supports flatten keys
3
6
 
4
7
  ## [0.3.1] 2026-02-18
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getaround_utils (0.3.2)
4
+ getaround_utils (0.3.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,13 +1,11 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "active_support"
4
- require 'i18n/backend/transliterator'
5
- require "i18n/backend/simple"
6
4
 
7
5
  module GetaroundUtils; end
8
6
  module GetaroundUtils::I18nBackend; end
9
7
 
10
- class GetaroundUtils::I18nBackend::FlatKeys < I18n::Backend::Simple
8
+ module GetaroundUtils::I18nBackend::FlatKeys
11
9
  def store_translations(locale, data, options = {})
12
10
  expanded = expand_dot_keys(data)
13
11
  super(locale, expanded, options)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GetaroundUtils
4
- VERSION = '0.3.2'
4
+ VERSION = '0.3.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getaround_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drivy