vclog 1.0.0 → 1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY.md +35 -0
- data/LICENSE +23 -0
- data/MANIFEST +25 -25
- data/README +15 -8
- data/TODO +32 -0
- data/bin/vclog +2 -129
- data/lib/vclog/changelog.rb +34 -8
- data/lib/vclog/command.rb +168 -0
- data/lib/vclog/{core_ext.rb → facets.rb} +0 -0
- data/meta/authors +1 -1
- data/meta/contact +1 -0
- data/meta/license +1 -1
- data/meta/loadpath +2 -0
- data/meta/parent +1 -0
- data/meta/project +1 -1
- data/meta/repository +1 -2
- data/meta/ruby +2 -0
- data/meta/version +1 -1
- metadata +35 -32
- data/COPYING +0 -674
- data/HISTORY +0 -20
- data/RELEASE +0 -11
- data/meta/mailinglist +0 -1
- data/meta/package +0 -1
data/HISTORY
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
= CHANGE HISTORY
|
2
|
-
|
3
|
-
== 1.0.0 / 2009-08-03
|
4
|
-
|
5
|
-
This is the first "production" release of VCLog.
|
6
|
-
|
7
|
-
* 2 Major Enhancements
|
8
|
-
|
9
|
-
* Improved command line interface.
|
10
|
-
* Added output option to save changelog.
|
11
|
-
|
12
|
-
|
13
|
-
== 0.1.0 / 2006-06-05
|
14
|
-
|
15
|
-
This is the initial version of vclog.
|
16
|
-
|
17
|
-
* 1 Major Enhancement
|
18
|
-
|
19
|
-
* Happy Birthday
|
20
|
-
|
data/RELEASE
DELETED
data/meta/mailinglist
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
tigerops-community@rubyforge.org
|
data/meta/package
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
vclog
|