pwwka 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65628463d1a49c21c4d625717b05aee5867b0b0b
4
- data.tar.gz: 8bc5ab193a6ddee8b94118d443c4b88d38e7a11f
3
+ metadata.gz: 0f8608f70d08fe1795cf8f7cf728d42edaf6ee5c
4
+ data.tar.gz: 0a5510a4a7a059918659c859266c53c7dd4ceaf6
5
5
  SHA512:
6
- metadata.gz: 14a4657dd79e421d4a9b61f382da7d827042b98a4a0d91f63eb54e24a66ee5803bde96114ec52f7b48e8a0c77fc8777f07e67de2ae72c8f813e19b635cf0cb7b
7
- data.tar.gz: ba321ef6cbf41a02e4052cb978b86c9293e24e5868f577b41c16875c0781b7dc9e8cf11f3272f8bee73a6f4aeaa4a8bd2413ea787ab59f1c36060cf8061942a9
6
+ metadata.gz: 273f205ae214815318c5436084c0aec578728842265df709b5774a95cfc60acb53bd2207f5306f11f591723d0d20bb07d3c43d8a184b8a28ad77cb3a87239b3a
7
+ data.tar.gz: 3f2344a9ab055aed811ed4ce08fd1a14150372ce01422c9c05a4940e5082e482d615009fd1ec98552ac6dcd7e2c9248cc681dee43a1e8f01c7f2e2547ca427d0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pwwka (0.3.1)
4
+ pwwka (0.3.2)
5
5
  activemodel
6
6
  activesupport
7
7
  bunny
@@ -10,10 +10,10 @@ PATH
10
10
  GEM
11
11
  remote: https://www.rubygems.org/
12
12
  specs:
13
- activemodel (4.1.5)
14
- activesupport (= 4.1.5)
13
+ activemodel (4.1.4)
14
+ activesupport (= 4.1.4)
15
15
  builder (~> 3.1)
16
- activesupport (4.1.5)
16
+ activesupport (4.1.4)
17
17
  i18n (~> 0.6, >= 0.6.9)
18
18
  json (~> 1.7, >= 1.7.7)
19
19
  minitest (~> 5.1)
@@ -26,7 +26,7 @@ GEM
26
26
  diff-lcs (1.2.5)
27
27
  i18n (0.6.11)
28
28
  json (1.8.1)
29
- minitest (5.4.1)
29
+ minitest (5.4.0)
30
30
  mono_logger (1.1.0)
31
31
  rake (10.3.2)
32
32
  rspec (3.0.0)
@@ -65,7 +65,7 @@ module Pwwka
65
65
  test_queue.delete
66
66
  channel_connector.topic_exchange.delete
67
67
  # delayed messages
68
- unless Pwwka.configuration.allow_delayed?
68
+ if Pwwka.configuration.allow_delayed?
69
69
  channel_connector.delayed_queue.delete
70
70
  channel_connector.delayed_exchange.delete
71
71
  end
@@ -1,3 +1,3 @@
1
1
  module Pwwka
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwwka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stitch Fix Engineering