i18n-country-translations 1.1.0 → 1.1.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: 2bc593393de6e00f9b2f1a4ca1be5369a5292142
4
- data.tar.gz: f8fd932eab3d3ab8ae4c46edafe860dec000ab99
3
+ metadata.gz: 04b5e46d4b4df3fcc98b8e54a735c426a3456838
4
+ data.tar.gz: d527ef6adcf27f7fc91b303ec739767c3a3423f4
5
5
  SHA512:
6
- metadata.gz: face08f9b3730608236f0c87d8a2d191da8bf9f30e9886dbaff7bd8b7bf206b16a665187e197d2815c09f10b39898d32f81c98c177c2ae7d21ebb807087245f3
7
- data.tar.gz: 21fb7e9789446673494448462157057da504cae1e21e64e5fca45c4d4d2dcb2d3e8032a31afcf5225953da67cdd3b46e8b17d8d13e0f7bf4c279983bbdd0dfc5
6
+ metadata.gz: 6a0ea08e6ea46db9617e493d937b1705898d0977cd8d65f020071ec9a942158eb9a17554d8ceaec952c521b910195e205a8c059f58183fb997f99b29e7a506f2
7
+ data.tar.gz: 6d5855dea77ba97bbebd39ec07fd2bc1655d131b926f6ee117d0564098de953fd967b57866a867cb682fb0c11c3a1cb5bb271bff0a9801de3b0555adf9aef8b9
data/README.rdoc CHANGED
@@ -50,6 +50,7 @@ You can also use these standard translations to help if you don't want to use th
50
50
  * Nick Grimshaw - https://github.com/nickgrim
51
51
  * Fábio André Damas - https://github.com/skkeeper
52
52
  * Allen Wyma - https://github.com/HangingClowns
53
+ * Touch Ungboriboonpisal - https://github.com/erks
53
54
 
54
55
  == Related
55
56
  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.
@@ -59,6 +60,7 @@ If you need to use timezones, we also created a convenient way to translate the
59
60
  https://github.com/onomojo/i18n-timezones
60
61
 
61
62
  == Version History
63
+ * 1.1.1 - Fixing bug from incorrect translation paths. Update gemspec for Rails 4 support.
62
64
  * 1.1.0 - Updating all locales and separating out iso639-1 locales from 3 character unicode supported locales
63
65
  * 1.0.4 - Adding zh-HK and zh-CN translations.
64
66
  * 1.0.3 - Adding zh-TW translations.
@@ -6,7 +6,7 @@ module I18nCountryTranslations
6
6
  I18nCountryTranslations::Railtie.instance_eval do
7
7
  pattern = pattern_from app.config.i18n.available_locales
8
8
 
9
- add("rails/locale/#{pattern}.yml")
9
+ add("rails/locale/**/#{pattern}.yml")
10
10
  end
11
11
  end
12
12
 
@@ -1,3 +1,3 @@
1
1
  module I18nCountryTranslations
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-country-translations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.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: 2014-06-13 00:00:00.000000000 Z
11
+ date: 2014-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -28,14 +28,14 @@ dependencies:
28
28
  name: railties
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '3.0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '3.0'
41
41
  - !ruby/object:Gem::Dependency