Skip to content

Commit

Permalink
time/ruby-tzinfo: update to 2.0.1
Browse files Browse the repository at this point in the history
Update ruby-tzinfo to 2.0.1.


2.0.1 (2019-12-24)

* Fixed "SecurityError: Insecure operation - require" exceptions when loading
  data with recent Ruby releases in safe mode. #100.
* Fixed warnings when running on Ruby 2.7. #109.
* Add a TZInfo::Timezone#=~ method that performs a regex match on the time
  zone identifier. #99.
* Add a TZInfo::Country#=~ method that performs a regex match on the country
  code.
  • Loading branch information
taca committed Mar 20, 2020
1 parent 580549d commit 17f431e
Show file tree
Hide file tree
Showing 3 changed files with 9 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.44 2019/02/03 15:27:53 taca Exp $
# $NetBSD: Makefile,v 1.45 2020/03/20 16:07:49 taca Exp $

DISTNAME= tzinfo-2.0.0
DISTNAME= tzinfo-2.0.1
CATEGORIES= time

MAINTAINER= taca@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion time/ruby-tzinfo/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.27 2019/02/03 15:27:53 taca Exp $
@comment $NetBSD: PLIST,v 1.28 2020/03/20 16:07:49 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CHANGES.md
Expand Down Expand Up @@ -47,6 +47,7 @@ ${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/transitions_timezone_period.rb
${GEM_LIBDIR}/lib/tzinfo/untaint_ext.rb
${GEM_LIBDIR}/lib/tzinfo/version.rb
${GEM_LIBDIR}/lib/tzinfo/with_offset.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
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.40 2019/02/03 15:27:53 taca Exp $
$NetBSD: distinfo,v 1.41 2020/03/20 16:07:49 taca Exp $

SHA1 (tzinfo-2.0.0.gem) = 5129e92eab9c5e6e2453e1c7b56686b97829ffe6
RMD160 (tzinfo-2.0.0.gem) = e11529fdc152d44b056ef21b45a3851add269f16
SHA512 (tzinfo-2.0.0.gem) = 7232130a9c22e416f9e3e05276a2e7d0088eda0f9143261aa035ab0bb6b7525c100a70e3db88b6f7a9b6954a3783d6d356802b034e29f993e8b0de9ab9c02669
Size (tzinfo-2.0.0.gem) = 70144 bytes
SHA1 (tzinfo-2.0.1.gem) = 47ce0b1e566ec73fdbbd869c26eb0f5c33103f59
RMD160 (tzinfo-2.0.1.gem) = e51504cb3b9c4b47eaf37e1ea89d445b94c655d0
SHA512 (tzinfo-2.0.1.gem) = d8abd4e9c19cce1b8562af415f533b7203a06739839b2dfea719a642acaf5bfdd15ae38ea8bb4719a1ca7bcd0b778bc029ae15bf139174d1474b4b84bc2fc5e9
Size (tzinfo-2.0.1.gem) = 71168 bytes

0 comments on commit 17f431e

Please sign in to comment.