Skip to content

Commit

Permalink
time/ruby-iso8601: update to 0.11.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
taca committed Sep 23, 2018
1 parent 483adea commit 7b22d39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions time/ruby-iso8601/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
10 changes: 5 additions & 5 deletions time/ruby-iso8601/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7b22d39

Please sign in to comment.