Skip to content

Commit

Permalink
devel/ruby-rgl: update to 0.6.5
Browse files Browse the repository at this point in the history
0.6.4 (2023-06-19)

Bug Fixes

* add test case for bfs_search_tree_from (fixes #99) (54f92e4)
* Remove require of the file if already required (0ef2ce5)

0.6.5 (2023-06-19)

Bug Fixes

* Fixes links in README (#114) (682e4e6)
  • Loading branch information
taca committed Jul 2, 2023
1 parent 3d949d8 commit 284c1b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-rgl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2023/05/21 02:59:10 taca Exp $
# $NetBSD: Makefile,v 1.20 2023/07/02 05:28:59 taca Exp $

DISTNAME= rgl-0.6.3
DISTNAME= rgl-0.6.5
CATEGORIES= devel

MAINTAINER= minskim@NetBSD.org
Expand Down
7 changes: 4 additions & 3 deletions devel/ruby-rgl/PLIST
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
@comment $NetBSD: PLIST,v 1.12 2023/02/23 14:57:56 taca Exp $
@comment $NetBSD: PLIST,v 1.13 2023/07/02 05:28:59 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/ChangeLog
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/examples/canvas.rb
${GEM_LIBDIR}/examples/examples.rb
${GEM_LIBDIR}/examples/graph.dot
${GEM_LIBDIR}/examples/insel_der_tausend_gefahren.rb
${GEM_LIBDIR}/examples/north.rb
${GEM_LIBDIR}/examples/north/Graph.log
Expand Down Expand Up @@ -106,6 +105,7 @@ ${GEM_LIBDIR}/lib/rgl/topsort.rb
${GEM_LIBDIR}/lib/rgl/transitiv_closure.rb
${GEM_LIBDIR}/lib/rgl/transitivity.rb
${GEM_LIBDIR}/lib/rgl/traversal.rb
${GEM_LIBDIR}/lib/rgl/version.rb
${GEM_LIBDIR}/rakelib/dep_graph.rake
${GEM_LIBDIR}/test/bellman_ford_test.rb
${GEM_LIBDIR}/test/bidirectional_graph_test.rb
Expand All @@ -127,6 +127,7 @@ ${GEM_LIBDIR}/test/prim_test.rb
${GEM_LIBDIR}/test/rdot_test.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/transitivity_test.rb
${GEM_LIBDIR}/test/traversal_bfs_require.rb
${GEM_LIBDIR}/test/traversal_test.rb
${GEM_LIBDIR}/test/undirected_graph_test.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions devel/ruby-rgl/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.19 2023/05/21 02:59:10 taca Exp $
$NetBSD: distinfo,v 1.20 2023/07/02 05:28:59 taca Exp $

BLAKE2s (rgl-0.6.3.gem) = cca32a47c0455066a2442eec2b88ab0516debef324d8ebe171d406e2b8045576
SHA512 (rgl-0.6.3.gem) = b006f90839d73b5755f72635ecc5dee7b4089e6d667d62425bae41d06bccf1e532a1cdf6e72946f459358ecd2dc52f837eeffcb74989b0820504cd89845606e5
Size (rgl-0.6.3.gem) = 68608 bytes
BLAKE2s (rgl-0.6.5.gem) = 97a185905bd57046b2d8849e8906ce5e24bdfcfea072a9b3eab028305ee57d65
SHA512 (rgl-0.6.5.gem) = 16e3bd9643a6dc37042b989046528f31470906adfab65ae55808d47ef9063c64a2b5f0d777572c6bdad2fcfae278a63a8717cc1a5048f72e547461f280a6bf7e
Size (rgl-0.6.5.gem) = 69120 bytes

0 comments on commit 284c1b0

Please sign in to comment.