rs_russian 0.18.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d177382c9f6a6b6ce473b8ddc1c05c0053e9c096dd2c4355c14618006071dff
4
- data.tar.gz: a2c6fe3ea422d77b1c29ce4a7790dc21a37119abfed001b22d5ecd9be72a00a0
3
+ metadata.gz: a745c80df10e41854e986cb2dc2675f0d61fa31c123a8a4b5aa22e3bde250c72
4
+ data.tar.gz: 182cdccc6c3eac28c4665bb86f6a1b9b9232bdd841ddcc4a9468586d63760655
5
5
  SHA512:
6
- metadata.gz: ba571aabfcf6434d34033f3117f36c90bc6e0ab12037b39dc56f661582321a96315276121c669a7e7217bb79da56566cc929781c882dc9e75aad1d0579c4faf7
7
- data.tar.gz: 48bc81a71b7d22b04181ca1085accbf35b8c58914d008fa4282cf78fd9705b3ce50dc3cc0c40d68888a4946d6a088efae9d829c246cca70289433ed99759a1bc
6
+ metadata.gz: 502e7cb384de3004ef1b8cd388fa2df304a249a13f19b2f26a182ce133f9dc96f8e718cee99dc1770319dcd03f7287f0f04a53211c2e13b0a04c235efaca054c
7
+ data.tar.gz: '09ef6253a92adf3520907af11e6422ecddb4af0cfa7caeb529d56f6f16a4d22a3adec570f34888896b17c28225e8b84a608423f2b762366904d74578ce16fce5'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rs_russian (0.18.0)
4
+ rs_russian (0.19.0)
5
5
  activesupport (>= 6.1.0, < 6.2.0)
6
6
  i18n (~> 1.8.0)
7
7
  unicode (~> 0.4.4)
@@ -9,13 +9,13 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.1.3.2)
12
+ activesupport (6.1.4.1)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 1.6, < 2)
15
15
  minitest (>= 5.1)
16
16
  tzinfo (~> 2.0)
17
17
  zeitwerk (~> 2.3)
18
- concurrent-ruby (1.1.8)
18
+ concurrent-ruby (1.1.9)
19
19
  diff-lcs (1.4.4)
20
20
  i18n (1.8.10)
21
21
  concurrent-ruby (~> 1.0)
@@ -36,7 +36,7 @@ module RailsAdmin
36
36
  ret = if time = (value || default_value)
37
37
  opt = {format: strftime_format, standalone: true}
38
38
  Russian.force_standalone = true
39
- r = ::I18n.l(time, opt)
39
+ r = ::I18n.l(time, **opt)
40
40
  Russian.force_standalone = false
41
41
  r
42
42
  else
@@ -1,3 +1,3 @@
1
1
  module Russian
2
- VERSION = "0.18.0"
2
+ VERSION = "0.19.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rs_russian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-05-10 00:00:00.000000000 Z
12
+ date: 2021-09-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n