action_subscriber 4.1.0 → 4.1.1

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: 7b0844296458260c50c20826245f5a783ed80c45
4
- data.tar.gz: 70f905d4084445c9bd6acacc0a7fe487081c1abb
3
+ metadata.gz: ccc5f172b9d43f029ee19e805938749fab60ec6c
4
+ data.tar.gz: 7bfd593e871b37ef0fb4b5c8df37afa6878b8aff
5
5
  SHA512:
6
- metadata.gz: b43e261bf03707d66ba31e8bc260fa9424b547f3de5ed86bc39741b2486a3314d856707ac19b88d8965e1cbf7868cc7c3996d29d4f85830d9d9a4f0f8ccc6697
7
- data.tar.gz: 511a595019bd2f6c6d410cea15dbd56f144dc8b9535fd18319f9541a6b20551e8f51e1bd7e7076787dc5110d0a66adc1e74476cea5f89b88b322cdbaa94d0e7b
6
+ metadata.gz: b046598b87a58137b0309351e08639528ae785520047bbf323343a25e8cdd3891b996514377a2472e0c25570c0b043b7d75242dec23199951bdf5d1d14ff0c00
7
+ data.tar.gz: 7bfc28d4e05131c38c4a69a257f1e06d4f610b2b321d6671c16d0a8bd9c6c4965bc255c715c2a5a4a5bb063bbbf14f3f0d093ee6b729e9d5bca19c914980ccd5
@@ -32,14 +32,18 @@ module ActionSubscriber
32
32
  :heartbeat => 5,
33
33
  :host => 'localhost',
34
34
  :hosts => [],
35
+ :password => "guest",
35
36
  :port => 5672,
36
37
  :prefetch => 2,
37
38
  :seconds_to_wait_for_graceful_shutdown => 30,
38
39
  :threadpool_size => 8,
39
40
  :timeout => 1,
40
41
  :tls => false,
42
+ :tls_ca_certificates => [],
43
+ :tls_cert => nil,
44
+ :tls_key => nil,
41
45
  :username => "guest",
42
- :password => "guest",
46
+ :verify_peer => true,
43
47
  :virtual_host => "/"
44
48
  }
45
49
 
@@ -1,3 +1,3 @@
1
1
  module ActionSubscriber
2
- VERSION = "4.1.0"
2
+ VERSION = "4.1.1"
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: 4.1.0
4
+ version: 4.1.1
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: 2017-01-25 00:00:00.000000000 Z
15
+ date: 2017-02-03 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: activesupport
@@ -268,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
268
  version: '0'
269
269
  requirements: []
270
270
  rubyforge_project:
271
- rubygems_version: 2.6.10
271
+ rubygems_version: 2.6.6
272
272
  signing_key:
273
273
  specification_version: 4
274
274
  summary: ActionSubscriber is a DSL that allows a rails app to consume messages from