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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/tzinfo/data/definitions/US/Pacific__m__New.rb +18 -0
- data/lib/tzinfo/data/indexes/timezones.rb +1 -0
- data/lib/tzinfo/data/version.rb +2 -2
- metadata +2 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 618c0584a08b71e99a5c25fff92ef5ea4942e85927523050af45613b1d2fe36a
|
|
4
|
+
data.tar.gz: 0c1ec13cfda0eb71684a57ff120a806ba5e5decc75b6f7c1c96ecba6a999a6bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/tzinfo/data/version.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module TZInfo
|
|
2
2
|
module Data
|
|
3
3
|
# TZInfo::Data version number.
|
|
4
|
-
VERSION = '1.2018.
|
|
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 = '
|
|
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.
|
|
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
|