configtoolkit 1.0.3 → 1.0.4

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.4 / 2008-05-12
2
+ Improve the code comments.
3
+
1
4
  === 1.0.3 / 2008-05-12
2
5
  Include Manifest.txt in the release, so that unit tests can be run after
3
6
  downloading the gem.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'hoe'
7
7
 
8
8
  $stderr = STDERR
9
9
 
10
- Hoe.new('configtoolkit', "1.0.3") do |p|
10
+ Hoe.new('configtoolkit', "1.0.4") do |p|
11
11
  p.developer('DesigningPatterns', 'technical.inquiries@designingpatterns.com')
12
12
  end
13
13
 
File without changes
data/lib/configtoolkit.rb CHANGED
File without changes
File without changes
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - DesigningPatterns
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  requirements: []
79
79
 
80
80
  rubyforge_project: configtoolkit
81
- rubygems_version: 1.1.1
81
+ rubygems_version: 1.0.1
82
82
  signing_key:
83
83
  specification_version: 2
84
84
  summary: "This package makes sourcing information from configuration files robust and easy! It: * Allows programmers to specify the type of data that should be returned from a configuration file"