| Age | Commit message (Collapse) | Author | Files | Lines |
|
* Don't try to patch gemspec file but use pre-generated one.
Bump PKGREVISION.
|
|
|
|
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
|
|
directly into site_ruby.
|
|
|
|
order to more strict dependency to ruby18-base package.
Bump PKGREVISION.
|
|
This is a fibonacci-heap priority-queue implementation. This project
is different from K. Kodamas PQueue in that it allows a decrease key
operation. That makes PriorityQueue usable for algorithms like
dijkstras shortest path algorithm, while PQueue is more suitable for
Heapsort and the like.
|