i18n-country-translations 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = I18nCountryTranslations
2
2
 
3
- I18n Country Translations - The purpose of this gem is to simply provide country translations. The gem is intended to be easy to combine with other gems that require i18n country translations so we can have common i18n country translation gem.
3
+ The purpose of this gem is to simply provide country translations. The gem is intended to be easy to combine with other gems that require i18n country translations so we can have common i18n country translation gem.
4
4
 
5
5
  If you're doing anything with country names and translations, there's no need to reinvent the wheel and add your own translations. Just use this gem's country translations and skip the hassle of having to add and manage each country translation for each locale.
6
6
 
@@ -35,10 +35,11 @@ You can also use these standard translations to help if you don't want to use th
35
35
 
36
36
 
37
37
  == Contributors
38
- Brian McQuay - http://www.onomojo.com
39
- Tsutomu Kuroda
40
- Joost Hietbrink - http://blog.joopp.com
41
- Janko Marohnić - https://github.com/janko-m
38
+ * Brian McQuay - http://www.onomojo.com
39
+ * Tsutomu Kuroda - https://github.com/kuroda
40
+ * Joost Hietbrink - http://blog.joopp.com
41
+ * Janko Marohnić - https://github.com/janko-m
42
+ * Cyril Mougel - https://github.com/shingara
42
43
 
43
44
  == Related
44
45
  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.
@@ -1,3 +1,3 @@
1
1
  module I18nCountryTranslations
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-country-translations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-20 00:00:00.000000000Z
12
+ date: 2012-06-19 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
16
- requirement: &70259841855420 !ruby/object:Gem::Requirement
16
+ requirement: &70329781010260 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0.5'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70259841855420
24
+ version_requirements: *70329781010260
25
25
  - !ruby/object:Gem::Dependency
26
- name: rails
27
- requirement: &70259841854920 !ruby/object:Gem::Requirement
26
+ name: railties
27
+ requirement: &70329781009520 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 3.0.0
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70259841854920
35
+ version_requirements: *70329781009520
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rspec-rails
38
- requirement: &70259841854460 !ruby/object:Gem::Requirement
38
+ requirement: &70329781008840 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 2.7.0
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70259841854460
46
+ version_requirements: *70329781008840
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: i18n-spec
49
- requirement: &70259841854000 !ruby/object:Gem::Requirement
49
+ requirement: &70329781008380 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: 0.1.1
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70259841854000
57
+ version_requirements: *70329781008380
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: spork
60
- requirement: &70259841853540 !ruby/object:Gem::Requirement
60
+ requirement: &70329781007920 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ~>
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: 1.0rc
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *70259841853540
68
+ version_requirements: *70329781007920
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: hpricot
71
- requirement: &70259841853160 !ruby/object:Gem::Requirement
71
+ requirement: &70329781007480 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ! '>='
@@ -76,7 +76,7 @@ dependencies:
76
76
  version: '0'
77
77
  type: :development
78
78
  prerelease: false
79
- version_requirements: *70259841853160
79
+ version_requirements: *70329781007480
80
80
  description: The purpose of this gem is to simply provide country translations. The
81
81
  gem is intended to be easy to combine with other gems that require i18n country
82
82
  translations so we can have common i18n country translation gem.