yamlconfig 0.1.0 → 0.1.1
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.
- data/lib/yamlconfig.rb +5 -2
- metadata +5 -5
data/lib/yamlconfig.rb
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
# $Id: yamlconfig.rb
|
|
1
|
+
# $Id: yamlconfig.rb 46 2006-08-14 06:13:47Z cmaujean $
|
|
2
|
+
#
|
|
2
3
|
# See LICENSE for copyright information
|
|
4
|
+
#
|
|
5
|
+
|
|
3
6
|
require 'yaml'
|
|
4
7
|
|
|
5
|
-
# This class represents a configuration, using a YAML file
|
|
8
|
+
# This class represents a configuration, using a YAML file,
|
|
6
9
|
# by providing "accessor" methods for each item in the YAML file
|
|
7
10
|
class YAMLConfig
|
|
8
11
|
attr_accessor :resource
|
metadata
CHANGED
|
@@ -3,14 +3,14 @@ rubygems_version: 0.9.0
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: yamlconfig
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.1.
|
|
6
|
+
version: 0.1.1
|
|
7
7
|
date: 2006-08-13 00:00:00 -07:00
|
|
8
8
|
summary: YAML file based configuration object with an EASY interface
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
11
11
|
email: cmaujean@gmail.com
|
|
12
12
|
homepage: http://rubyforge.org/projects/ngslib
|
|
13
|
-
rubyforge_project:
|
|
13
|
+
rubyforge_project: ngslib
|
|
14
14
|
description:
|
|
15
15
|
autorequire:
|
|
16
16
|
default_executable:
|
|
@@ -29,8 +29,8 @@ post_install_message:
|
|
|
29
29
|
authors:
|
|
30
30
|
- Christopher Maujean
|
|
31
31
|
files:
|
|
32
|
-
- lib/yamlconfig.rb
|
|
33
32
|
- lib/LICENSE
|
|
33
|
+
- lib/yamlconfig.rb
|
|
34
34
|
- test/data
|
|
35
35
|
- test/tc_yamlconfig.rb
|
|
36
36
|
- test/data/config
|
|
@@ -41,8 +41,8 @@ test_files:
|
|
|
41
41
|
- test/tc_yamlconfig.rb
|
|
42
42
|
rdoc_options: []
|
|
43
43
|
|
|
44
|
-
extra_rdoc_files:
|
|
45
|
-
|
|
44
|
+
extra_rdoc_files:
|
|
45
|
+
- lib/LICENSE
|
|
46
46
|
executables: []
|
|
47
47
|
|
|
48
48
|
extensions: []
|