Skip to content

Commit d6accd9

Browse files
committed
:admin: Add CONTRIBUTE.md.
1 parent eb4bf9b commit d6accd9

4 files changed

Lines changed: 24 additions & 6 deletions

File tree

.index

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ requirements:
3434
- build
3535
version: '>= 0'
3636
name: indexer
37+
- groups:
38+
- build
39+
version: '>= 0'
40+
name: mast
3741
conflicts: []
3842
alternatives: []
3943
resources:
@@ -73,4 +77,4 @@ description: A priority queue is like a standard queue, except that each inserte
7377
given at instantiation time. Retrieving an element from the queue will always return
7478
the one with the highest priority.
7579
created: '2001-03-10'
76-
date: '2014-04-15'
80+
date: '2014-07-31'

CONTRIBUTE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CONTRIBUTING
22

3+
## Setup
4+
5+
Once you've cloned the repo, hit up Bundler.
6+
7+
```
8+
$ bundle
9+
```
10+
311
## Testing
412

513
We are using the Microtest framework which is a very simple test

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ end
99

1010
group :build do
1111
gem "indexer"
12+
gem "mast"
1213
end
1314

Index.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2-
name: pqueue
2+
name:
3+
pqueue
34

4-
version: 2.0.2
5+
version:
6+
2.0.2
57

6-
title: PQueue
8+
title:
9+
PQueue
710

811
summary:
912
Queue of Prioritized Elements
@@ -30,9 +33,11 @@ authors:
3033
- Olivier Renaud
3134
- Rick Bradley
3235

33-
organization: Rubyworks
36+
organization:
37+
Rubyworks
3438

35-
created: 2001-03-10
39+
created:
40+
2001-03-10
3641

3742
copyrights:
3843
- (c) 2009 Rubyworks (BSD-2)

0 commit comments

Comments
 (0)