tzinfo-data 1.2016.1 → 1.2016.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/.yardopts +1 -0
- data/CONTRIBUTING.md +7 -0
- data/lib/tzinfo/data/definitions/America/Port__m__au__m__Prince.rb +0 -102
- data/lib/tzinfo/data/definitions/Asia/Barnaul.rb +91 -0
- data/lib/tzinfo/data/definitions/Asia/Gaza.rb +51 -51
- data/lib/tzinfo/data/definitions/Asia/Hebron.rb +51 -51
- data/lib/tzinfo/data/definitions/Asia/Sakhalin.rb +1 -0
- data/lib/tzinfo/data/definitions/Europe/Astrakhan.rb +89 -0
- data/lib/tzinfo/data/definitions/Europe/Chisinau.rb +3 -1
- data/lib/tzinfo/data/definitions/Europe/Samara.rb +22 -23
- data/lib/tzinfo/data/definitions/Europe/Ulyanovsk.rb +93 -0
- data/lib/tzinfo/data/indexes/countries.rb +173 -170
- data/lib/tzinfo/data/indexes/timezones.rb +3 -0
- data/lib/tzinfo/data/tzdataparser.rb +1 -1
- data/lib/tzinfo/data/version.rb +2 -2
- metadata +6 -2
- metadata.gz.sig +3 -1
|
@@ -253,6 +253,7 @@ module TZInfo
|
|
|
253
253
|
linked_timezone 'Asia/Bahrain'
|
|
254
254
|
timezone 'Asia/Baku'
|
|
255
255
|
timezone 'Asia/Bangkok'
|
|
256
|
+
timezone 'Asia/Barnaul'
|
|
256
257
|
timezone 'Asia/Beirut'
|
|
257
258
|
timezone 'Asia/Bishkek'
|
|
258
259
|
timezone 'Asia/Brunei'
|
|
@@ -429,6 +430,7 @@ module TZInfo
|
|
|
429
430
|
linked_timezone 'Etc/Zulu'
|
|
430
431
|
timezone 'Europe/Amsterdam'
|
|
431
432
|
timezone 'Europe/Andorra'
|
|
433
|
+
timezone 'Europe/Astrakhan'
|
|
432
434
|
timezone 'Europe/Athens'
|
|
433
435
|
linked_timezone 'Europe/Belfast'
|
|
434
436
|
timezone 'Europe/Belgrade'
|
|
@@ -476,6 +478,7 @@ module TZInfo
|
|
|
476
478
|
timezone 'Europe/Tallinn'
|
|
477
479
|
timezone 'Europe/Tirane'
|
|
478
480
|
linked_timezone 'Europe/Tiraspol'
|
|
481
|
+
timezone 'Europe/Ulyanovsk'
|
|
479
482
|
timezone 'Europe/Uzhgorod'
|
|
480
483
|
linked_timezone 'Europe/Vaduz'
|
|
481
484
|
linked_timezone 'Europe/Vatican'
|
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.2016.
|
|
4
|
+
VERSION = '1.2016.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 = '2016b'
|
|
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.2016.
|
|
4
|
+
version: 1.2016.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Ross
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
tJbwPdSfFEA06U1LVTYbl0bHfmqYTZeb9CFlGMjLYSL2NFESn5ohzt6iL+ybPHX6
|
|
31
31
|
6MZp2lpZ1vzDLLMrF41xmdxGROtUrcyy
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2016-
|
|
33
|
+
date: 2016-03-15 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: tzinfo
|
|
@@ -56,6 +56,7 @@ extra_rdoc_files:
|
|
|
56
56
|
- LICENSE
|
|
57
57
|
files:
|
|
58
58
|
- ".yardopts"
|
|
59
|
+
- CONTRIBUTING.md
|
|
59
60
|
- LICENSE
|
|
60
61
|
- README.md
|
|
61
62
|
- lib/tzinfo/data.rb
|
|
@@ -303,6 +304,7 @@ files:
|
|
|
303
304
|
- lib/tzinfo/data/definitions/Asia/Bahrain.rb
|
|
304
305
|
- lib/tzinfo/data/definitions/Asia/Baku.rb
|
|
305
306
|
- lib/tzinfo/data/definitions/Asia/Bangkok.rb
|
|
307
|
+
- lib/tzinfo/data/definitions/Asia/Barnaul.rb
|
|
306
308
|
- lib/tzinfo/data/definitions/Asia/Beirut.rb
|
|
307
309
|
- lib/tzinfo/data/definitions/Asia/Bishkek.rb
|
|
308
310
|
- lib/tzinfo/data/definitions/Asia/Brunei.rb
|
|
@@ -479,6 +481,7 @@ files:
|
|
|
479
481
|
- lib/tzinfo/data/definitions/Etc/Zulu.rb
|
|
480
482
|
- lib/tzinfo/data/definitions/Europe/Amsterdam.rb
|
|
481
483
|
- lib/tzinfo/data/definitions/Europe/Andorra.rb
|
|
484
|
+
- lib/tzinfo/data/definitions/Europe/Astrakhan.rb
|
|
482
485
|
- lib/tzinfo/data/definitions/Europe/Athens.rb
|
|
483
486
|
- lib/tzinfo/data/definitions/Europe/Belfast.rb
|
|
484
487
|
- lib/tzinfo/data/definitions/Europe/Belgrade.rb
|
|
@@ -526,6 +529,7 @@ files:
|
|
|
526
529
|
- lib/tzinfo/data/definitions/Europe/Tallinn.rb
|
|
527
530
|
- lib/tzinfo/data/definitions/Europe/Tirane.rb
|
|
528
531
|
- lib/tzinfo/data/definitions/Europe/Tiraspol.rb
|
|
532
|
+
- lib/tzinfo/data/definitions/Europe/Ulyanovsk.rb
|
|
529
533
|
- lib/tzinfo/data/definitions/Europe/Uzhgorod.rb
|
|
530
534
|
- lib/tzinfo/data/definitions/Europe/Vaduz.rb
|
|
531
535
|
- lib/tzinfo/data/definitions/Europe/Vatican.rb
|
metadata.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
^����N.�Q#�c)���)��@6ǥ�
|
|
2
|
+
X�I�R'���z���,z�/lOS�;�����K�3��������)6�e���6J�<�.���
|
|
3
|
+
����8�n�10 �B�.gg�̓��ʪF!p��ұ��i<�~�@�-]���R�]�&]lH��!�`7�HAfR�x�8N��X����R�R+����äp/���0u����y?���n$b*
|