Skip to content

Commit

Permalink
Update ruby-tzinfo to 0.3.46.
Browse files Browse the repository at this point in the history
== Version 0.3.46 (tzdata v2015g) - 02-Dec-2015

* From version 2015e, the IANA time zone database uses non-ASCII characters in
  country names. Backport the encoding handling from TZInfo::Data to allow
  TZInfo 0.3.x to support Ruby 1.9 (which would otherwise fail with an invalid
  byte sequence error when loading the countries index). Resolves #41.
  • Loading branch information
taca committed Dec 12, 2015
1 parent 27f890a commit 3beafbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.36 2015/10/12 05:50:27 taca Exp $
# $NetBSD: Makefile,v 1.37 2015/12/12 17:27:43 taca Exp $

DISTNAME= tzinfo-0.3.45
DISTNAME= tzinfo-0.3.46
CATEGORIES= time

MAINTAINER= [email protected]
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.34 2015/11/02 23:31:45 agc Exp $
$NetBSD: distinfo,v 1.35 2015/12/12 17:27:43 taca Exp $

SHA1 (tzinfo-0.3.45.gem) = e84f553894a5ab2807c1e289bd797d4169f3a75e
RMD160 (tzinfo-0.3.45.gem) = 973e880731e2f38180e9cc017a3fc1d1788709c1
SHA512 (tzinfo-0.3.45.gem) = 3f81b61fb469909f2bb6f63ab4fe626b856625e4b471ede55a7edb3b6df4fc250c608a3e5e8b0dc11eacd8f286741ef93930db0849e7c16aa37c265d72ceee07
Size (tzinfo-0.3.45.gem) = 299008 bytes
SHA1 (tzinfo-0.3.46.gem) = dd1f7eca37de49c8eed301e34ab8a69a014b7ba0
RMD160 (tzinfo-0.3.46.gem) = d86d07151153deb97d25f0a110fa754e31e978d6
SHA512 (tzinfo-0.3.46.gem) = 2d334643463981a1e0d1d7bf959fb06d5f4f1c85997632efffe45c991707fbccd99a3c335cbf1f52bb79659625a4fcca9dd0d753f9df27598b7e7333139028a9
Size (tzinfo-0.3.46.gem) = 299520 bytes

0 comments on commit 3beafbc

Please sign in to comment.