public
Description: Augment is a system for gathering metadata from code and displaying it.
Homepage: http://augment.rubyforge.org
Clone URL: git://github.com/technomancy/augment.git
making a release to celebrate miniunit 1.1.0
Phil Hagelberg (author)
Sat Nov 10 16:26:01 -0800 2007
commit  9bf6a718044d35cd6df366fc26b454f7a2c53b52
tree    cff489e2a7f84e2cc96cd62851a95c0a6eb03fdd
parent  3f72d206489885d27bcb6839cb054e7406fc6023
...
3
4
5
 
 
 
...
3
4
5
6
7
8
0
@@ -3,3 +3,6 @@
0
 * Works with a minimal set of backends and frontends
0
   * Birthday!
0
 
0
+== 1.0.1 / 2007-11-10
0
+
0
+* Works with newly-released miniunit 1.1.0.
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ require 'backend'
0
 require 'frontend'
0
 
0
 class Augment
0
- VERSION = '1.0.0'
0
+ VERSION = '1.0.1'
0
   BACKENDS = {}
0
   FRONTENDS = {}
0
   

Comments

    No one has commented yet.