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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a07838128aa9b629900ef6de9ce06fc042c4416
4
- data.tar.gz: 896e89b401bc4deb1b5af9ae6228a7aa9052db4d
3
+ metadata.gz: 9606e6316653dee2924d77c3d224cde0d76054c0
4
+ data.tar.gz: 999d36ae2e80bf5459418d166b4a2069c2f88c28
5
5
  SHA512:
6
- metadata.gz: 51235999e64bd9e0ffab6a081201ee7b91782d222c3194677bb96a8e8afef26f0b3dfecec0842155b51372141f575c4f01d2c670fc91e12e751d8baf27fc4ad4
7
- data.tar.gz: 9c6b8739fb60c30952491831a66a015a015808eec8bf11346da90a0f6b02efd380ebbbc40f5c236a5e9f951970323f5502398ea9f53d98cea350e465cf3bdbcb
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(babou_absolute_config_path, :safe => true)[env]
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|
@@ -1,3 +1,3 @@
1
1
  module ActionSubscriber
2
- VERSION = "1.1.0-rc0"
2
+ VERSION = "1.1.0-rc1"
3
3
  end
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.rc0
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-16 00:00:00.000000000 Z
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