tzinfo 0.3.59 → 0.3.60

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.
data/CHANGES CHANGED
@@ -1,3 +1,9 @@
1
+ == Version 0.3.60 (tzdata v2021a) - 6-Feb-2021
2
+
3
+ * Updated to tzdata version 2021a
4
+ (https://mm.icann.org/pipermail/tz-announce/2021-January/000065.html).
5
+
6
+
1
7
  == Version 0.3.59 (tzdata v2020e) - 24-Dec-2020
2
8
 
3
9
  * Updated to tzdata version 2020e
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2005-2020 Philip Ross
1
+ Copyright (c) 2005-2021 Philip Ross
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of
4
4
  this software and associated documentation files (the "Software"), to deal in
@@ -46,6 +46,7 @@ module TZInfo
46
46
  tz.transition 1985, 4, :o2, 483487200
47
47
  tz.transition 1985, 10, :o1, 498171600
48
48
  tz.transition 2000, 1, :o3, 947930400
49
+ tz.transition 2021, 1, :o1, 1612126800
49
50
  end
50
51
  end
51
52
  end
data/tzinfo.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'tzinfo'
3
- s.version = '0.3.59'
3
+ s.version = '0.3.60'
4
4
  s.author = 'Philip Ross'
5
5
  s.email = 'phil.ross@gmail.com'
6
6
  s.homepage = 'http://tzinfo.github.io'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tzinfo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 101
4
+ hash: 107
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 59
10
- version: 0.3.59
9
+ - 60
10
+ version: 0.3.60
11
11
  platform: ruby
12
12
  authors:
13
13
  - Philip Ross
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2020-12-23 16:00:00 -08:00
18
+ date: 2021-02-05 16:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies: []
21
21