configatron 2.8.2 → 2.8.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.
- data/README.textile +19 -5
- data/lib/configatron/store.rb +1 -1
- metadata +29 -38
data/README.textile
CHANGED
|
@@ -220,8 +220,22 @@ You can set 'default' values for parameters. If there is already a setting, it w
|
|
|
220
220
|
|
|
221
221
|
Enjoy!
|
|
222
222
|
|
|
223
|
-
h2.
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
223
|
+
h2. Contributors
|
|
224
|
+
|
|
225
|
+
* Mark Bates
|
|
226
|
+
* Rob Sanheim
|
|
227
|
+
* Cody Maggard
|
|
228
|
+
* Jean-Denis Vauguet
|
|
229
|
+
* Mat Brown
|
|
230
|
+
* Torsten Schönebaum
|
|
231
|
+
* chatgris
|
|
232
|
+
* Simon Menke
|
|
233
|
+
* Casper Gripenberg
|
|
234
|
+
* Artiom Diomin
|
|
235
|
+
* mattelacchiato
|
|
236
|
+
* Tim Riley
|
|
237
|
+
* Rick Fletcher
|
|
238
|
+
* joe miller
|
|
239
|
+
* Brandon Dimcheff
|
|
240
|
+
* Dan Pickett
|
|
241
|
+
* Josh Nichols
|
data/lib/configatron/store.rb
CHANGED
metadata
CHANGED
|
@@ -1,38 +1,34 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configatron
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 2.8.3
|
|
4
5
|
prerelease:
|
|
5
|
-
version: 2.8.2
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- markbates
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dependencies:
|
|
16
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2011-10-02 00:00:00.000000000Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
17
15
|
name: yamler
|
|
18
|
-
requirement: &
|
|
16
|
+
requirement: &2161443200 !ruby/object:Gem::Requirement
|
|
19
17
|
none: false
|
|
20
|
-
requirements:
|
|
21
|
-
- -
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
23
21
|
version: 0.1.0
|
|
24
22
|
type: :runtime
|
|
25
23
|
prerelease: false
|
|
26
|
-
version_requirements: *
|
|
27
|
-
description:
|
|
24
|
+
version_requirements: *2161443200
|
|
25
|
+
description: ! 'configatron was developed by: markbates'
|
|
28
26
|
email: mark@markbates.com
|
|
29
27
|
executables: []
|
|
30
|
-
|
|
31
28
|
extensions: []
|
|
32
|
-
|
|
33
|
-
extra_rdoc_files:
|
|
29
|
+
extra_rdoc_files:
|
|
34
30
|
- LICENSE
|
|
35
|
-
files:
|
|
31
|
+
files:
|
|
36
32
|
- lib/configatron/configatron.rb
|
|
37
33
|
- lib/configatron/core_ext/class.rb
|
|
38
34
|
- lib/configatron/core_ext/kernel.rb
|
|
@@ -52,36 +48,31 @@ files:
|
|
|
52
48
|
- generators/templates/configatron/production.rb
|
|
53
49
|
- generators/templates/configatron/test.rb
|
|
54
50
|
- generators/templates/initializers/configatron.rb
|
|
55
|
-
has_rdoc: true
|
|
56
51
|
homepage: http://www.metabates.com
|
|
57
52
|
licenses: []
|
|
58
|
-
|
|
59
53
|
post_install_message:
|
|
60
54
|
rdoc_options: []
|
|
61
|
-
|
|
62
|
-
require_paths:
|
|
55
|
+
require_paths:
|
|
63
56
|
- lib
|
|
64
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
57
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
58
|
none: false
|
|
66
|
-
requirements:
|
|
67
|
-
- -
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
|
|
70
|
-
segments:
|
|
59
|
+
requirements:
|
|
60
|
+
- - ! '>='
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: '0'
|
|
63
|
+
segments:
|
|
71
64
|
- 0
|
|
72
|
-
|
|
73
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
|
+
hash: -2321640958811512068
|
|
66
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
67
|
none: false
|
|
75
|
-
requirements:
|
|
76
|
-
- -
|
|
77
|
-
- !ruby/object:Gem::Version
|
|
78
|
-
version:
|
|
68
|
+
requirements:
|
|
69
|
+
- - ! '>='
|
|
70
|
+
- !ruby/object:Gem::Version
|
|
71
|
+
version: '0'
|
|
79
72
|
requirements: []
|
|
80
|
-
|
|
81
73
|
rubyforge_project: magrathea
|
|
82
|
-
rubygems_version: 1.
|
|
74
|
+
rubygems_version: 1.8.10
|
|
83
75
|
signing_key:
|
|
84
76
|
specification_version: 3
|
|
85
77
|
summary: A powerful Ruby configuration system.
|
|
86
78
|
test_files: []
|
|
87
|
-
|