action_subscriber 1.1.0.pre.rc0-java → 1.1.0.pre.rc1-java
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: 9606e6316653dee2924d77c3d224cde0d76054c0
|
4
|
+
data.tar.gz: 999d36ae2e80bf5459418d166b4a2069c2f88c28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6838fe799bb1cf978077f79a9b579d47790c20669d54a2ee4e49b5b8d2b38a19e3b6e789e9255d4873697c4619ae0b9fced766bd79295fa241723f5ce67db880
|
7
|
+
data.tar.gz: 563bb5285d8695a8ad98ce468225187f1569cb797c630b2c068fffe430910857d62d90b6506f4543e8734c294c5cf16cd9062670badf92dee47b905b3bd7693f
|
@@ -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: java
|
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
|
requirement: !ruby/object:Gem::Requirement
|