Skip to content

Commit ce22c24

Browse files
committed
admin: prepare for new POM standard
1 parent acc71e3 commit ce22c24

15 files changed

Lines changed: 30 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
log
22
doc/rdoc
33
doc/ri
4+
pkg
45
MANIFEST

PROFILE

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title : PQueue
3+
suite : rubyworks
4+
summary: Queue with prioritized elements
5+
contact: Trans <transfire@gmail.com>
6+
license: LGPLv3
7+
created: 2001-03-10
8+
9+
authors:
10+
- K. Kodama
11+
- Ronald Butler
12+
- Olivier Renaud
13+
- Rick Bradley
14+
- Thomas Sawyer
15+
16+
description:
17+
A priority queue is like a standard queue, except that each inserted
18+
elements is given a certain priority, based on the result of the
19+
comparison block given at instantiation time. Retrieving an element
20+
from the queue will always return the one with the highest priority.
21+
22+
copyright:
23+
Copyright (c) 2001 K. Kodama
24+

VERSION

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name : pqueue
2+
major: 1
3+
minor: 0
4+
patch: 0
5+
date : 2009-07-05
File renamed without changes.

0 commit comments

Comments
 (0)