2015-10-04 14:15:50 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-highline to 1.7.7.
### 1.7.7 / 2015-09-22
* Make HighLine::Question coerce its question argument into a String. \
(@97-109-107 and Abinoam P. Marques Jr. (@abinoam), #159, PR #160)
### 1.7.6 / 2015-09-17
* Fix a typo in a var name affecting solaris. (Danek Duvall (@dhduvall) and \
Abinoam P. Marques Jr. (@abinoam), #155, PR #156)
### 1.7.5 / 2015-09-14
* Support jruby9k for system extensions (Michael (@mmmries), PR #153)
### 1.7.4 / 2015-06-16
* Workaround on #55 for stty
|
2015-09-25 10:51:59 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
|
2015-09-13 12:08:10 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-highline to 1.7.3.
### 1.7.3 / 2015-06-29
* Add HighLine::Simulator tests (Bala Paranj (@bparanj) and Abinoam Marques
Jr. (@abinoam), #142, PR #143)
|
2015-06-03 15:54:15 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-highline to 1.7.2.
### 1.7.2 / 2015-04-19
#### Bug fixes
* Fix #138 (a regression of #131). PR #139.
### 1.7.1 / 2015-02-24
#### Enhancements
* Add travis CI configuration (Eli Young (@elyscape), #130)
* Add Rubinius to Build Matrix with Allowed Failure (Brandon Fish
(bjfish), #132)
* Make some adjustments on tests (Abinoam Marques Jr., #133, #134)
* Drop support for Ruby 1.8 (Abinoam Marques Jr., #134)
#### Bug fixes
* Fix IO.console.winsize returning reversed column and line values (Fission \
Xuiptz (@fissionxuiptz)), #131)
### 1.7.0 / 2015-02-18
#### Bug fixes
* Fix correct encoding of statements to output encoding (DÄvis (davispuh), #110)
* Fix character echoing when echo is false and multibyte character is typed \
(Abinoam Marques Jr., #117 #118)
* Fix backspace support on Cyrillic (Abinoam Marques Jr., #115 #118)
* Fix returning wrong encoding when echo is false (Abinoam Marques Jr., #116 #118)
* Fix Question #limit and #realine incompatibilities (Abinoam Marques Jr. #113 #120)
* Fix/improve string coercion on #say (Abinoam Marques Jr., #98 #122)
* Fix #terminal_size returning nil in some terminals (Abinoam Marques Jr., #85 #123)
#### Enhancements
* Improve #format_statement String coercion (Michael Bishop
(michaeljbishop), #104)
* Update homepage url on gemspec (Rubyforge->GitHub) (Edward Anderson
(nilbus), #107)
* Update COPYING file (VÃt Ondruch (voxik), #109)
* Improve multi-byte encoding support (Abinoam Marques Jr., #115 #116 #117 #118)
* Make :grey -> :gray and :light -> :bright aliases (Abinoam Marques Jr., \
#114 #119)
* Return the default object (as it is) when no answer given (Abinoam Marques \
Jr., #112 #121)
* Added test for Yaml serialization of HighLine::String (Abinoam Marques Jr., \
#69 #124)
* Make improvements on Changelog and Rakefile (Abinoam Marques Jr., #126 #127 #128)
|
2014-03-14 16:40:54 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-highline to 1.6.21.
== 1.6.21
* Improved Windows integration (by Ronie Henrich).
* Clarified menu choice error messages (by Keith Bennett).
|
2014-02-15 00:11:22 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update ruby-highline to 1.6.20
Changes:
* Fixed a bug with FFI::NCurses integration (by agentdave).
* Improved StringExtensions performance (by John Leach).
* Various JRuby fixes (by presidentbeef).
|
2013-06-16 17:39:20 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-highline to 1.6.19.
== 1.6.19
* Fixed `terminal_size()` with jline2 (by presidentbeef).
== 1.6.18
* Fixed a long supported interface that was accidentally broken with a recent \
change (by Rubem Nakamura Carneiro).
== 1.6.17
* Added encoding support to menus (by David Lyons).
* Some minor fixes to SystemExtensions (by whiteleaf and presidentbeef).
|
2013-03-17 17:21:46 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-highline to 1.6.16.
== 1.6.16
* Added the new indention feature (by davispuh).
* Separated auto-completion from the answer type (by davispuh).
* Improved JRuby support (by rsutphin).
* General code clean up (by stomar).
* Made HighLine#say() a little smarter with regard to color escapes
(by Kenneth Murphy).
|
2012-09-15 14:26:46 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-highline to 1.6.15.
== 1.6.15
* Added support for nil arguments in lists (by Eric Saxby).
* Fixed HighLine's termios integration (by Jens Wille).
|
2012-08-29 18:32:51 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-highline to 1.6.14.
= Change Log
Below is a complete listing of changes for each revision of HighLine.
== 1.6.14
* Added JRuby 1.7 support (by Mina Nagy).
* Take into account color escape sequences when wrapping text (by Mark J.
Titorenko).
== 1.6.13
* Removed unneeded Shebang lines (by Scott Gonyea).
* Protect the String passed to Question.new from modification (by michael).
* Added a retype-to-verify setting (by michael).
|