Skip to content

Commit 1f3f774

Browse files
committed
Use Index.yml instead of var. [admin]
1 parent d6b3a11 commit 1f3f774

13 files changed

Lines changed: 40 additions & 36 deletions

File tree

Index.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: pqueue
3+
4+
version: 2.0.2
5+
6+
title: PQueue
7+
8+
summary:
9+
Queue of Prioritized Elements
10+
11+
description:
12+
A priority queue is like a standard queue, except that each inserted elements
13+
is given a certain priority, based on the result of the comparison block given
14+
at instantiation time. Retrieving an element from the queue will always return
15+
the one with the highest priority.
16+
17+
resources:
18+
home: http://rubyworks.github.com/pqueue
19+
code: http://github.com/rubyworks/pqueue
20+
mail: http://groups.google.com/group/rubyworks-mailinglist
21+
bugs: http://github.com/rubyworks/pqueue/issues
22+
23+
repositories:
24+
upstream: git://github.com/rubyworks/pqueue.git
25+
26+
authors:
27+
- Trans <transfire@gmail.com>
28+
- K. Kodama
29+
- Ronald Butler
30+
- Olivier Renaud
31+
- Rick Bradley
32+
33+
organization: Rubyworks
34+
35+
created: 2001-03-10
36+
37+
copyrights:
38+
- (c) 2009 Rubyworks (BSD-2)
39+
- (c) 2001 K. Kodama
40+

var/authors

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

var/copyrights

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

var/created

Lines changed: 0 additions & 1 deletion
This file was deleted.

var/description

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

var/name

Lines changed: 0 additions & 1 deletion
This file was deleted.

var/organizations

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

var/repositories

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

var/requirements

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

var/resources

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

0 commit comments

Comments
 (0)