jlawler-activeconfig 0.1.3

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 (1) hide show
  1. metadata +73 -0
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jlawler-activeconfig
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.3
5
+ platform: ruby
6
+ authors:
7
+ - Jeremy Lawler
8
+ autorequire: active_config
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-01-11 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: jlawler@cashnetusa.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - ./lib/active_config/suffixes.rb
26
+ - ./lib/active_config/hash_config.rb
27
+ - ./lib/active_config/hash_weave.rb
28
+ - ./lib/active_config.rb
29
+ - ./bin/active_config.rb
30
+ - ./test/active_config_test_multi.rb
31
+ - ./test/active_config_test.rb
32
+ - ./test/cnu_config_test/global.yml
33
+ - ./test/cnu_config_test/test.yml
34
+ - ./test/cnu_config_test/test_local.yml
35
+ - ./test/cnu_config_test/test_GB.yml
36
+ - ./test/cnu_config_test/test_US.yml
37
+ - ./test/active_config_test_multi/pathb/test_local.yml
38
+ - ./test/active_config_test_multi/patha/test.yml
39
+ - ./test/active_config_test/test_config.yml
40
+ - ./test/active_config_test/global.yml
41
+ - ./test/active_config_test/test.yml
42
+ - ./test/active_config_test/test_local.yml
43
+ - ./test/active_config_test/test_GB.yml
44
+ - ./test/active_config_test/test_US.yml
45
+ - ./test/cnu_config_test.rb
46
+ has_rdoc: false
47
+ homepage: http://jlawler.github.com/activeconfig/
48
+ post_install_message:
49
+ rdoc_options: []
50
+
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ version:
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ requirements: []
66
+
67
+ rubyforge_project:
68
+ rubygems_version: 1.2.0
69
+ signing_key:
70
+ specification_version: 2
71
+ summary: An extremely flexible configuration system
72
+ test_files: []
73
+