rs_russian 0.10.0 → 0.10.1

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
  SHA1:
3
- metadata.gz: 24bf728137734743da505f750111eeebb6bb34de
4
- data.tar.gz: b717995e5d7aae86baf17a68277e1a330ce9163a
3
+ metadata.gz: 35d3c6b9e8b5bc1c416ed72634bf4af2a3f6a858
4
+ data.tar.gz: f653c3fb7abcb032d063cb31936ec2c4d17a761b
5
5
  SHA512:
6
- metadata.gz: edec8952de2c08a70ac5125788a761461e790b70c0b4a71fb5276e43b2c13b97550e6f4770670090335deed6946ff7a77c7e696ec1228e2187796e3bf51322c0
7
- data.tar.gz: bb637a130fcf529b952ef9f3f91892d4b311d415dfa8bc69a22cd6ea93bb0ade40fa6d8727c4726e6b19a6d84019dc5269cff1b0201c1737ee3f7347c7422a24
6
+ metadata.gz: 9206ecfe0fddaf2ea3fde8261a1822b5406ba0c775f59bb1e1c3f23c3338541b1f3f73ac1c6c258c999e0afe9eabe8a4bcd7d67649795ba743c328d8797fc954
7
+ data.tar.gz: ed315de1b90f2349ccb559b96d29f888a28e476856e77c30fb409cfa390aafe46e7c1a05eba8b06dad1045f7333443ac042c599f1c4035c94e44d2d4346c94e9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rs_russian (0.10.0)
4
+ rs_russian (0.10.1)
5
5
  activesupport (>= 3.0.0, < 6.0.0)
6
6
  i18n (~> 0.8.0)
7
7
  unicode (~> 0.4.4)
@@ -9,15 +9,15 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (5.0.2)
12
+ activesupport (5.1.4)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (~> 0.7)
15
15
  minitest (~> 5.1)
16
16
  tzinfo (~> 1.1)
17
17
  concurrent-ruby (1.0.5)
18
18
  diff-lcs (1.3)
19
- i18n (0.8.1)
20
- minitest (5.10.1)
19
+ i18n (0.8.6)
20
+ minitest (5.10.3)
21
21
  rake (10.5.0)
22
22
  rspec (2.99.0)
23
23
  rspec-core (~> 2.99.0)
@@ -28,9 +28,9 @@ GEM
28
28
  diff-lcs (>= 1.1.3, < 2.0)
29
29
  rspec-mocks (2.99.4)
30
30
  thread_safe (0.3.6)
31
- tzinfo (1.2.2)
31
+ tzinfo (1.2.3)
32
32
  thread_safe (~> 0.1)
33
- unicode (0.4.4.2)
33
+ unicode (0.4.4.4)
34
34
 
35
35
  PLATFORMS
36
36
  ruby
@@ -42,4 +42,4 @@ DEPENDENCIES
42
42
  rspec (~> 2.14)
43
43
 
44
44
  BUNDLED WITH
45
- 1.14.6
45
+ 1.16.0.pre.3
@@ -1,3 +1,3 @@
1
1
  module Russian
2
- VERSION = "0.10.0"
2
+ VERSION = "0.10.1"
3
3
  end
data/lib/russian.rb CHANGED
@@ -20,7 +20,11 @@ module Russian
20
20
 
21
21
  autoload :Transliteration, 'transliteration'
22
22
 
23
- cattr_accessor :force_standalone
23
+ if respond_to?(:cattr_accessor)
24
+ cattr_accessor :force_standalone
25
+ else
26
+ mattr_accessor :force_standalone
27
+ end
24
28
 
25
29
  # Russian locale
26
30
  LOCALE = :'ru'
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.10.0
4
+ version: 0.10.1
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: 2017-03-21 00:00:00.000000000 Z
12
+ date: 2017-10-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  version: '0'
166
166
  requirements: []
167
167
  rubyforge_project:
168
- rubygems_version: 2.6.10
168
+ rubygems_version: 2.6.13
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Russian language support for Ruby and Rails