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 +3 -0
- data/Rakefile +1 -1
- data/lib/configtoolkit/baseconfig.rb +0 -0
- data/lib/configtoolkit.rb +0 -0
- data/test/test_baseconfig.rb +0 -0
- metadata +2 -2
data/History.txt
CHANGED
data/Rakefile
CHANGED
File without changes
|
data/lib/configtoolkit.rb
CHANGED
File without changes
|
data/test/test_baseconfig.rb
CHANGED
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.
|
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.
|
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"
|