tzinfo-data 1.2018.1 → 1.2018.2

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
  SHA256:
3
- metadata.gz: 5254c865ad43b81ceacdff8782e70e07d1a162c3fc8855d47b8840a8dd40b2f1
4
- data.tar.gz: b2b8719f3b6948dd794610075d508b46c90433e74becd7a7d78328224969bbe0
3
+ metadata.gz: 618c0584a08b71e99a5c25fff92ef5ea4942e85927523050af45613b1d2fe36a
4
+ data.tar.gz: 0c1ec13cfda0eb71684a57ff120a806ba5e5decc75b6f7c1c96ecba6a999a6bb
5
5
  SHA512:
6
- metadata.gz: d084c5de21cd833f7985ad7f47f884e5991976b2cb3483c229758e925efd7fc876a6704a5faa3ddea74921ab7e8e360d7378021ea79f3595a2f01ee2fadd7d95
7
- data.tar.gz: 724adfff9c5d08fe2fec3ce7073c45cc462f21990f51e3d9040fd02ecb69479b2272bc8b83fa86622ddc9b29453ea0fa887123ef7dac285c3069a9da06337576
6
+ metadata.gz: c9e9a9e3d6771abaabc04703ebf6ad6dfd100b253b391136ff6f9c00b1985467cb2fd5adcf5371d23a18af7492ebbcedf46630901cc0c3362c9a7a54dcc57b9c
7
+ data.tar.gz: 5f80f8970cdeb09d5956fb0e2502f699fdf65b38c7880f9b76908783e557d67dfc25beb0cb0c2b1f288a6dcbe12c68aab0e725df7c5545201439ce23f73f9d99
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -0,0 +1,18 @@
1
+ # encoding: UTF-8
2
+
3
+ # This file contains data derived from the IANA Time Zone Database
4
+ # (http://www.iana.org/time-zones).
5
+
6
+ module TZInfo
7
+ module Data
8
+ module Definitions
9
+ module US
10
+ module Pacific__m__New
11
+ include TimezoneDefinition
12
+
13
+ linked_timezone 'US/Pacific-New', 'America/Los_Angeles'
14
+ end
15
+ end
16
+ end
17
+ end
18
+ end
@@ -595,6 +595,7 @@ module TZInfo
595
595
  linked_timezone 'US/Michigan'
596
596
  linked_timezone 'US/Mountain'
597
597
  linked_timezone 'US/Pacific'
598
+ linked_timezone 'US/Pacific-New'
598
599
  linked_timezone 'US/Samoa'
599
600
  linked_timezone 'UTC'
600
601
  linked_timezone 'Universal'
@@ -1,7 +1,7 @@
1
1
  module TZInfo
2
2
  module Data
3
3
  # TZInfo::Data version number.
4
- VERSION = '1.2018.1'
4
+ VERSION = '1.2018.2'
5
5
 
6
6
  # TZInfo::Data version information.
7
7
  module Version
@@ -14,7 +14,7 @@ module TZInfo
14
14
 
15
15
  # The version of the {IANA Time Zone Database}[http://www.iana.org/time-zones]
16
16
  # used to generate this version of TZInfo::Data.
17
- TZDATA = '2018a'
17
+ TZDATA = '2018b'
18
18
  end
19
19
  end
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tzinfo-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2018.1
4
+ version: 1.2018.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Ross
@@ -646,6 +646,7 @@ files:
646
646
  - lib/tzinfo/data/definitions/US/Michigan.rb
647
647
  - lib/tzinfo/data/definitions/US/Mountain.rb
648
648
  - lib/tzinfo/data/definitions/US/Pacific.rb
649
+ - lib/tzinfo/data/definitions/US/Pacific__m__New.rb
649
650
  - lib/tzinfo/data/definitions/US/Samoa.rb
650
651
  - lib/tzinfo/data/definitions/UTC.rb
651
652
  - lib/tzinfo/data/definitions/Universal.rb
metadata.gz.sig CHANGED
Binary file