diff options
author | taca <taca@pkgsrc.org> | 2018-09-23 16:47:31 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-09-23 16:47:31 +0000 |
commit | c21c334240126d0c403ee3d6c277de753f4e8a1d (patch) | |
tree | b8effbce2a67b3a6b1955a44b69cee02e2d291f4 /time | |
parent | 75f8ea56d0d578d724d3e362327aaf8f8fc79511 (diff) | |
download | pkgsrc-c21c334240126d0c403ee3d6c277de753f4e8a1d.tar.gz |
time/ruby-iso8601: update to 0.11.0
Due to sysutils/ruby-chef's dependency, stop updating to latest version
0.12.0 for now.
## 0.11.0
* Add support for unary minus operator (thanks @walterbrebels).
## 0.10.1
* Fix `TimeInterval` size for non UTC timezones. (#41)
## 0.10.0
* Fix `TimeInterval` with `<duration>/<end>` patterns and leap years.
* Fix decimal fractions on date atoms. **WARNING** some duration patterns are
no longer valid.
Diffstat (limited to 'time')
-rw-r--r-- | time/ruby-iso8601/Makefile | 4 | ||||
-rw-r--r-- | time/ruby-iso8601/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/ruby-iso8601/Makefile b/time/ruby-iso8601/Makefile index 54312584451..01422eb4975 100644 --- a/time/ruby-iso8601/Makefile +++ b/time/ruby-iso8601/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/06/05 15:30:17 taca Exp $ +# $NetBSD: Makefile,v 1.2 2018/09/23 16:47:31 taca Exp $ -DISTNAME= iso8601-0.9.1 +DISTNAME= iso8601-0.11.0 CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/time/ruby-iso8601/distinfo b/time/ruby-iso8601/distinfo index 1a01a6da65d..5e7d876cd33 100644 --- a/time/ruby-iso8601/distinfo +++ b/time/ruby-iso8601/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/06/05 15:30:17 taca Exp $ +$NetBSD: distinfo,v 1.2 2018/09/23 16:47:31 taca Exp $ -SHA1 (iso8601-0.9.1.gem) = 86e0fee359d1b7f6fc15f33c525eda05c100d6a1 -RMD160 (iso8601-0.9.1.gem) = 61b8de43851eb52ec8c0d04bed14d6be063c5eb1 -SHA512 (iso8601-0.9.1.gem) = b3d444d84f71c574a28bf14065bfc0da735bf3e12483161f6f1dc9b8c2a18e2c60c51da1f0c1cffb6905ca3444a70d8e69a535733a946fcca2b544032f15b63d -Size (iso8601-0.9.1.gem) = 27136 bytes +SHA1 (iso8601-0.11.0.gem) = 1be71b025ac37caac321962fec69df63fa373ca6 +RMD160 (iso8601-0.11.0.gem) = 5571d62116d31d20bbc1d18ee229fc2f040c527d +SHA512 (iso8601-0.11.0.gem) = 514c03d1947af6e27d9b19206c09b04d6263ad82febc22cd776e1fc7bda4a606a143d0386391428fedc25e659b2b81bc91ae585edab939b9588c45ea5c0e8924 +Size (iso8601-0.11.0.gem) = 27648 bytes |