Skip to content

Commit

Permalink
devel/ruby-console: update to 1.25.2
Browse files Browse the repository at this point in the history
1.23.7 (2024-04-20)

* The exception backtrace should be split into at most 3 pieces.


1.24.0 (2024-04-22)

* Add compatible shim for Exception#detailed_message. (#58)
* Better output formatting of options.


1.25.0 (2024-05-03)

* Separation of output formatting from log generation/schema. (#60)
* Use Console::CapturedOutput everywhere.
* Improve getting started guide.
* Remove test file.
* Add guidelines for custom events.
* Set minimum version of fiber-local gem.
* Compatibility with previous event argument.


1.25.1 (2024-05-03)

* Add tests for Console::Event::Spawn.


1.25.2 (2024-05-04)

* Apply subject/level filtering in Filter#call.
  • Loading branch information
taca committed May 5, 2024
1 parent 15a0b1c commit 2564249
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-console/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# $NetBSD: Makefile,v 1.11 2024/03/24 13:41:35 taca Exp $
# $NetBSD: Makefile,v 1.12 2024/05/05 16:26:14 taca Exp $

DISTNAME= console-1.23.6
DISTNAME= console-1.25.2
CATEGORIES= devel

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/socketry/console
COMMENT= Beautiful logging for Ruby
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-fiber-local>=0:../../devel/ruby-fiber-local
DEPENDS+= ${RUBY_PKGPREFIX}-fiber-local>=1.1:../../devel/ruby-fiber-local
DEPENDS+= ${RUBY_PKGPREFIX}-fiber-annotation>=0:../../devel/ruby-fiber-annotation

USE_LANGUAGES= # none
Expand Down
16 changes: 7 additions & 9 deletions devel/ruby-console/PLIST
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
@comment $NetBSD: PLIST,v 1.4 2023/08/11 13:51:36 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2024/05/05 16:26:14 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/bake/console.rb
${GEM_LIBDIR}/lib/console.rb
${GEM_LIBDIR}/lib/console/adapter.rb
${GEM_LIBDIR}/lib/console/buffer.rb
${GEM_LIBDIR}/lib/console/capture.rb
${GEM_LIBDIR}/lib/console/clock.rb
${GEM_LIBDIR}/lib/console/compatible/logger.rb
${GEM_LIBDIR}/lib/console/event.rb
${GEM_LIBDIR}/lib/console/event/failure.rb
${GEM_LIBDIR}/lib/console/event/generic.rb
${GEM_LIBDIR}/lib/console/event/progress.rb
${GEM_LIBDIR}/lib/console/event/spawn.rb
${GEM_LIBDIR}/lib/console/filter.rb
${GEM_LIBDIR}/lib/console/format.rb
${GEM_LIBDIR}/lib/console/format/safe.rb
${GEM_LIBDIR}/lib/console/logger.rb
${GEM_LIBDIR}/lib/console/output.rb
${GEM_LIBDIR}/lib/console/output/default.rb
${GEM_LIBDIR}/lib/console/output/json.rb
${GEM_LIBDIR}/lib/console/output/null.rb
${GEM_LIBDIR}/lib/console/output/sensitive.rb
${GEM_LIBDIR}/lib/console/output/serialized.rb
${GEM_LIBDIR}/lib/console/output/split.rb
${GEM_LIBDIR}/lib/console/output/text.rb
${GEM_LIBDIR}/lib/console/output/xterm.rb
${GEM_LIBDIR}/lib/console/output/terminal.rb
${GEM_LIBDIR}/lib/console/output/wrapper.rb
${GEM_LIBDIR}/lib/console/progress.rb
${GEM_LIBDIR}/lib/console/resolver.rb
${GEM_LIBDIR}/lib/console/serialized/logger.rb
${GEM_LIBDIR}/lib/console/split.rb
${GEM_LIBDIR}/lib/console/terminal.rb
${GEM_LIBDIR}/lib/console/terminal/logger.rb
${GEM_LIBDIR}/lib/console/terminal/formatter/failure.rb
${GEM_LIBDIR}/lib/console/terminal/formatter/progress.rb
${GEM_LIBDIR}/lib/console/terminal/formatter/spawn.rb
${GEM_LIBDIR}/lib/console/terminal/text.rb
${GEM_LIBDIR}/lib/console/terminal/xterm.rb
${GEM_LIBDIR}/lib/console/version.rb
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-console/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2024/03/24 13:41:35 taca Exp $
$NetBSD: distinfo,v 1.12 2024/05/05 16:26:14 taca Exp $

BLAKE2s (console-1.23.6.gem) = 237b5f9fd1cbd59e4c42194cdaa400b07ab25ce1202b2074b63d6e8992c5c440
SHA512 (console-1.23.6.gem) = a2752d2d75db2b98462d044bca867d21a30d76395dbcae88cfa84cd8b97735cc51bb75a4f16e8c2f6ce72b5954075e1565400b97c0fb428e33920f84000da46e
Size (console-1.23.6.gem) = 21504 bytes
BLAKE2s (console-1.25.2.gem) = 0801824f95a5eff21104ac32193faffe0c46cf705fc6f2f40a5c4fa333368390
SHA512 (console-1.25.2.gem) = ad7c5d2a5077567ebc873a66a2f513b66d9c46972cae210dbf8fe665c26fe8d738b8cd74537698df43b1c7975df9eadf53efeaf0a30dfa73fbd9d2120216f214
Size (console-1.25.2.gem) = 22016 bytes

0 comments on commit 2564249

Please sign in to comment.