rs_russian 0.11.0 → 0.16.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 +4 -4
- data/.ruby-version +1 -1
- data/.travis.yml +2 -1
- data/Gemfile.lock +16 -15
- data/Rakefile +5 -7
- data/lib/russian/version.rb +1 -1
- data/russian.gemspec +2 -2
- metadata +10 -12
- data/TODO +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e60ca2235b7e30b1670164d8260230f43be1b4c6145fa148e8859e0f3d8a977
|
|
4
|
+
data.tar.gz: acaf53e591a132bfb4e0756d4698d2bf8045a9c4253c02b6ab9653ed0156a629
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfb426bd4af9723dcb09ced8ce1c42426af84c5d6a6b95151dbe60cb6420d0a55210c474dc0579af05a5496c50c6cb7eec0c4bf4d69c2f05bbd014e79ec09294
|
|
7
|
+
data.tar.gz: c3d504f5ba862444617a1f2c1df802e678ea18f45092b9fcb4b26a3c7a1bc4b24fb693645785abaa160900988d113855c8da64f0e755efc9286670b158a65d40
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.5.5
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rs_russian (0.
|
|
5
|
-
activesupport (>= 3.0.0, < 6.
|
|
6
|
-
i18n (~>
|
|
4
|
+
rs_russian (0.16.0)
|
|
5
|
+
activesupport (>= 3.0.0, < 6.2.0)
|
|
6
|
+
i18n (~> 1.8.0)
|
|
7
7
|
unicode (~> 0.4.4)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
activesupport (
|
|
12
|
+
activesupport (6.1.0)
|
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
14
|
-
i18n (
|
|
15
|
-
minitest (
|
|
16
|
-
tzinfo (~>
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
i18n (>= 1.6, < 2)
|
|
15
|
+
minitest (>= 5.1)
|
|
16
|
+
tzinfo (~> 2.0)
|
|
17
|
+
zeitwerk (~> 2.3)
|
|
18
|
+
concurrent-ruby (1.1.7)
|
|
19
|
+
diff-lcs (1.4.4)
|
|
20
|
+
i18n (1.8.5)
|
|
20
21
|
concurrent-ruby (~> 1.0)
|
|
21
|
-
minitest (5.
|
|
22
|
+
minitest (5.14.2)
|
|
22
23
|
rake (10.5.0)
|
|
23
24
|
rspec (2.99.0)
|
|
24
25
|
rspec-core (~> 2.99.0)
|
|
@@ -28,10 +29,10 @@ GEM
|
|
|
28
29
|
rspec-expectations (2.99.2)
|
|
29
30
|
diff-lcs (>= 1.1.3, < 2.0)
|
|
30
31
|
rspec-mocks (2.99.4)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
thread_safe (~> 0.1)
|
|
32
|
+
tzinfo (2.0.4)
|
|
33
|
+
concurrent-ruby (~> 1.0)
|
|
34
34
|
unicode (0.4.4.4)
|
|
35
|
+
zeitwerk (2.4.2)
|
|
35
36
|
|
|
36
37
|
PLATFORMS
|
|
37
38
|
ruby
|
|
@@ -43,4 +44,4 @@ DEPENDENCIES
|
|
|
43
44
|
rspec (~> 2.14)
|
|
44
45
|
|
|
45
46
|
BUNDLED WITH
|
|
46
|
-
1.
|
|
47
|
+
1.17.3
|
data/Rakefile
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
require 'bundler/setup'
|
|
2
2
|
Bundler::GemHelper.install_tasks
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
#t.rspec_path = 'bin/rspec'
|
|
9
|
-
t.rspec_opts = %w[--color]
|
|
4
|
+
begin
|
|
5
|
+
require 'rspec/core/rake_task'
|
|
6
|
+
RSpec::Core::RakeTask.new(:spec)
|
|
7
|
+
rescue LoadError
|
|
10
8
|
end
|
|
11
9
|
|
|
12
|
-
task :default => :spec
|
|
10
|
+
task :default => :spec
|
data/lib/russian/version.rb
CHANGED
data/russian.gemspec
CHANGED
|
@@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
|
|
21
|
-
spec.add_dependency 'i18n', '~>
|
|
21
|
+
spec.add_dependency 'i18n', '~> 1.8.0'
|
|
22
22
|
spec.add_dependency 'unicode', '~> 0.4.4'
|
|
23
|
-
spec.add_dependency 'activesupport', ['>= 3.0.0', '< 6.
|
|
23
|
+
spec.add_dependency 'activesupport', ['>= 3.0.0', '< 6.2.0']
|
|
24
24
|
|
|
25
25
|
spec.add_development_dependency 'bundler', '~> 1.14'
|
|
26
26
|
spec.add_development_dependency 'rake', '< 11.0'
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rs_russian
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- glebtv
|
|
8
8
|
- Yaroslav Markin
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2020-12-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: i18n
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version:
|
|
20
|
+
version: 1.8.0
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version:
|
|
27
|
+
version: 1.8.0
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: unicode
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -48,7 +48,7 @@ dependencies:
|
|
|
48
48
|
version: 3.0.0
|
|
49
49
|
- - "<"
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
|
-
version: 6.
|
|
51
|
+
version: 6.2.0
|
|
52
52
|
type: :runtime
|
|
53
53
|
prerelease: false
|
|
54
54
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -58,7 +58,7 @@ dependencies:
|
|
|
58
58
|
version: 3.0.0
|
|
59
59
|
- - "<"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 6.
|
|
61
|
+
version: 6.2.0
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
63
|
name: bundler
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -119,7 +119,6 @@ files:
|
|
|
119
119
|
- LICENSE
|
|
120
120
|
- README.textile
|
|
121
121
|
- Rakefile
|
|
122
|
-
- TODO
|
|
123
122
|
- lib/rs_russian.rb
|
|
124
123
|
- lib/russian.rb
|
|
125
124
|
- lib/russian/action_view_ext/helpers/date_helper.rb
|
|
@@ -149,7 +148,7 @@ homepage: https://github.com/rs-pro/russian
|
|
|
149
148
|
licenses:
|
|
150
149
|
- MIT
|
|
151
150
|
metadata: {}
|
|
152
|
-
post_install_message:
|
|
151
|
+
post_install_message:
|
|
153
152
|
rdoc_options: []
|
|
154
153
|
require_paths:
|
|
155
154
|
- lib
|
|
@@ -164,9 +163,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
164
163
|
- !ruby/object:Gem::Version
|
|
165
164
|
version: '0'
|
|
166
165
|
requirements: []
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
signing_key:
|
|
166
|
+
rubygems_version: 3.1.4
|
|
167
|
+
signing_key:
|
|
170
168
|
specification_version: 4
|
|
171
169
|
summary: Russian language support for Ruby and Rails
|
|
172
170
|
test_files:
|