gen 0.25.0 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. data/ProjectInfo +2 -2
  2. data/README +1 -1
  3. data/doc/RELEASES +6 -1
  4. data/lib/gen.rb +1 -1
  5. metadata +3 -3
@@ -2,7 +2,7 @@
2
2
 
3
3
  TITLE : &title Gen
4
4
  NAME : &pkg gen
5
- VERSION : '0.25.0'
5
+ VERSION : '0.26.0'
6
6
  STATUS : beta
7
7
 
8
8
  AUTHOR : George Moschovitis
@@ -17,7 +17,7 @@ DESCRIPTION: >
17
17
  DISTRIBUTE: [ gem, tgz, zip ]
18
18
 
19
19
  DEPENDENCIES:
20
- - [ glue, '= 0.25.0' ]
20
+ - [ glue, '= 0.26.0' ]
21
21
 
22
22
  RUBYFORGE:
23
23
  PROJECT: 'nitro'
data/README CHANGED
@@ -1,4 +1,4 @@
1
- = Gen 0.24.0 README
1
+ = Gen 0.26.0 README
2
2
 
3
3
  A Ruby code generation framework.
4
4
 
@@ -1,3 +1,8 @@
1
+ == Version 0.26.0
2
+
3
+ Minor fixes.
4
+
5
+
1
6
  == Version 0.25.0
2
7
 
3
8
  Minor fixes.
@@ -6,4 +11,4 @@ Minor fixes.
6
11
  == Version 0.24.0
7
12
 
8
13
  First open release. The aim of this release is to gather
9
- feedback from the community.
14
+ feedback from the community.
data/lib/gen.rb CHANGED
@@ -14,7 +14,7 @@ class Gen
14
14
 
15
15
  # The version.
16
16
 
17
- Version = '0.25.0'
17
+ Version = '0.26.0'
18
18
 
19
19
  # Library path.
20
20
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: gen
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.25.0
7
- date: 2005-11-17
6
+ version: 0.26.0
7
+ date: 2005-12-21
8
8
  summary: A simple code generation system.
9
9
  require_paths:
10
10
  - lib
@@ -60,5 +60,5 @@ dependencies:
60
60
  -
61
61
  - "="
62
62
  - !ruby/object:Gem::Version
63
- version: 0.25.0
63
+ version: 0.26.0
64
64
  version: