Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-tty-screen
From: Takahiro Kambe
Date: 2020-06-07 10:34:41
Message id: 20200607083441.B0921FB27@cvs.NetBSD.org
Log Message:
devel/ruby-tty-screen: update to 0.8.0
Update ruby-tty-screen to 0.8.0.
## [v0.8.0] - 2020-05-28
### Added
* Add #windows? platform check
* Add #command_exist? to see if an executable exists before running it
* Add performance tests
### Changed
* Change #jruby? method to hoist within module
* Change #size_from_win_api to check only on windows platform and
hoist definition within module
* Change #size_from_java to hoist within module
* Change #size_from_ioctl to:
* check solaris-like system
* scan all streams to see if any attached to a terminal
* hoist definition within module
* Change #size_from_io_console to perform check on JRuby as well
* Change #size_from_readline to attempt to load readline gem
* Change #run_command to execute command directly without sub shell or temp files
Files: