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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 751e22ab0a27d4ed561019c9058d4d4157ab390f
4
- data.tar.gz: 58540e78a209d0beb46887cb084a9d7df7dd778b
3
+ metadata.gz: 3577d5f483b817a5d98268101b10be6d6fc5d399
4
+ data.tar.gz: baffea8000e321e96c9088ac4b3ff80ef1a2f9ce
5
5
  SHA512:
6
- metadata.gz: 9fe47bea5665a71b2b415ae663e77f4d0acda53ae8e09b32cfafa564dc2a1641a06d9f7419d2c3910d295faf9dac5943b61c51e06419d9da34bce43889fb655a
7
- data.tar.gz: ea52157592c545ad130d5ad7629c239c65e36bc5e4f933ee5fdc2126f3130e7f6faa53dc105537d94d5213f2e485cba085ce9ff9db09ec6384fbb0f024d365c8
6
+ metadata.gz: 0d2480e91e4f6eace342ad5ce305442b620716a73a2aa0c228693690968611c480b68ef5689d1ca2460612d48990e358432c7d2a9d0908bfa86e141eff60bdcc
7
+ data.tar.gz: b1d578a3dcc532b1919057b5e208f71aa63eb75c4e91f45346e2b917b1cccc3f29e95cb020eab664c2ab50fbc8528ff811d9d6649c47e25bcc80bf6f6e55aded
@@ -1,4 +1,4 @@
1
- Copyright 2012 YOURNAME
1
+ Copyright 2012 Brian McQuay
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -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
@@ -1,3 +1,3 @@
1
1
  module I18nCountryTranslations
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
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.0
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-01-27 00:00:00.000000000 Z
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: '4.0'
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: '4.0'
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: '4.0'
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: '4.0'
72
+ version: '5.3'
55
73
  - !ruby/object:Gem::Dependency
56
74
  name: rspec-rails
57
75
  requirement: !ruby/object:Gem::Requirement