Skip to content

Commit

Permalink
Update ruby-highline to 1.7.2.
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
taca committed Jun 3, 2015
1 parent 34dde87 commit 7a2ba48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-highline/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2014/03/14 15:40:54 taca Exp $
# $NetBSD: Makefile,v 1.15 2015/06/03 13:54:14 taca Exp $

DISTNAME= highline-1.6.21
DISTNAME= highline-1.7.2
CATEGORIES= net security

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 5 additions & 3 deletions devel/ruby-highline/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@comment $NetBSD: PLIST,v 1.8 2013/03/17 16:21:46 taca Exp $
@comment $NetBSD: PLIST,v 1.9 2015/06/03 13:54:14 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/AUTHORS
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/INSTALL
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.rdoc
Expand Down Expand Up @@ -34,6 +36,7 @@ ${GEM_LIBDIR}/lib/highline/simulate.rb
${GEM_LIBDIR}/lib/highline/string_extensions.rb
${GEM_LIBDIR}/lib/highline/style.rb
${GEM_LIBDIR}/lib/highline/system_extensions.rb
${GEM_LIBDIR}/lib/highline/version.rb
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/site/.cvsignore
${GEM_LIBDIR}/site/highline.css
Expand All @@ -47,5 +50,4 @@ ${GEM_LIBDIR}/test/tc_menu.rb
${GEM_LIBDIR}/test/tc_string_extension.rb
${GEM_LIBDIR}/test/tc_string_highline.rb
${GEM_LIBDIR}/test/tc_style.rb
${GEM_LIBDIR}/test/ts_all.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions devel/ruby-highline/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2014/03/14 15:40:54 taca Exp $
$NetBSD: distinfo,v 1.15 2015/06/03 13:54:14 taca Exp $

SHA1 (highline-1.6.21.gem) = e02497ca7bb6bd1c8bf6b844d50e3d0b474076e9
RMD160 (highline-1.6.21.gem) = 90d1347dc891eedd3ceea6df17a7bdb13c7abe63
Size (highline-1.6.21.gem) = 221184 bytes
SHA1 (highline-1.7.2.gem) = d7114ed98c5651b928cc7195aded7b0000e09689
RMD160 (highline-1.7.2.gem) = 8980df8196d9e03eedd945872f2ae9bd297829c0
Size (highline-1.7.2.gem) = 224256 bytes

0 comments on commit 7a2ba48

Please sign in to comment.