pwwka 0.8.0.RC1 → 0.8.0

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: eede5fba8a77b3f3289a640b7eac209e4e641709
4
- data.tar.gz: 6f4cfe35aeb0fee7781a001af9bb41f3465c7da6
3
+ metadata.gz: b5ce5f9f44d9dc32162534e46a8a63b797caecfb
4
+ data.tar.gz: 37fd6afe1d14d858258123759ef97478c458056f
5
5
  SHA512:
6
- metadata.gz: 400716cebc29eff8b12ae7bfee2364df568d709d511f41269db33d9a0cfc6a5d632b81fb03a033d6f74fa53e192f1f91d82887c7d2d645ecc8af03498ab10e78
7
- data.tar.gz: bfdf6ad4e141d30201cdbfe75dda11e87c8171ad4720645356d0656f6be4d7120c8a9e4cc14ac9f3cefe7fb2bcae4814c9ff9bf4b870b1b76ca49d9d021686a6
6
+ metadata.gz: 1485c0970736f94ffe5e9bd65fc325f8d334f021ad0c1d19a4730d4b3c2ab1c19a354608a3f06a14b8db6a8186c36f379f2667d04442d5063dd3da300f595190
7
+ data.tar.gz: 1f2b08f52aba5401fcfa5084d752a896d951c61bddfab7a4d7288f60d268f30e3d8cafbd3c7d549b1b06fe42f6c6083b72d7d99b862acfe1cd6fc57a9a314023
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pwwka (0.8.0.RC1)
4
+ pwwka (0.8.0)
5
5
  activemodel
6
6
  activesupport
7
7
  bunny
@@ -32,7 +32,7 @@ module Pwwka
32
32
  # sets its dead letter exchange to be the main exchange (topic_exchange above).
33
33
  #
34
34
  # This means that when a message send to the delayed queue is either nack'ed with no retry OR
35
- # it's TTL expires, it will be sent to the configured dead letter exchange, which is the main topic_exchange.
35
+ # its TTL expires, it will be sent to the configured dead letter exchange, which is the main topic_exchange.
36
36
  #
37
37
  # Since nothing is actually consuming messages on the delayed queue, the only way messages can be removed and
38
38
  # sent back to the main exchange is if their TTL expires. As you can see in Pwwka::Transmitter#send_delayed_message!
@@ -1,3 +1,3 @@
1
1
  module Pwwka
2
- VERSION = '0.8.0.RC1'
2
+ VERSION = '0.8.0'
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.8.0.RC1
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stitch Fix Engineering
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2016-12-15 00:00:00.000000000 Z
18
+ date: 2016-12-16 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: bunny
@@ -183,9 +183,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
183
183
  version: '0'
184
184
  required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  requirements:
186
- - - ">"
186
+ - - ">="
187
187
  - !ruby/object:Gem::Version
188
- version: 1.3.1
188
+ version: '0'
189
189
  requirements: []
190
190
  rubyforge_project:
191
191
  rubygems_version: 2.5.1