Skip to content

Commit 171a4c3

Browse files
committed
admin: update metadata per latest pom
1 parent ce22c24 commit 171a4c3

8 files changed

Lines changed: 36 additions & 12 deletions

File tree

.config/syckle/config.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.config/syckle/defaults.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

.ruby

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: pqueue
3+
title: PQueue
4+
contact: Trans <transfire@gmail.com>
5+
requires:
6+
- group:
7+
- build
8+
name: syckle
9+
version: 0+
10+
pom_verison: 1.0.0
11+
manifest:
12+
- .ruby
13+
- lib/pqueue.rb
14+
- test/test_pqueue.rb
15+
- HISTORY.rdoc
16+
- LICENSE
17+
- README.rdoc
18+
- VERSION
19+
version: 1.0.0
20+
suite: rubyworks
21+
copyright: Copyright (c) 2001 K. Kodama
22+
licenses:
23+
- LGPLv3
24+
description: A priority queue is like a standard queue, except that each inserted elements is given a certain priority, based on the result of the comparison block given at instantiation time. Retrieving an element from the queue will always return the one with the highest priority.
25+
summary: Queue with prioritized elements
26+
authors:
27+
- K. Kodama
28+
- Ronald Butler
29+
- Olivier Renaud
30+
- Rick Bradley
31+
- Thomas Sawyer
32+
created: 2001-03-10
File renamed without changes.

PROFILE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ contact: Trans <transfire@gmail.com>
66
license: LGPLv3
77
created: 2001-03-10
88

9+
requires:
10+
- syckle (build)
11+
912
authors:
1013
- K. Kodama
1114
- Ronald Butler
File renamed without changes.

VERSION

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
name : pqueue
2-
major: 1
3-
minor: 0
4-
patch: 0
5-
date : 2009-07-05
1+
1.0.0

0 commit comments

Comments
 (0)