pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/ruby-iso8601



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 23 16:47:31 UTC 2018

Modified Files:
        pkgsrc/time/ruby-iso8601: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/ruby-iso8601/Makefile \
    pkgsrc/time/ruby-iso8601/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/ruby-iso8601/Makefile
diff -u pkgsrc/time/ruby-iso8601/Makefile:1.1 pkgsrc/time/ruby-iso8601/Makefile:1.2
--- pkgsrc/time/ruby-iso8601/Makefile:1.1       Mon Jun  5 15:30:17 2017
+++ pkgsrc/time/ruby-iso8601/Makefile   Sun Sep 23 16:47:31 2018
@@ -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@localhost
Index: pkgsrc/time/ruby-iso8601/distinfo
diff -u pkgsrc/time/ruby-iso8601/distinfo:1.1 pkgsrc/time/ruby-iso8601/distinfo:1.2
--- pkgsrc/time/ruby-iso8601/distinfo:1.1       Mon Jun  5 15:30:17 2017
+++ pkgsrc/time/ruby-iso8601/distinfo   Sun Sep 23 16:47:31 2018
@@ -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



Home | Main Index | Thread Index | Old Index