Skip to content

Commit

Permalink
Update to ruby-rgl to 0.5.2.
Browse files Browse the repository at this point in the history
2016-05 Release 0.5.2

Horst Duchene <monora@gmail.com>
 * Issue #21: Use new method vertex_id instead of object_id to identify vertices in dot export. (fa7592)
 * Integrate Code Climate's test coverage reporting (0ab722)
 * Clarify traversal order of DFS search (see #20). (afa788)
Chase Gilliam <chase.gilliam@gmail.com>
 * drop 1.9.3 add newer jruby and rubinius (fad333)
Mat�«¿as Battocchia <matias@riseup.net>
 * Switched to a different heap implementation. (bd7c13)
gorn <j@kub.cz>
 * Adding failing test for issue #24 (1f6204)
  • Loading branch information
taca committed Oct 9, 2016
1 parent 9e0e143 commit 460df70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
8 changes: 3 additions & 5 deletions devel/ruby-rgl/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# $NetBSD: Makefile,v 1.8 2015/09/26 15:02:59 taca Exp $
# $NetBSD: Makefile,v 1.9 2016/10/09 15:00:04 taca Exp $

DISTNAME= rgl-0.5.1
DISTNAME= rgl-0.5.2
CATEGORIES= devel

MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/monora/rgl
COMMENT= Framework for graph data structures and algorithms

DEPENDS+= ${RUBY_PKGPREFIX}-algorithms>=0.5.0:../../devel/ruby-algorithms
DEPENDS+= ${RUBY_PKGPREFIX}-stream>=0.5:../../devel/ruby-stream

OVERRIDE_GEMSPEC+= algorithms>=0.5.0
DEPENDS+= ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 3 additions & 5 deletions devel/ruby-rgl/PLIST
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
@comment $NetBSD: PLIST,v 1.6 2015/09/13 11:50:46 taca Exp $
@comment $NetBSD: PLIST,v 1.7 2016/10/09 15:00:04 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/ChangeLog
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/examples/canvas.rb
${GEM_LIBDIR}/examples/examples.rb
${GEM_LIBDIR}/examples/images/example.jpg
${GEM_LIBDIR}/examples/images/module_graph.jpg
${GEM_LIBDIR}/examples/images/rgl_modules.png
${GEM_LIBDIR}/examples/insel_der_tausend_gefahren.rb
${GEM_LIBDIR}/examples/north.rb
${GEM_LIBDIR}/examples/north/Graph.log
Expand Down Expand Up @@ -111,6 +108,7 @@ ${GEM_LIBDIR}/test/bellman_ford_test.rb
${GEM_LIBDIR}/test/bipartite_test.rb
${GEM_LIBDIR}/test/components_test.rb
${GEM_LIBDIR}/test/cycles_test.rb
${GEM_LIBDIR}/test/dijkstra_issue24_test.rb
${GEM_LIBDIR}/test/dijkstra_test.rb
${GEM_LIBDIR}/test/directed_graph_test.rb
${GEM_LIBDIR}/test/dot_test.rb
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-rgl/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2015/11/03 03:29:28 agc Exp $
$NetBSD: distinfo,v 1.7 2016/10/09 15:00:04 taca Exp $

SHA1 (rgl-0.5.1.gem) = 37d3b83cc2bf0bdc2bafe6ea6bfb755dab22cc38
RMD160 (rgl-0.5.1.gem) = 2122d5f8e6a200beaa94c37203d88b99c11698bf
SHA512 (rgl-0.5.1.gem) = 4b966358535f12f12652d8a501592cfda6ff18c5a3e177aca2a1a5a3d9444366356e26a66acba60f2e3f94977bf6b9845c27ae317f377ab66125fe8b9fb09edd
Size (rgl-0.5.1.gem) = 235520 bytes
SHA1 (rgl-0.5.2.gem) = 61bf7dc4106170feb848edb8d3850c3d8f12d32a
RMD160 (rgl-0.5.2.gem) = 24bc5552f14352f6102d9f40c3260762a31117f4
SHA512 (rgl-0.5.2.gem) = 0ecad402f8c1338d70b3882d1f5ab40c7bf4d765b8f01cfe363657b811fcfc5d1541d89a023f727f18d2ff4d1b9ba6886e1618bffeaba33c68dc8a408d0e3a84
Size (rgl-0.5.2.gem) = 62976 bytes

0 comments on commit 460df70

Please sign in to comment.