action_subscriber 1.1.0.pre.rc0 → 1.1.0.pre.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/action_subscriber/configuration.rb +1 -1
- data/lib/action_subscriber/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f77a36e1a04e5e4e0be54248a418d4eea74c10fc
|
4
|
+
data.tar.gz: 1b094fd2054c8edc024b0cf3079fcc78f1ec5ffb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39bf93b5f919cff9f69a9be158c39f627c18fd309e6ec91dc6fa16a4a3e87bc763b6399f7b59ecfbdb4bd6a604db97c943a4917f8cfe79d7fb698a228c849a31
|
7
|
+
data.tar.gz: 5298c6116af9baa4819949bbef600e47948c8b055bbbeab5ff333c1ae851405a7e0fc4f61ba4ae45da7563cbc3e86dd23015bb8697ab2da854d47689273ebe6a
|
@@ -39,7 +39,7 @@ module ActionSubscriber
|
|
39
39
|
yaml_config = {}
|
40
40
|
absolute_config_path = ::File.expand_path(::File.join("config", "action_subscriber.yml"))
|
41
41
|
if ::File.exists?(absolute_config_path)
|
42
|
-
yaml_config = ::YAML.load_file(
|
42
|
+
yaml_config = ::YAML.load_file(absolute_config_path, :safe => true)[env]
|
43
43
|
end
|
44
44
|
|
45
45
|
::ActionSubscriber::Configuration::DEFAULTS.each_pair do |key, value|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: action_subscriber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.0.pre.
|
4
|
+
version: 1.1.0.pre.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Stien
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2015-09-
|
15
|
+
date: 2015-09-17 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: activesupport
|