Skip to content

Commit 195d8d4

Browse files
committed
Move meta to var and pages to web. [admin]
1 parent 76ec5cd commit 195d8d4

27 files changed

Lines changed: 11 additions & 104 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
.yardoc
33
doc
44
log
5-
pages
65
pkg
6+
web

.ruby

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source:
3-
- meta
3+
- var
44
authors:
55
- name: K. Kodama
66
- name: Ronald Butler
@@ -55,4 +55,4 @@ description: ! 'A priority queue is like a standard queue, except that each inse
5555
5656
the one with the highest priority.'
5757
organization: rubyworks
58-
date: '2011-10-29'
58+
date: '2011-11-11'

Assembly

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ gem:
1111
active: true
1212

1313
github:
14-
active: true
14+
gh_pages: web
1515

1616
dnote:
17+
title: Developer's Notes
1718
output: log/NOTES.rdoc
1819

1920
vclog:
2021
output:
21-
- log/History.rdoc
22-
- log/Changes.rdoc
22+
- log/history.html
23+
- log/changes.html
2324

2425
tag:
2526
service: custom
@@ -28,6 +29,9 @@ tag:
2829
puts cmd
2930
sh cmd
3031

32+
#rubytest:
33+
# path: test/*.rb
34+
#
3135

3236
#qed:
3337
# files: qed/

README.rdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
{<img src="http://travis-ci.org/rubyworks/pqueue.png" />}[http://travis-ci.org/rubyworks/pqueue]
99

10+
1011
== DESCRIPTION
1112

1213
Priority queue with array based heap.

task/box.syckle

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

task/email.syckle

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

task/grancher.syckle

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

task/notes.syckle

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

task/rdoc.syckle

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

task/ridoc.syckle

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

0 commit comments

Comments
 (0)