rs_russian 0.9.3 → 0.9.4

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
  SHA1:
3
- metadata.gz: 85aaa40356c6f18227bddf26d237380eb16226e6
4
- data.tar.gz: cf7e805aa7abd3b72d6fed86a3a2bd5af18dfd15
3
+ metadata.gz: 6b970955ab4bb12470ecfd6ca9290dd7543980f0
4
+ data.tar.gz: 4ac35d43896e7b1f2253efdcb73d80b02180af7d
5
5
  SHA512:
6
- metadata.gz: 60901148e00c1077cb4d3eec79b081af94953be9613410e37e62cc1db16d6f2e2edf593a4c575dc0c71200ebad46450a25926cf099a82641573f1f50daeba17e
7
- data.tar.gz: 92076e6a18f48eab41b073993ac04f0c00791e8e60e28a27ac09a9346a194a7fee8d73577a5b9dd6d70d68158c17aa046cad24229ba380c958a06676ebe386a6
6
+ metadata.gz: 6eebc1ba07b024cbc8992fe0b2f3338e28df1e465ab18ed00a6913a727243bc51ae9fde8c2dab83ddc3bc585111855f2460118180d62a4a21f5e81dcadc373ba
7
+ data.tar.gz: c83126de599ae2a3b001cb1af3bd8b60cdfddf71bbe618e11f6fdd58655a5dd8eff42088de690efe3993e35606824454a2fe401d91f9f140b96a25a6f89d1074
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rs_russian (0.9.3)
4
+ rs_russian (0.9.4)
5
5
  activesupport (>= 3.0.0, < 5.0.0)
6
6
  i18n (>= 0.6.0, < 0.8.0)
7
7
  unicode (~> 0.4.4)
@@ -9,7 +9,7 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (4.2.5)
12
+ activesupport (4.2.6)
13
13
  i18n (~> 0.7)
14
14
  json (~> 1.7, >= 1.7.7)
15
15
  minitest (~> 5.1)
@@ -18,8 +18,8 @@ GEM
18
18
  diff-lcs (1.2.5)
19
19
  i18n (0.7.0)
20
20
  json (1.8.3)
21
- minitest (5.8.3)
22
- rake (10.4.2)
21
+ minitest (5.8.4)
22
+ rake (11.1.2)
23
23
  rspec (2.99.0)
24
24
  rspec-core (~> 2.99.0)
25
25
  rspec-expectations (~> 2.99.0)
@@ -43,4 +43,4 @@ DEPENDENCIES
43
43
  rspec (~> 2.14)
44
44
 
45
45
  BUNDLED WITH
46
- 1.10.6
46
+ 1.11.2
@@ -7,7 +7,7 @@ module RailsAdmin
7
7
  class Datetime < RailsAdmin::Config::Fields::Base
8
8
  def parse_input(params)
9
9
  str = params[name]
10
- unless I18n.locale == :en
10
+ if I18n.locale == :ru
11
11
  strftime_format.to_s.scan(/%[AaBbp]/) do |match|
12
12
  case match
13
13
  when '%B'
@@ -1,3 +1,3 @@
1
1
  module Russian
2
- VERSION = "0.9.3"
2
+ VERSION = "0.9.4"
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.9.3
4
+ version: 0.9.4
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: 2015-12-03 00:00:00.000000000 Z
12
+ date: 2016-04-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  requirements: []
173
173
  rubyforge_project:
174
- rubygems_version: 2.4.5.1
174
+ rubygems_version: 2.5.1
175
175
  signing_key:
176
176
  specification_version: 4
177
177
  summary: Russian language support for Ruby and Rails