summaryrefslogtreecommitdiff
path: root/time/ruby-iso8601
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26time: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07time: Remove SHA1 hashes for distfilesnia1-2/+1
2020-09-14time/ruby-iso8601: update to 0.13.0taca3-11/+24
Update ruby-iso8601 to 0.13.0. 0.13.0 (2020-07-05) * Fix RuboCop issues (thanks @utkarsh2102). * Change minimum required ruby version to 2.4 (thanks @utkarsh2102).
2020-06-21time/ruby-iso8601: update to 0.12.2taca3-9/+8
Update ruby-iso8601 to 0.12.2. 0.12.2 (2020-06-19) * Fix DateTime#to_s (thanks @nbeyer).
2020-03-22time/ruby-iso8601: update to 0.12.1taca3-25/+10
Update ruby-iso8601 to 0.12.1. pkgsrc change: add "USE_LANGAUGES= # none". 0.12.1 Reduce the number of files that ship in the artifact (thanks @tas50). 0.12.0 Fix Months#to_seconds from November (thanks @walterbrebels).
2018-09-23time/ruby-iso8601: update to 0.11.0taca2-7/+7
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.
2017-06-05Add ruby-iso8601 package version 0.9.1.taca4-0/+63
ISO8601 is a simple implementation in Ruby of the ISO 8601 (Data elements and interchange formats - Information interchange - Representation of dates and times) standard.