Skip to content

Commit

Permalink
Update ruby-curses-gem to 1.2.2.
Browse files Browse the repository at this point in the history
### 1.2.2 / 2017-04-22

New features:

* Add Curses.get_key_modifiers, Curses.return_key_modifiers, and
  Curses.save_key_modifiers.
* Support mswin native build.  Pull request #29 by usa.

### 1.2.1 / 2017-03-27

New features:

* Add touch, untouch, touched?, touch_line, and line_touched?.

Bug fixes:

* Fix Pad#subpad to use subpad(3). (Issue #23)
* Fix build issues on macOS.  Pull requests #24, #25, #26, #27 and #28 by nobu.
  • Loading branch information
taca committed Apr 22, 2017
1 parent 17f31fd commit ce77615
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.8 2017/03/13 16:00:18 taca Exp $
# $NetBSD: Makefile,v 1.9 2017/04/22 16:09:30 taca Exp $

DISTNAME= curses-1.2.0
DISTNAME= curses-1.2.2
CATEGORIES= devel

MAINTAINER= [email protected]
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.4 2017/03/13 16:00:18 taca Exp $
$NetBSD: distinfo,v 1.5 2017/04/22 16:09:30 taca Exp $

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
SHA1 (curses-1.2.2.gem) = 3b4785845d46ff02ba078064597059fb54b1eb24
RMD160 (curses-1.2.2.gem) = 289c4d0af79eecbf092d84a3a357592f04f9c9b1
SHA512 (curses-1.2.2.gem) = 1cbfa9045ab9572e6c128a211cafa57342b21d96806e9d6affe1a237a3ab7f55696991b5e7fdc8fdb1a81e7e9b3350ea7005717137dd6047b713828e9a4418b6
Size (curses-1.2.2.gem) = 34816 bytes

0 comments on commit ce77615

Please sign in to comment.