timezone 1.3.27 → 1.3.28

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a66b6e2f58d69f981d0c73683e7924e17100f11576c2bd239ccdce5893ae44b7
4
- data.tar.gz: b1bc721a7ea6dd6ffa778793460c07d9ffaa1719f72e6eaab920d278b929f498
3
+ metadata.gz: 609e29c83e41cf47f2bf744a4ce5f6c7de3608d8cb0054f5e27cb224749b92d7
4
+ data.tar.gz: 022f80e535d715a56135d398574c83fea59c14a8cf1070c1bfe87f3e7e4ed1c5
5
5
  SHA512:
6
- metadata.gz: fc1d841db865f313c3d03a299c9144cba2815c0befa60682e362368649c35b15485ee8f5bb94436aa1cd1903e4f4f5fd8efea06461373851c4f66fe1b7901dbb
7
- data.tar.gz: 0b0c92ec77f5b329ead58ee735c33cb351d7ffd0cf9f9c5c2286d4572bfab2aea5cc93677e8dae8dc8faf068df3762641347e73b80ed0b9d0ede3dd851fd753d
6
+ metadata.gz: 51033a3d85aaf4f5bd99e181e2b119ca564583055cb655940062cbad8621557afb73677aaa73b4c74b9502e75fd4fab4259a4258ddd383b0a0744865c7a5dadf
7
+ data.tar.gz: 77b114fd233f79d3b060a5ed50887b69c46163366000c59db74a3486051dabfcf33b0625ea9d0550e17ec9d3f5e7e9ce7d3440bbf3da2d1d02dd9f34952e90b3
data/CHANGES.markdown CHANGED
@@ -1,5 +1,9 @@
1
1
  # master (unreleased)
2
2
 
3
+ # 1.3.28
4
+
5
+ * Updated with `tzdata-2025a` ([@panthomakos][])
6
+
3
7
  # 1.3.27
4
8
 
5
9
  * Updated with `tzdata-2024b` ([@panthomakos][])
@@ -101,32 +101,5 @@
101
101
  16333200:-04:0:-14400
102
102
  15116400:-03:1:-10800
103
103
  16938000:-04:0:-14400
104
- 14511600:-03:1:-10800
105
- 16938000:-04:0:-14400
106
- 14511600:-03:1:-10800
107
- 16938000:-04:0:-14400
108
- 15116400:-03:1:-10800
109
- 16333200:-04:0:-14400
110
- 15116400:-03:1:-10800
111
- 16333200:-04:0:-14400
112
- 15116400:-03:1:-10800
113
- 16938000:-04:0:-14400
114
- 14511600:-03:1:-10800
115
- 16938000:-04:0:-14400
116
- 14511600:-03:1:-10800
117
- 16938000:-04:0:-14400
118
- 15116400:-03:1:-10800
119
- 16333200:-04:0:-14400
120
- 15116400:-03:1:-10800
121
- 16333200:-04:0:-14400
122
- 15116400:-03:1:-10800
123
- 16333200:-04:0:-14400
124
- 15116400:-03:1:-10800
125
- 16938000:-04:0:-14400
126
- 14511600:-03:1:-10800
127
- 16938000:-04:0:-14400
128
- 14511600:-03:1:-10800
129
- 16938000:-04:0:-14400
130
- 15116400:-03:1:-10800
131
- 16333200:-04:0:-14400
132
- 1:-03:1:-10800
104
+ 774000:-03:1:-10800
105
+ 1:-03:0:-10800
data/data/Asia/Manila CHANGED
@@ -1,11 +1,15 @@
1
- -3944621041:LMT:0:-57360
2
- 1715299200:LMT:0:29040
3
- 1182643440:PST:0:28800
4
- 7945200:PDT:1:32400
5
- 165459600:PST:0:28800
6
- 79052400:JST:0:32400
7
- 297997200:PST:0:28800
8
- 6908400:PDT:1:32400
9
- 748659600:PST:0:28800
10
- 15807600:PDT:1:32400
1
+ -3944621033:LMT:0:-57368
2
+ 1725537832:LMT:0:29032
3
+ 1172404800:PST:0:28800
4
+ 6562800:PDT:1:32400
5
+ 155091600:PST:0:28800
6
+ 5007600:PDT:1:32400
7
+ 96422400:JST:0:32400
8
+ 23500800:PDT:1:32400
9
+ 263869200:PST:0:28800
10
+ 4662000:PDT:1:32400
11
+ 719888400:PST:0:28800
12
+ 15375600:PDT:1:32400
13
+ 399517200:PST:0:28800
14
+ 5958000:PDT:1:32400
11
15
  1:PST:0:28800
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Timezone
4
- VERSION = '1.3.27'
4
+ VERSION = '1.3.28'
5
5
  end
data/timezone.gemspec CHANGED
@@ -15,6 +15,10 @@ Gem::Specification.new do |s|
15
15
  s.description = 'Accurate current and historical timezones for Ruby with ' \
16
16
  'support for Geonames and Google latitude - longitude lookups.'
17
17
 
18
+ s.metadata = {
19
+ 'changelog_uri' => 'https://github.com/panthomakos/timezone/blob/master/CHANGES.markdown'
20
+ }
21
+
18
22
  s.files = `git ls-files`.split("\n")
19
23
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
24
  s.executables = `git ls-files -- bin/*`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timezone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.27
4
+ version: 1.3.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pan Thomakos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-08 00:00:00.000000000 Z
11
+ date: 2025-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ostruct
@@ -759,7 +759,8 @@ files:
759
759
  homepage: https://github.com/panthomakos/timezone
760
760
  licenses:
761
761
  - MIT
762
- metadata: {}
762
+ metadata:
763
+ changelog_uri: https://github.com/panthomakos/timezone/blob/master/CHANGES.markdown
763
764
  post_install_message:
764
765
  rdoc_options:
765
766
  - "--charset=UTF-8"
@@ -779,7 +780,7 @@ requirements: []
779
780
  rubygems_version: 3.4.19
780
781
  signing_key:
781
782
  specification_version: 4
782
- summary: timezone-1.3.27
783
+ summary: timezone-1.3.28
783
784
  test_files:
784
785
  - test/data/Helsinki_rules_without_timestamps.json
785
786
  - test/data/asia