Skip to content

Commit

Permalink
devel/ruby-io-console: update to 0.8.0
Browse files Browse the repository at this point in the history
pkgsrc change: remove "USE_LANGUGAES= c" since it is default value.

0.8.0 (2024-12-03)

What's Changed

* Move omits by @nobu in #68
* Load the built extension library in noctty tests by @nobu in #69
* Show the correct exception when the stty backend cannot be required by
  @eregon in #70
* Skip building extension on WASI by @kateinoigakukun in #71
* Update gperf by @nobu in #73
* Declare as Ractor-safe by @nobu in #74
* Make IO.console Ractor-safe by @nobu in #75
* Support older versions of ruby by @nobu in #77
* Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in
  #78
* Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to
  9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #79
* Read errno before calling rb_io_path() by @XrXr in #80
* Check if rb_syserr_fail_str is available by @nobu in #81
* Freeze the version string by @nobu in #82
* Add IO#ttyname that returns the tty name or nil by @nobu in #76

New Contributors

* @kateinoigakukun made their first contribution in #71
* @XrXr made their first contribution in #80
  • Loading branch information
taca committed Dec 8, 2024
1 parent b6c1030 commit 864fc72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
6 changes: 2 additions & 4 deletions devel/ruby-io-console/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# $NetBSD: Makefile,v 1.11 2024/08/20 02:28:53 wen Exp $
# $NetBSD: Makefile,v 1.12 2024/12/08 16:40:00 taca Exp $

DISTNAME= io-console-0.7.2
DISTNAME= io-console-0.8.0
CATEGORIES= devel

MAINTAINER= [email protected]
HOMEPAGE= https://rubygems.org/gems/io-console/
COMMENT= Add console capabilities to IO instances
LICENSE= 2-clause-bsd OR ruby-license

USE_LANGUAGES= c

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 3 additions & 2 deletions devel/ruby-io-console/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@comment $NetBSD: PLIST,v 1.6 2024/08/20 02:14:16 wen Exp $
@comment $NetBSD: PLIST,v 1.7 2024/12/08 16:40:00 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/io/console.${RUBY_DLEXT}
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/BSDL
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/ext/io/console/console.c
${GEM_LIBDIR}/ext/io/console/extconf.rb
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-io-console/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2024/08/20 02:14:16 wen Exp $
$NetBSD: distinfo,v 1.5 2024/12/08 16:40:00 taca Exp $

BLAKE2s (io-console-0.7.2.gem) = 8062d235a71a33bb9dc4dd07c615379ebcbcedc557c47ca11ec95516630b27ed
SHA512 (io-console-0.7.2.gem) = d44bb3f71f2158462932acccb91c25fd13c91f95daf8df8cf030874ca12c44aee1011f5b5e0e8d6963e80a0ee701a409508956b01fbafc2d1833e014287c9104
Size (io-console-0.7.2.gem) = 24576 bytes
BLAKE2s (io-console-0.8.0.gem) = 7ef0611c84dcd17b59746ae45d586827833ae32a07731abad25617e69d7f310e
SHA512 (io-console-0.8.0.gem) = 547c24e3663a3e3b8b73eabc2aca2c73a10a59739547d80ef094cea580e23d7e39ba316e5c78f874ed98210e60755448863652091b4fd7554ad53c23bd0afa03
Size (io-console-0.8.0.gem) = 26624 bytes

0 comments on commit 864fc72

Please sign in to comment.