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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a9cf8f1cf2e4a08761edf0c5afef05aff4a64c2
4
- data.tar.gz: 36929284fd076ff6360c4a305888e9e51b51218f
3
+ metadata.gz: f77a36e1a04e5e4e0be54248a418d4eea74c10fc
4
+ data.tar.gz: 1b094fd2054c8edc024b0cf3079fcc78f1ec5ffb
5
5
  SHA512:
6
- metadata.gz: 2bf130f70a4e20bfbb084406390a6684a3320904a62d759ed3e0da8f50453a828dc08516e6a26e493856fc6ad13fecc041baf231db9e50c77333b25782f933c6
7
- data.tar.gz: 01965874101c457ccdf7d4f81515b5272eb253789bd26fbb7609e72cb1898acb2d7933957980525b2d49df4d8092b1db1cef1ce93acc58db1c14fc2c213d6226
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(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: 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-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
  name: activesupport