et-orbi 1.2.0 → 1.2.1

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: c21365a9daba02e81514f6cc1dcb7a5e9ca0b9f2
4
- data.tar.gz: 17fb20293ea4cc0bba980164d1b3a0ec4d380d95
3
+ metadata.gz: 0e76c51b164aaa3749e6865594a141100e4e6e1e
4
+ data.tar.gz: dbc982c799a79da7408ed7e7cb9ff9d9481ea91c
5
5
  SHA512:
6
- metadata.gz: 418cc6ae78cccc421be24cf6c00dfbdc2c9e6fff93167b707dcc4dbbbacda3b1a734954b9c8009480ba0a49b989f5e3132089b2abea8086cf76a4b7ce4864f8d
7
- data.tar.gz: 739692ea95f6420dcf4b0146e02040e01b0ece213ffa22786ff30b65cdb6c7fad95bcc3efaa7f230234f200a056369ae52b303a5e436214967805a78dd5db0d8
6
+ metadata.gz: b2780226defd2f1ad6aad04291e6dc77bcf9e56d60c75f2f68ea0471f931bf75f434cf44e52a17d5e41dff79947c571d7179cf70759d0429e3d6631f02f4d996
7
+ data.tar.gz: 8cad684822abf9f08a3811867a5c0010e24d175527fa65c7f4f67e580fd540b5e798cf94131b95b9942ec239b00c1fccc470a5c8a0cadeacfd4dfa3c8f5299a0
@@ -2,6 +2,11 @@
2
2
  # CHANGELOG.md
3
3
 
4
4
 
5
+ ## et-orbi 1.2.1 released 2019-05-01
6
+
7
+ - More US time zone corrections, Vais Salikhov, gh-19
8
+
9
+
5
10
  ## et-orbi 1.2.0 released 2019-04-25
6
11
 
7
12
  - Add missing US time zone aliases, Vais Salikhov, gh-18
data/CREDITS.md CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  # et-orbi credits
3
3
 
4
- * Vais Salikhov (https://github.com/vais) missing US timezone aliases, gh-18
4
+ * Vais Salikhov (https://github.com/vais) missing US timezone aliases, gh-18 gh-19
5
5
  * Wenhui Wang https://github.com/w11th .parse vs Chronic+ActiveSupport, fugit 11
6
6
  * Marcel https://github.com/MTRNord "Mitteleuropaeische Sommerzeit", gh-15
7
7
  * Stanisław Pitucha https://github.com/viraptor rubygems link to changelog, gh-14
@@ -13,6 +13,6 @@ require 'et-orbi/zone'
13
13
 
14
14
  module EtOrbi
15
15
 
16
- VERSION = '1.2.0'
16
+ VERSION = '1.2.1'
17
17
  end
18
18
 
@@ -325,8 +325,10 @@ module EtOrbi
325
325
  'CST5CDT' => 'CST6CDT',
326
326
 
327
327
  'Alaskan Standard Time' => 'America/Anchorage',
328
- 'Mountain Standard Time' => 'America/Phoenix',
329
- 'Central Standard Time' => 'America/Chicago'
328
+ 'Central Standard Time' => 'America/Chicago',
329
+ 'Mountain Standard Time' => 'America/Denver',
330
+ 'US Eastern Standard Time' => 'America/Indiana/Indianapolis',
331
+ 'US Mountain Standard Time' => 'America/Phoenix'
330
332
  }
331
333
  end
332
334
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et-orbi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Mettraux
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-24 00:00:00.000000000 Z
11
+ date: 2019-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tzinfo
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  requirements: []
100
100
  rubyforge_project:
101
- rubygems_version: 2.6.14.3
101
+ rubygems_version: 2.6.14.1
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: time with zones