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 +4 -4
- data/CHANGELOG.md +5 -0
- data/CREDITS.md +1 -1
- data/lib/et-orbi.rb +1 -1
- data/lib/et-orbi/zones.rb +4 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e76c51b164aaa3749e6865594a141100e4e6e1e
|
|
4
|
+
data.tar.gz: dbc982c799a79da7408ed7e7cb9ff9d9481ea91c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2780226defd2f1ad6aad04291e6dc77bcf9e56d60c75f2f68ea0471f931bf75f434cf44e52a17d5e41dff79947c571d7179cf70759d0429e3d6631f02f4d996
|
|
7
|
+
data.tar.gz: 8cad684822abf9f08a3811867a5c0010e24d175527fa65c7f4f67e580fd540b5e798cf94131b95b9942ec239b00c1fccc470a5c8a0cadeacfd4dfa3c8f5299a0
|
data/CHANGELOG.md
CHANGED
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
|
data/lib/et-orbi.rb
CHANGED
data/lib/et-orbi/zones.rb
CHANGED
|
@@ -325,8 +325,10 @@ module EtOrbi
|
|
|
325
325
|
'CST5CDT' => 'CST6CDT',
|
|
326
326
|
|
|
327
327
|
'Alaskan Standard Time' => 'America/Anchorage',
|
|
328
|
-
'
|
|
329
|
-
'
|
|
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.
|
|
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-
|
|
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.
|
|
101
|
+
rubygems_version: 2.6.14.1
|
|
102
102
|
signing_key:
|
|
103
103
|
specification_version: 4
|
|
104
104
|
summary: time with zones
|