configtoolkit 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.0.1 / 2008-05-12
2
+ Improve code comments.
3
+
1
4
  === 1.0.0 / 2008-05-12
2
5
  Initial release of the ConfigToolkit. This release includes readers and
3
6
  writers for YAML config files. The package is unit tested fully.
@@ -8,7 +8,7 @@ module ConfigToolkit
8
8
  #
9
9
  class Error < RuntimeError; end
10
10
 
11
- VERSION = '1.0.0'
11
+ VERSION = '1.0.1'
12
12
 
13
13
  end
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configtoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - DesigningPatterns