glue 0.21.0 → 0.21.2

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 (4) hide show
  1. data/README +1 -1
  2. data/doc/RELEASES +7 -1
  3. data/lib/glue.rb +1 -1
  4. metadata +2 -2
data/README CHANGED
@@ -1,4 +1,4 @@
1
- = Glue 0.21.0 README
1
+ = Glue 0.21.2 README
2
2
 
3
3
  Useful utilites and methods.
4
4
 
data/doc/RELEASES CHANGED
@@ -1,4 +1,9 @@
1
- == Version 0.21.0
1
+ == Version 0.21.2
2
+
3
+ This is a bug fix release.
4
+
5
+
6
+ == Version 0.21.0 was released on 25-07-2005.
2
7
 
3
8
  * New builder system.
4
9
 
@@ -6,6 +11,7 @@
6
11
 
7
12
  * Added utility methods from Nitro.
8
13
 
14
+
9
15
  == Version 0.20.0 was released on 12-07-2005.
10
16
 
11
17
  * Brand new, self-documenting configuration system. There is a new
data/lib/glue.rb CHANGED
@@ -61,7 +61,7 @@ module Glue
61
61
 
62
62
  # The version.
63
63
 
64
- Version = '0.21.0'
64
+ Version = '0.21.2'
65
65
 
66
66
  # Library path.
67
67
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: glue
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.21.0
7
- date: 2005-07-25 00:00:00 +03:00
6
+ version: 0.21.2
7
+ date: 2005-07-28 00:00:00 +03:00
8
8
  summary: Glue utilities
9
9
  require_paths:
10
10
  - lib