yaml-translator 0.11.2 → 0.11.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -0
- data/Gemfile.lock +43 -48
- data/lib/yaml-translator/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 130ef30b21f836cba0a2033644821351b5bbc9a4
|
4
|
+
data.tar.gz: d9017a5974398b708c688d21c78be90bf08bebdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbb60026b3e4829338507cbb25cfc017c4c7bee8f18e57f21523bf185f665f2dfe2e90d6ba9db44e47e249a3c6c8ea7012f20e10ae6367ad791bf585988b887f
|
7
|
+
data.tar.gz: 3ca1f07d249e4a4209869ea21283e32a0933c5c3b458c075ee11c167459eeecf73ef9cb4d121a8b7ff4bb465ba7dd6d0c4409bc0f05a761032a795cb59152555
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
yaml-translator (0.11.
|
4
|
+
yaml-translator (0.11.3)
|
5
5
|
diff-lcs
|
6
6
|
easy_translate
|
7
7
|
|
@@ -9,75 +9,70 @@ GEM
|
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
11
|
ansi (1.5.0)
|
12
|
-
ast (2.
|
13
|
-
coveralls (0.
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
12
|
+
ast (2.4.0)
|
13
|
+
coveralls (0.8.21)
|
14
|
+
json (>= 1.8, < 3)
|
15
|
+
simplecov (~> 0.14.1)
|
16
|
+
term-ansicolor (~> 1.3)
|
17
|
+
thor (~> 0.19.4)
|
18
|
+
tins (~> 1.6)
|
19
19
|
diff-lcs (1.3)
|
20
20
|
docile (1.1.5)
|
21
|
-
easy_translate (0.5.
|
22
|
-
json
|
21
|
+
easy_translate (0.5.1)
|
23
22
|
thread
|
24
23
|
thread_safe
|
25
24
|
hirb (0.7.3)
|
26
|
-
json (2.0
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
rubocop-rspec (>= 1.12.0)
|
34
|
-
parser (2.4.0.0)
|
35
|
-
ast (~> 2.2)
|
25
|
+
json (2.1.0)
|
26
|
+
onkcop (0.52.1.1)
|
27
|
+
rubocop (~> 0.52.1)
|
28
|
+
rubocop-rspec (>= 1.22.0)
|
29
|
+
parallel (1.12.1)
|
30
|
+
parser (2.4.0.2)
|
31
|
+
ast (~> 2.3)
|
36
32
|
powerpack (0.1.1)
|
37
|
-
rainbow (
|
33
|
+
rainbow (3.0.0)
|
38
34
|
rake (10.5.0)
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
rspec-
|
43
|
-
|
44
|
-
rspec-
|
45
|
-
rspec-
|
46
|
-
rspec-support (~> 3.5.0)
|
47
|
-
rspec-expectations (3.5.0)
|
35
|
+
rspec (3.7.0)
|
36
|
+
rspec-core (~> 3.7.0)
|
37
|
+
rspec-expectations (~> 3.7.0)
|
38
|
+
rspec-mocks (~> 3.7.0)
|
39
|
+
rspec-core (3.7.1)
|
40
|
+
rspec-support (~> 3.7.0)
|
41
|
+
rspec-expectations (3.7.0)
|
48
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
49
|
-
rspec-support (~> 3.
|
50
|
-
rspec-mocks (3.
|
43
|
+
rspec-support (~> 3.7.0)
|
44
|
+
rspec-mocks (3.7.0)
|
51
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
52
|
-
rspec-support (~> 3.
|
53
|
-
rspec-support (3.
|
46
|
+
rspec-support (~> 3.7.0)
|
47
|
+
rspec-support (3.7.1)
|
54
48
|
rspec-temp_dir (1.0.0)
|
55
49
|
rspec (>= 3.0)
|
56
|
-
rubocop (0.
|
57
|
-
|
50
|
+
rubocop (0.52.1)
|
51
|
+
parallel (~> 1.10)
|
52
|
+
parser (>= 2.4.0.2, < 3.0)
|
58
53
|
powerpack (~> 0.1)
|
59
|
-
rainbow (>=
|
54
|
+
rainbow (>= 2.2.2, < 4.0)
|
60
55
|
ruby-progressbar (~> 1.7)
|
61
56
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
62
|
-
rubocop-rspec (1.
|
63
|
-
rubocop (>= 0.
|
64
|
-
ruby-progressbar (1.
|
65
|
-
simplecov (0.
|
57
|
+
rubocop-rspec (1.22.2)
|
58
|
+
rubocop (>= 0.52.1)
|
59
|
+
ruby-progressbar (1.9.0)
|
60
|
+
simplecov (0.14.1)
|
66
61
|
docile (~> 1.1.0)
|
67
62
|
json (>= 1.8, < 3)
|
68
63
|
simplecov-html (~> 0.10.0)
|
69
|
-
simplecov-console (0.4.
|
64
|
+
simplecov-console (0.4.2)
|
70
65
|
ansi
|
71
66
|
hirb
|
72
67
|
simplecov
|
73
|
-
simplecov-html (0.10.
|
74
|
-
term-ansicolor (1.
|
75
|
-
tins (~> 0
|
76
|
-
thor (0.
|
68
|
+
simplecov-html (0.10.2)
|
69
|
+
term-ansicolor (1.6.0)
|
70
|
+
tins (~> 1.0)
|
71
|
+
thor (0.19.4)
|
77
72
|
thread (0.2.2)
|
78
73
|
thread_safe (0.3.6)
|
79
|
-
tins (
|
80
|
-
unicode-display_width (1.
|
74
|
+
tins (1.16.3)
|
75
|
+
unicode-display_width (1.3.0)
|
81
76
|
|
82
77
|
PLATFORMS
|
83
78
|
ruby
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yaml-translator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Noritaka Horio
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: easy_translate
|
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
218
|
version: '0'
|
219
219
|
requirements: []
|
220
220
|
rubyforge_project:
|
221
|
-
rubygems_version: 2.6.
|
221
|
+
rubygems_version: 2.6.13
|
222
222
|
signing_key:
|
223
223
|
specification_version: 4
|
224
224
|
summary: Translate for the locales configuration file
|