Skip to content

Commit 98d46c9

Browse files
committed
Remove legacy version of library.
1 parent 544c365 commit 98d46c9

5 files changed

Lines changed: 13 additions & 272 deletions

File tree

.ruby

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ revision: 0
4444
created: '2001-03-10'
4545
summary: Queue of Prioritized Elements
4646
title: PQueue
47-
version: 2.0.0
47+
version: 2.0.1
4848
name: pqueue
4949
description: ! 'A priority queue is like a standard queue, except that each inserted
5050
elements

HISTORY.rdoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
= CHANGE HISTORY
22

3+
== 2.0.1 / 2011-10-29
4+
5+
Quick fix to remove old legacy library that was supposed to be
6+
removed in previous release. No big deal, it just confused the
7+
YARD documentation.
8+
9+
Changes:
10+
11+
* Remove legacy version of library.
12+
13+
314
== 2.0.0 / 2011-10-29
415

516
This is a complete rewrite to simplify the design and use more

MANIFEST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!mast .ruby .yaropts bin lib man qed spec test [A-Z]*.*
22
.ruby
3-
lib/pqueue/legacy.rb
43
lib/pqueue.rb
54
test/test_pqueue.rb
65
HISTORY.rdoc

lib/pqueue/legacy.rb

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

meta/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

0 commit comments

Comments
 (0)