configatron 2.9.0 → 2.9.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/README.textile +4 -3
- data/lib/configatron/store.rb +1 -1
- data/lib/configatron/version.rb +3 -0
- metadata +9 -5
data/README.textile
CHANGED
|
@@ -223,17 +223,18 @@ Enjoy!
|
|
|
223
223
|
h2. Contributors
|
|
224
224
|
|
|
225
225
|
* Mark Bates
|
|
226
|
+
* Kurtis Rainbolt-Greene
|
|
226
227
|
* Rob Sanheim
|
|
227
228
|
* Cody Maggard
|
|
228
229
|
* Jean-Denis Vauguet
|
|
229
|
-
* Mat Brown
|
|
230
|
-
* chatgris
|
|
231
230
|
* Torsten Schönebaum
|
|
231
|
+
* Mat Brown
|
|
232
232
|
* Simon Menke
|
|
233
|
+
* chatgris
|
|
233
234
|
* Gleb Pomykalov
|
|
234
235
|
* Casper Gripenberg
|
|
235
|
-
* Artiom Diomin
|
|
236
236
|
* mattelacchiato
|
|
237
|
+
* Artiom Diomin
|
|
237
238
|
* Tim Riley
|
|
238
239
|
* Rick Fletcher
|
|
239
240
|
* joe miller
|
data/lib/configatron/store.rb
CHANGED
|
@@ -99,7 +99,7 @@ class Configatron
|
|
|
99
99
|
# <tt>:hash</tt>, that indicates a specific hash that should be
|
|
100
100
|
# loaded from the file.
|
|
101
101
|
def configure_from_yaml(path, opts = {})
|
|
102
|
-
Configatron.log.warn "DEPRECATED! (configure_from_yaml) Please stop using YAML and use Ruby instead. This method will be removed in
|
|
102
|
+
Configatron.log.warn "DEPRECATED! (configure_from_yaml) Please stop using YAML and use Ruby instead. This method will be removed in 3.1."
|
|
103
103
|
begin
|
|
104
104
|
yml = ::Yamler.load(path)
|
|
105
105
|
yml = yml[opts[:hash]] unless opts[:hash].nil?
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configatron
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.9.
|
|
4
|
+
version: 2.9.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2012-04-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: yamler
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70166318796860 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 0.1.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70166318796860
|
|
25
25
|
description: ! 'configatron was developed by: markbates'
|
|
26
26
|
email: mark@markbates.com
|
|
27
27
|
executables: []
|
|
@@ -38,6 +38,7 @@ files:
|
|
|
38
38
|
- lib/configatron/proc.rb
|
|
39
39
|
- lib/configatron/rails.rb
|
|
40
40
|
- lib/configatron/store.rb
|
|
41
|
+
- lib/configatron/version.rb
|
|
41
42
|
- lib/configatron.rb
|
|
42
43
|
- lib/generators/configatron/install/install_generator.rb
|
|
43
44
|
- lib/generators/configatron/install/templates/configatron/defaults.rb
|
|
@@ -61,13 +62,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
61
62
|
version: '0'
|
|
62
63
|
segments:
|
|
63
64
|
- 0
|
|
64
|
-
hash:
|
|
65
|
+
hash: 2896711517051398552
|
|
65
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
67
|
none: false
|
|
67
68
|
requirements:
|
|
68
69
|
- - ! '>='
|
|
69
70
|
- !ruby/object:Gem::Version
|
|
70
71
|
version: '0'
|
|
72
|
+
segments:
|
|
73
|
+
- 0
|
|
74
|
+
hash: 2896711517051398552
|
|
71
75
|
requirements: []
|
|
72
76
|
rubyforge_project: magrathea
|
|
73
77
|
rubygems_version: 1.8.10
|