2020-03-08 16:37:23 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-tins: update to 1.24.1
Update ruby-tins to 1.24.1.
No proper changes are available but it looks like better support for Ruby
2.6 and later. Please refer
<https://github.com/flori/tins/compare/v1.20.2...v1.24.1>.
|
2018-12-17 15:58:00 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
devel/ruby-tins: udpate to 1.20.2
* 2018-11-14 Release 1.20.2
- Fix ~x options
* 2018-11-14 Release 1.20.1
- Add disabling boolean options in Tins::GO#go method.
* 2018-11-14 Release 1.20.0
- Support default arguments in Tins::GO#go method.
* 2018-11-07 Release 1.19.0
- Allow annotations without arguments
* 2018-11-02 Release 1.18.0
- `thread_local` and `thread_global` with default block
* 2018-10-15 Release 1.17.0
- Add Tins::TempIO::Enum class to wrap `temp_io` into Enumerator.
|
2018-03-14 15:28:26 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-tins: update to 1.16.3
2017-12-05 Release 1.16.3
* Improve temp_io method by not changing working dir.
2017-12-05 Release 1.16.2
* Improve temp_io method with a given name.
2017-12-05 Release 1.16.1
* Improve temp_io method with block
2017-11-29 Release 1.16.0
* Prove temp_io method with block
|
2017-07-31 16:29:22 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-tinsto 1.15.0.
2017-06-29 Release 1.15.0
* Add support for smart duration formats with %D directive
|
2017-06-05 16:23:21 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-tinsto 1.14.0.
2017-05-16 Release 1.14.0
* Add visit proc to determine if file should be visited.
|
2017-03-20 14:00:47 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-tins to 1.13.2.
2016-11-23 Release 1.13.0
* Add expose method mostly for testing hidden methods.
|
2016-10-09 17:28:44 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-tins to 1.12.0.
2016-08-04 Release 1.12.0
* Add Tins::Unit.parse? method to check for units in strings.
2016-07-12 Release 1.11.0
* Provide Tins::Unit.format and Tins::Unit.parse methods.
2016-05-25 Release 1.10.2
* Avoid some warnings.
2016-04-15 Release 1.10.1
* Fix bug in go if a concatenated argument comes last.
2016-04-12 Release 1.10.0
* Support mixed rest arguments in go argument parsing.
|
2016-03-15 15:24:46 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-tins to 1.9.0.
Add Tins::Duration class to display time durations.
|
2016-02-16 17:17:24 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-tins to 1.8.2.
2016-01-18 Release 1.8.2
* Implement Tins::StringVersion::Version#dup and
Tins::StringVersion::Version#clone.
|
2015-12-12 15:38:26 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-tins to 1.8.1.
* 2015-12-03 Release 1.8.1
- Remove some backports already existant in the newer supported rubies.
|