Skip to content

Commit

Permalink
Update ruby-curses-gem to 1.2.0.
Browse files Browse the repository at this point in the history
1.2.0 / 2017-02-19

New features:

* Add Curses.assume_default_colors.

Bug fixes:

* Curses.unget_char should use String#ord even if unget_wch() is not available.
* The default value of keyboard_encoding should be ASCII-8BIT if get_wch() is
  not available.
* NUM2ULONG() should be used in Window#bkgd etc.

1.1.3 / 2017-02-08

Bug fixes:

* Update PDCurses to handle extended keys.

1.1.2 / 2017-02-06

Bug fixes:

* Use the left-alt-fix branch of https://github.com/shugo/PDCurses.git to get
  ALT + < etc.

1.1.1 / 2017-01-25

Bug fixes:

* Add -DPDC_WIDE to CPPFLAGS when compiling with PDCurses.

1.1.0 / 2017-01-24

New features:

* Use bundler instead of hoe. Pull request #18 by hsbt.
* Enable appveyor. Pull request #19 by hsbt.
* Add badges for build status to README.md. Pull request #20 by hsbt.
* Add Curses.erase and Curses::Window.erase.
* Add Curses::Window.redraw.
* Add Curses.unget_char, Curses.get_char, and Curses::Window.get_char for
  multibyte characters.
* Add Curses.keyboard_encoding and Curses.terminal_encoding.
* Support cross compilation for mingw32.

Bug fixes:

* Fix error in attron/attroff documentation. Pull request #14 by stomar.
* Improve code samples. Pull request #15 by stomar.
  • Loading branch information
taca committed Mar 13, 2017
1 parent 246116d commit 1801086
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-curses-gem/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2016/10/24 14:28:32 taca Exp $
# $NetBSD: Makefile,v 1.8 2017/03/13 16:00:18 taca Exp $

DISTNAME= curses-1.0.2
DISTNAME= curses-1.2.0
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
8 changes: 6 additions & 2 deletions devel/ruby-curses-gem/PLIST
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
@comment $NetBSD: PLIST,v 1.2 2015/03/08 15:17:19 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2017/03/13 16:00:18 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/curses.${RUBY_DLEXT}
${GEM_EXTSDIR}/gem.build_complete
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.gitmodules
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/BSDL
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.md
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/curses.gemspec
${GEM_LIBDIR}/ext/curses/curses.c
${GEM_LIBDIR}/ext/curses/depend
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-curses-gem/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2016/03/16 13:07:31 taca Exp $
$NetBSD: distinfo,v 1.4 2017/03/13 16:00:18 taca Exp $

SHA1 (curses-1.0.2.gem) = 27f6cd667a0384724ff5d6b1f99b69886266fbb6
RMD160 (curses-1.0.2.gem) = 8ca5382b4054679c0fd01ebf79740126c8a2ca98
SHA512 (curses-1.0.2.gem) = 5c448359106604ccf99d804bf3f2a6c3e62c23fc9e5926198cfdb83f5a108445cd780f1a7cba76a9929cee499d2c9e8ed1a14bcd9b72f9bf2dfde94c685f625d
Size (curses-1.0.2.gem) = 34304 bytes
SHA1 (curses-1.2.0.gem) = 788b4037e66c707f4726728117af32a8453c7673
RMD160 (curses-1.2.0.gem) = a25db1e07401a97ff1f5ed978b398945a383b2d3
SHA512 (curses-1.2.0.gem) = d2ce21c84ac1a1e7f3f2f187d474cf9f35ca658861d597418f842cc4d7d948eab2eb562fa51668c3a84182652b7211c04bdcca7f58728898a7ab6aa3da5a9709
Size (curses-1.2.0.gem) = 33792 bytes

0 comments on commit 1801086

Please sign in to comment.