configatron 2.8.3 → 2.8.4
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 +2 -1
- data/lib/configatron/store.rb +3 -3
- metadata +5 -5
data/README.textile
CHANGED
|
@@ -227,9 +227,10 @@ h2. Contributors
|
|
|
227
227
|
* Cody Maggard
|
|
228
228
|
* Jean-Denis Vauguet
|
|
229
229
|
* Mat Brown
|
|
230
|
-
* Torsten Schönebaum
|
|
231
230
|
* chatgris
|
|
231
|
+
* Torsten Schönebaum
|
|
232
232
|
* Simon Menke
|
|
233
|
+
* Gleb Pomykalov
|
|
233
234
|
* Casper Gripenberg
|
|
234
235
|
* Artiom Diomin
|
|
235
236
|
* mattelacchiato
|
data/lib/configatron/store.rb
CHANGED
|
@@ -2,7 +2,7 @@ class Configatron
|
|
|
2
2
|
class Store
|
|
3
3
|
if RUBY_VERSION.match(/^1\.9\.[^1]/)
|
|
4
4
|
require 'syck'
|
|
5
|
-
::YAML::ENGINE.yamler = 'syck'
|
|
5
|
+
::YAML::ENGINE.yamler = 'syck' unless RUBY_PLATFORM == 'java'
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
alias_method :send!, :send
|
|
@@ -321,11 +321,11 @@ class Configatron
|
|
|
321
321
|
undef :test # :nodoc:
|
|
322
322
|
rescue Exception => e
|
|
323
323
|
end
|
|
324
|
-
|
|
324
|
+
|
|
325
325
|
if RUBY_PLATFORM == 'java'
|
|
326
326
|
SYCK_CONSTANT = YAML::Yecht::MergeKey
|
|
327
327
|
else
|
|
328
|
-
SYCK_CONSTANT = (RUBY_VERSION.match(/^1\.9/) ? Syck::MergeKey : YAML::Syck::MergeKey)
|
|
328
|
+
SYCK_CONSTANT = (RUBY_VERSION.match(/^1\.9/) ? Syck::MergeKey : YAML::Syck::MergeKey)
|
|
329
329
|
end
|
|
330
330
|
|
|
331
331
|
end # Store
|
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.8.
|
|
4
|
+
version: 2.8.4
|
|
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: 2011-
|
|
12
|
+
date: 2011-11-16 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: yamler
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2173157560 !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: *2173157560
|
|
25
25
|
description: ! 'configatron was developed by: markbates'
|
|
26
26
|
email: mark@markbates.com
|
|
27
27
|
executables: []
|
|
@@ -62,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
version: '0'
|
|
63
63
|
segments:
|
|
64
64
|
- 0
|
|
65
|
-
hash: -
|
|
65
|
+
hash: -3721250127149817562
|
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
none: false
|
|
68
68
|
requirements:
|