et-orbi 1.1.8 → 1.2.0

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: 65b5afb2d0d4f7f1865b20129ff6896d735452b9
4
- data.tar.gz: 57b48b7cd3835dce5bdd50628d704928c34c27e2
3
+ metadata.gz: c21365a9daba02e81514f6cc1dcb7a5e9ca0b9f2
4
+ data.tar.gz: 17fb20293ea4cc0bba980164d1b3a0ec4d380d95
5
5
  SHA512:
6
- metadata.gz: ed22b3055df4153c0c24be1f96b06dfa953c0638acb09d571f0df359d468b30524e4c70e9d5b013097731542b1b941603f1d8507b7689bf39a281f2d27d32318
7
- data.tar.gz: 99a5479d314b98484d64575d5a446b33c122af030f1643c9a40fc1b80846a56f411b0ca272b58255f18b7862be8699fd61df90a7b99ee956f5fd14534d0f7e1f
6
+ metadata.gz: 418cc6ae78cccc421be24cf6c00dfbdc2c9e6fff93167b707dcc4dbbbacda3b1a734954b9c8009480ba0a49b989f5e3132089b2abea8086cf76a4b7ce4864f8d
7
+ data.tar.gz: 739692ea95f6420dcf4b0146e02040e01b0ece213ffa22786ff30b65cdb6c7fad95bcc3efaa7f230234f200a056369ae52b303a5e436214967805a78dd5db0d8
@@ -2,11 +2,18 @@
2
2
  # CHANGELOG.md
3
3
 
4
4
 
5
+ ## et-orbi 1.2.0 released 2019-04-25
6
+
7
+ - Add missing US time zone aliases, Vais Salikhov, gh-18
8
+ - Stop fooling around and stick to https://semver.org, start with 1.2.0
9
+
10
+
5
11
  ## et-orbi 1.1.8 released 2019-04-11
6
12
 
7
13
  - Work hard to make it work on Windows
8
14
  - Implement EoTime#rweek and #rday (reference week, reference day)
9
15
  - Alias EoTime#in_time_zone(zone) to #localtime(zone)
16
+ - Stop fooling around and stick to https://semver.org
10
17
 
11
18
 
12
19
  ## et-orbi 1.1.7 released 2019-01-14
data/CREDITS.md CHANGED
@@ -1,6 +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
5
  * Wenhui Wang https://github.com/w11th .parse vs Chronic+ActiveSupport, fugit 11
5
6
  * Marcel https://github.com/MTRNord "Mitteleuropaeische Sommerzeit", gh-15
6
7
  * Stanisław Pitucha https://github.com/viraptor rubygems link to changelog, gh-14
@@ -48,7 +48,7 @@ Time zones for fugit and rufus-scheduler. Urbi et Orbi.
48
48
 
49
49
  #s.add_runtime_dependency 'raabro', '>= 1.1.3'
50
50
 
51
- s.add_development_dependency 'rspec', '~> 3.4'
51
+ s.add_development_dependency 'rspec', '~> 3.8'
52
52
  s.add_development_dependency 'chronic', '~> 0.10'
53
53
 
54
54
  s.require_path = 'lib'
@@ -13,6 +13,6 @@ require 'et-orbi/zone'
13
13
 
14
14
  module EtOrbi
15
15
 
16
- VERSION = '1.1.8'
16
+ VERSION = '1.2.0'
17
17
  end
18
18
 
@@ -280,7 +280,7 @@ module EtOrbi
280
280
  'China Standard Time' => 'Asia/Shanghai',
281
281
  'Myanmar Standard Time' => 'Asia/Yangon',
282
282
  'E. Africa Standard Time' => 'Africa/Nairobi',
283
- 'Hawaiian Standard Time' => 'Pacific/Honololu',
283
+ 'Hawaiian Standard Time' => 'Pacific/Honolulu',
284
284
  'E. Europe Standard Time' => 'Europe/Nicosia',
285
285
  'Tokyo Standard Time' => 'Asia/Tokyo',
286
286
  'Egypt Standard Time' => 'Africa/Cairo',
@@ -323,6 +323,10 @@ module EtOrbi
323
323
  'Montevideo Standard Time' => 'America/Montevideo',
324
324
 
325
325
  'CST5CDT' => 'CST6CDT',
326
+
327
+ 'Alaskan Standard Time' => 'America/Anchorage',
328
+ 'Mountain Standard Time' => 'America/Phoenix',
329
+ 'Central Standard Time' => 'America/Chicago'
326
330
  }
327
331
  end
328
332
 
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.1.8
4
+ version: 1.2.0
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 00:00:00.000000000 Z
11
+ date: 2019-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tzinfo
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '3.4'
33
+ version: '3.8'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '3.4'
40
+ version: '3.8'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: chronic
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -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.5.2.3
101
+ rubygems_version: 2.6.14.3
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: time with zones