2023-03-05 14:54:04 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
misc/ruby-slop: update to 4.10.1
4.10.1 (2023-02-26)
Bug fixes
* Fix boolean flags from being invalid when followed by arguments #279
|
2023-02-23 16:02:45 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
misc/ruby-slop: update to 4.10.0
4.10.0 (2023-02-15)
Features:
* Add support for optional type validation #278 (Victor Gama)
|
2022-10-09 10:03:02 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
misc/ruby-slop: update to 4.9.3
4.9.3 (2022-09-30)
Bug fixes:
* Fix explicitly false boolean options and allow for additional false
arguments #276 (Eugene Otto)
|
2022-08-28 05:44:23 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
misc/ruby-slop: updateo to 4.9.2
4.9.2 (2022-03-26)
Bug fixes:
* Handle flag arguments that contain equals character #275 (ConnorWGarvey)
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2021-05-30 11:55:25 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
misc/ruby-slop: update to 4.9.1
4.9.1 (2021-05-28)
Bug fixes:
* Fixed a bug where flag=arg syntax would raise an error when an empty value
was passed. #266
|
2020-09-14 15:21:10 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
misc/ruby-slop: update to 4.8.2
Update ruby-slop package to 4.8.2.
4.8.2 (2020-07-10)
Bug fixes:
* Fix bug where separator position was messed up if using help: false #253
|
2020-04-27 17:57:46 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
misc/ruby-slop: update to 4.8.1
Update ruby-slop to 4.8.1.
v4.8.1 (2020-03-31)
-------------------
Bug fixes:
* Fix keyword argument
warning. [#251](https://github.com/leejarvis/slop/pull/251)
|
2020-03-23 18:17:30 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
misc/ruby-slop: update to 4.8.0
Update ruby-slop to 4.8.0.
v4.8.0 (2020-01-17)
-------------------
Features:
* Add support for prefixing integer values with `+` character
[#243](https://github.com/leejarvis/slop/pull/243) (Juha Ylitalo)
* Add support for parsing floats with scientific notation
[#250](https://github.com/leejarvis/slop/pull/250) (Hansuk Hong)
Maintenance:
* Add 2.7.0 to CI and fix warnings
[#248](https://github.com/leejarvis/slop/pull/248) (Juha Ylitalo, Andrew Kane)
|