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).
|
2012-06-02 02:39:32 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-highline to 1.6.12.
== 1.6.12
* Silenced warnings (by James McEwan).
|
2012-03-17 15:37:30 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-highine to 1.6.11.
= Change Log
Below is a complete listing of changes for each revision of HighLine.
== 1.6.11
* Fixed a bad test. (Fix by Diego Elio Pettenò.)
== 1.6.10
* Fixed a regression that prevented asking for String arguments (by Jeffery
Sman.)
* Fixed a testing incompatibility (by Hans de Graaff.)
== 1.6.9
* The new list modes now properly ignore escapes when sizing.
* Added a project gemspec file.
* Fixed a bug that prevented the use of termios (by tomdz).
* Switch to JLine to provide better echo support on JRuby (by tomdz).
|
2011-12-14 18:04:56 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-highline package to 1.6.8.
= Change Log
Below is a complete listing of changes for each revision of HighLine.
== 1.6.8
* Fix missing <tt>ERASE_CHAR</tt> reference (by Aaron Gifford).
== 1.6.7
* Fixed bug introduced in 1.6.6 attempted fix (by Aaron Gifford).
== 1.6.6
* Fixed old style references causing <tt>HighLine::String</tt> \
errors (by Aaron Gifford).
|
2011-11-09 22:29:09 by Guillaume Lasmayous | Files touched by this commit (3) |
Log message:
Update devel/ruby-highline to 1.6.5
Changelog:
== 1.6.5
* HighLine#list() now correctly handles empty lists (fix by Lachlan Dowding).
* HighLine#list() now supports <tt>:uneven_columns_across</tt> and
<tt>:uneven_columns_down</tt> modes.
== 1.6.4
* Add introspection methods to color_scheme: definition, keys, to_hash.
* Add tests for new methods.
== 1.6.3
* Add color NONE.
* Add RGB color capability.
* Made 'color' available as a class or instance method of HighLine, for
instance: HighLine.color("foo", :blue)) or \
highline_obj.color("foo", :blue)
are now both possible and equivalent.
* Add HighLine::String class with convenience methods: #color (alias
#foreground), #on (alias #background), colors, and styles. See
lib/string_extensions.rb.
* Add (optional) ability to extend String with the same convenience methods from
HighLine::String, using Highline.colorize_strings.
|
2011-06-17 17:34:03 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-highline package to 1.6.2.
= Change Log
Below is a complete listing of changes for each revision of HighLine.
== 1.6.2
* Correctly handle STDIN being closed before we receive any data (fix by
mleinart).
* Try if msvcrt, if we can't load crtdll on Windows (fix by pepijnve).
* A fix for nil_on_handled not running the action (reported by Andrew Davey).
|
2010-09-10 07:49:39 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update devel/ruby-highline to 1.6.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
== 1.6.1
* Fixed raw_no_echo_mode so that it uses stty -icanon rather than cbreak
as cbreak does not appear to be the posixly correct argument. It fails
on Solaris if cbreak is used.
* Fixed an issue that kept Menu from showing the correct choices for
disambiguation.
* Removed a circular require that kept Ruby 1.9.2 from loading HighLine.
* Fixed a bug that caused infinite looping when wrapping text without spaces.
* Fixed it so that :auto paging accounts for the two lines it adds.
* On JRuby, improved error message about ffi-ncurses. Before 1.5.3,
HighLine was silently swallowing error messages when ffi-ncurses gem
was installed without ncurses present on the system.
* Reverted Aaron Simmons's patch to allow redirecting STDIN on Windows. This
is the only way we could find to restore HighLine's character reading to
working order.
|
2010-03-02 12:44:53 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ruby-highline to 1.5.2.
based on package by @anyakichi via twiter.
== 1.5.2
* Added support for using the ffi-ncurses gem which is supported in JRuby.
* Added gem build instructions.
== 1.5.1
* Fixed the long standing echo true bug.
(reported by Lauri Tuominen)
* Improved Windows API calls to support the redirection of STDIN.
(patch by Aaron Simmons)
* Updated gem specification to avoid a deprecated call.
* Made a minor documentation clarification about character mode support.
* Worked around some API changes in Ruby's standard library in Ruby 1.9.
(patch by Jake Benilov)
== 1.5.0
* Fixed a bug that would prevent Readline from showing all completions.
(reported by Yaohan Chen)
* Added the ability to pass a block to HighLine#agree().
(patch by Yaohan Chen)
|