i18n-country-translations 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/README.rdoc +0 -20
- data/lib/i18n_country_translations/version.rb +1 -1
- metadata +30 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3577d5f483b817a5d98268101b10be6d6fc5d399
|
4
|
+
data.tar.gz: baffea8000e321e96c9088ac4b3ff80ef1a2f9ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d2480e91e4f6eace342ad5ce305442b620716a73a2aa0c228693690968611c480b68ef5689d1ca2460612d48990e358432c7d2a9d0908bfa86e141eff60bdcc
|
7
|
+
data.tar.gz: b1d578a3dcc532b1919057b5e208f71aa63eb75c4e91f45346e2b917b1cccc3f29e95cb020eab664c2ab50fbc8528ff811d9d6649c47e25bcc80bf6f6e55aded
|
data/MIT-LICENSE
CHANGED
data/README.rdoc
CHANGED
@@ -39,26 +39,6 @@ It will generate a new yml file that contains the country translations for the l
|
|
39
39
|
|
40
40
|
You can also use these standard translations to help if you don't want to use the script above: http://unicode.org/repos/cldr-tmp/trunk/diff/summary/root.html
|
41
41
|
|
42
|
-
|
43
|
-
== Contributors
|
44
|
-
* Brian McQuay - http://www.onomojo.com
|
45
|
-
* Tsutomu Kuroda - https://github.com/kuroda
|
46
|
-
* Joost Hietbrink - http://blog.joopp.com
|
47
|
-
* Janko Marohnić - https://github.com/janko-m
|
48
|
-
* Cyril Mougel - https://github.com/shingara
|
49
|
-
* Kamil Politowicz - https://github.com/kpolitowicz
|
50
|
-
* Valentin Rabanelly - https://github.com/vjrabanelly
|
51
|
-
* Cyril Mougel - https://github.com/shingara
|
52
|
-
* Nick Grimshaw - https://github.com/nickgrim
|
53
|
-
* Fábio André Damas - https://github.com/skkeeper
|
54
|
-
* Allen Wyma - https://github.com/HangingClowns
|
55
|
-
* Touch Ungboriboonpisal - https://github.com/erks
|
56
|
-
* https://github.com/mstark
|
57
|
-
* Laurent Dang - https://github.com/haeky
|
58
|
-
* Felipe Pisa - https://github.com/frop
|
59
|
-
* Tomek Wałkuski - https://github.com/tomekw
|
60
|
-
* Grey Baker - https://github.com/greysteil
|
61
|
-
|
62
42
|
== Related
|
63
43
|
You may also be intersted in the i18n_country_select gem which basically gives you a helper to make use of these translations in a coutry select dropdown.
|
64
44
|
https://github.com/onomojo/i18n_country_select
|
metadata
CHANGED
@@ -1,57 +1,75 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n-country-translations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian McQuay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 0.9.3
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '2'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: 0.9.3
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '2'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: railties
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
30
36
|
requirements:
|
31
|
-
- - "
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '5.0'
|
40
|
+
- - "<"
|
32
41
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
42
|
+
version: '5.3'
|
34
43
|
type: :runtime
|
35
44
|
prerelease: false
|
36
45
|
version_requirements: !ruby/object:Gem::Requirement
|
37
46
|
requirements:
|
38
|
-
- - "
|
47
|
+
- - ">="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '5.0'
|
50
|
+
- - "<"
|
39
51
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
52
|
+
version: '5.3'
|
41
53
|
- !ruby/object:Gem::Dependency
|
42
54
|
name: rails
|
43
55
|
requirement: !ruby/object:Gem::Requirement
|
44
56
|
requirements:
|
45
|
-
- - "
|
57
|
+
- - ">="
|
46
58
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
59
|
+
version: '5.0'
|
60
|
+
- - "<"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '5.3'
|
48
63
|
type: :development
|
49
64
|
prerelease: false
|
50
65
|
version_requirements: !ruby/object:Gem::Requirement
|
51
66
|
requirements:
|
52
|
-
- - "
|
67
|
+
- - ">="
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '5.0'
|
70
|
+
- - "<"
|
53
71
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
72
|
+
version: '5.3'
|
55
73
|
- !ruby/object:Gem::Dependency
|
56
74
|
name: rspec-rails
|
57
75
|
requirement: !ruby/object:Gem::Requirement
|