Path to this page:
Subject: CVS commit: pkgsrc/time/ruby-tzinfo
From: Takahiro Kambe
Date: 2022-07-30 16:24:09
Message id: 20220730142409.6D2DEFB1A@cvs.NetBSD.org
Log Message:
time/ruby-tzinfo: update to 2.0.5
2.0.5 (2022-07-19)
* Changed DateTime results to always use the proleptic Gregorian calendar.
This affects DateTime results prior to 1582-10-15 and any arithmetic
performed on the results that would produce a secondary result prior to
1582-10-15.
* Added support for eager loading all the time zone and country data by
calling either TZInfo::DataSource#eager_load! or TZInfo.eager_load!.
Compatible with Ruby On Rails' eager_load_namespaces. #129.
* Ignore the SECURITY file from Arch Linux's tzdata package. #134.
Files: