i18n-timezones 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e334eeef66165bc9b7f9cb35c93fa9691f94f50
4
- data.tar.gz: 2e1e58eb4cd07fa02234bb3f5f370e9859a49b18
3
+ metadata.gz: e5c08f13a36b2a00099734a2109fb56d00a35f1f
4
+ data.tar.gz: da5e8c299cbe56d47b02ba7e0d4c027d66645323
5
5
  SHA512:
6
- metadata.gz: 14722bd119301e15c98161778e56b6a06fc1953ef10e6dcbc5b39ff1218ff629d2407059aa38f8d3a148f2fd80d4eb386512a91f60689b84abda223726700c98
7
- data.tar.gz: f06cbf012b28ca3e83ef94e2504a5b8dc6e65fcf46739bc4336c965a9a72c3bbe08dcbe7691a267d074a34486c9e48f8b66bd1953e69e8df5524e7ef27b01104
6
+ metadata.gz: 95e26dbb36d4521bb3d2ae3eaf3de72ffa363d009da86d65e7858ed114bdc51f277b228b22164b6f30d797737997713753605db81efb729c5a865f1a8d8e545b
7
+ data.tar.gz: 65a08d7825ffa009e565e4f8f6dbfb9dd538e3320042ef9007cbb8a57a6d83d05c0ad4ca6cc4d4f32884188d14d30eb48d405090edec2bf559db9d2318fd4979
data/README.rdoc CHANGED
@@ -38,8 +38,10 @@ If you find an error in a translation, please let us know. Please help us fill i
38
38
  * Md. Hasinur Rahman - https://github.com/likhon
39
39
  * Steve Hodges - https://github.com/stevehodges
40
40
  * https://github.com/cbeckr
41
+ * https://github.com/godjo
41
42
 
42
43
  == Version History
44
+ * 1.3.3 - Fix ru translation for Paris
43
45
  * 1.3.2 - Adding zh-CN and updating de
44
46
  * 1.3.1 - Adding license to gemspec
45
47
  * 1.3 - Upgrading to Rails 4
@@ -1,3 +1,3 @@
1
1
  module I18nTimezones
2
- VERSION = "1.3.2"
2
+ VERSION = "1.3.3"
3
3
  end
data/rails/locale/ru.yml CHANGED
@@ -51,7 +51,7 @@ ru:
51
51
  "Copenhagen": "Копенгаген" # +01:00
52
52
  "Ljubljana": "Любляна" # +01:00
53
53
  "Madrid": "Мадрид" # +01:00
54
- "Paris": "Пириж" # +01:00
54
+ "Paris": "Париж" # +01:00
55
55
  "Prague": "Прага" # +01:00
56
56
  "Rome": "Рим" # +01:00
57
57
  "Sarajevo": "Сараево" # +01:00
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-timezones
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
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-05-02 00:00:00.000000000 Z
11
+ date: 2014-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -89,11 +89,13 @@ executables: []
89
89
  extensions: []
90
90
  extra_rdoc_files: []
91
91
  files:
92
+ - MIT-LICENSE
93
+ - README.rdoc
92
94
  - lib/i18n-timezones.rb
95
+ - lib/i18n_timezones.rb
93
96
  - lib/i18n_timezones/railtie.rb
94
97
  - lib/i18n_timezones/timezone.rb
95
98
  - lib/i18n_timezones/version.rb
96
- - lib/i18n_timezones.rb
97
99
  - rails/locale/ar.yml
98
100
  - rails/locale/de.yml
99
101
  - rails/locale/es.yml
@@ -106,8 +108,6 @@ files:
106
108
  - rails/locale/ru.yml
107
109
  - rails/locale/zh-CN.yml
108
110
  - rails/locale/zh-TW.yml
109
- - README.rdoc
110
- - MIT-LICENSE
111
111
  homepage: https://github.com/onomojo/i18n-timezones
112
112
  licenses:
113
113
  - MIT
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  requirements: []
131
131
  rubyforge_project:
132
- rubygems_version: 2.0.6
132
+ rubygems_version: 2.2.2
133
133
  signing_key:
134
134
  specification_version: 4
135
135
  summary: I18n Timezone Translations