Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-backports
From: Takahiro Kambe
Date: 2020-03-08 14:28:18
Message id: 20200308132818.93434FB27@cvs.NetBSD.org
Log Message:
devel/ruby-backports: update to 3.17.0
Update ruby-backports to 3.17.0.
## [3.17.0](https://github.com/marcandre/backports/compare/v3.16.1...v3.16.2) - \
2020-03-06
### Added
* Ruby 2.6 backports
* Range
* `cover?` (with `Range` argument)
### Changed
Requiring features for a particular version of Ruby or `latest` is un-deprecated but
instead simply warned in verbose mode.
## [3.16.1](https://github.com/marcandre/backports/compare/v3.16.0...v3.16.1) - \
2020-02-16
### Deprecated
Officially deprecate requiring features for a particular version of Ruby, \
`latest`, `std_lib` or `rails` backports
### Fixed
`matrix` library when loaded in 2.7.0 [#141]
## [3.16.0](https://github.com/marcandre/backports/compare/v3.15.0...v3.16.0) - \
2020-02-06
### Added
* Ruby 2.7 backports
* Array
* `intersection`
* Comparable
* `clamp` (with range)
* Complex
* `<=>`
* Enumerable
* `filter_map`
* `tally`
* Enumerator
* `produce` (class method)
* Time
* `floor`, `ceil`
Files: