Skip to content

Commit

Permalink
time/ruby-tzinfo: update to 2.0.3
Browse files Browse the repository at this point in the history
## Version 2.0.3 - 8-Nov-2020

* Added support for handling "slim" format zoneinfo files that are produced by
  default by zic version 2020b and later. The POSIX-style TZ string is now used
  calculate DST transition times after the final defined transition in the file.
  #120.
* Fixed `TimeWithOffset#getlocal` returning a `TimeWithOffset` with the
  `timezone_offset` still assigned when called with an offset argument on JRuby
  9.3.
* Rubinius is no longer supported.
  • Loading branch information
taca committed Nov 9, 2020
1 parent b5cc6e5 commit 39b350e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions time/ruby-tzinfo/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.46 2020/04/27 13:35:02 taca Exp $
# $NetBSD: Makefile,v 1.47 2020/11/09 14:46:06 taca Exp $

DISTNAME= tzinfo-2.0.2
DISTNAME= tzinfo-2.0.3
CATEGORIES= time

MAINTAINER= [email protected]
Expand Down
5 changes: 4 additions & 1 deletion time/ruby-tzinfo/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
@comment $NetBSD: PLIST,v 1.28 2020/03/20 16:07:49 taca Exp $
@comment $NetBSD: PLIST,v 1.29 2020/11/09 14:46:06 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CHANGES.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/tzinfo.rb
${GEM_LIBDIR}/lib/tzinfo/annual_rules.rb
${GEM_LIBDIR}/lib/tzinfo/country.rb
${GEM_LIBDIR}/lib/tzinfo/country_timezone.rb
${GEM_LIBDIR}/lib/tzinfo/data_source.rb
Expand All @@ -13,6 +14,7 @@ ${GEM_LIBDIR}/lib/tzinfo/data_sources/constant_offset_data_timezone_info.rb
${GEM_LIBDIR}/lib/tzinfo/data_sources/country_info.rb
${GEM_LIBDIR}/lib/tzinfo/data_sources/data_timezone_info.rb
${GEM_LIBDIR}/lib/tzinfo/data_sources/linked_timezone_info.rb
${GEM_LIBDIR}/lib/tzinfo/data_sources/posix_time_zone_parser.rb
${GEM_LIBDIR}/lib/tzinfo/data_sources/ruby_data_source.rb
${GEM_LIBDIR}/lib/tzinfo/data_sources/timezone_info.rb
${GEM_LIBDIR}/lib/tzinfo/data_sources/transitions_data_timezone_info.rb
Expand Down Expand Up @@ -46,6 +48,7 @@ ${GEM_LIBDIR}/lib/tzinfo/timezone_offset.rb
${GEM_LIBDIR}/lib/tzinfo/timezone_period.rb
${GEM_LIBDIR}/lib/tzinfo/timezone_proxy.rb
${GEM_LIBDIR}/lib/tzinfo/timezone_transition.rb
${GEM_LIBDIR}/lib/tzinfo/transition_rule.rb
${GEM_LIBDIR}/lib/tzinfo/transitions_timezone_period.rb
${GEM_LIBDIR}/lib/tzinfo/untaint_ext.rb
${GEM_LIBDIR}/lib/tzinfo/version.rb
Expand Down
10 changes: 5 additions & 5 deletions time/ruby-tzinfo/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.42 2020/04/27 13:35:02 taca Exp $
$NetBSD: distinfo,v 1.43 2020/11/09 14:46:06 taca Exp $

SHA1 (tzinfo-2.0.2.gem) = 24f7381a309ebc405803aa3c05be659982c3c4ae
RMD160 (tzinfo-2.0.2.gem) = 4bcf8da7ceac02325de4f6d4a52bc04a0d9a1bce
SHA512 (tzinfo-2.0.2.gem) = 2333009e323df8443f9ba658b76bbfd97a9b3b6859e4dad14562eaaf71791bf208b2963c9cf45d5e4f846174cf70e3db93dc9018291e63912cc3c3d3ca1e6d86
Size (tzinfo-2.0.2.gem) = 71168 bytes
SHA1 (tzinfo-2.0.3.gem) = 56d0d221110e4a430cbc114c988fa285b2a08a56
RMD160 (tzinfo-2.0.3.gem) = 787fcc789be1e386d346b0dc1ac55c3150c9c961
SHA512 (tzinfo-2.0.3.gem) = 4815af4424c74197f7861f73c4b765045bae28c78a3e8df4db5eee0bdad3e083b1a132c89397eab19bbbbfc0c9f1825e89ca0bc2ab8067fd21a9bab9b342be12
Size (tzinfo-2.0.3.gem) = 78336 bytes

0 comments on commit 39b350e

Please sign in to comment.