krakow 0.3.0 → 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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v0.3.2
2
+ * Fix return value from Connection#wait_time_for (#9) (thanks @AlphaB and @davidpelaez)
3
+
1
4
  ## v0.3.0
2
5
  * Include jitter to discovery interval lookups
3
6
  * Typecast to String on PUB and MPUB
data/README.md CHANGED
@@ -216,11 +216,13 @@ bundle exec ruby test/specs/consumer_spec.rb
216
216
  ### It doesn't work
217
217
 
218
218
  Create an issue on the github repository
219
+
219
220
  * https://github.com/chrisroberts/krakow/issues
220
221
 
221
222
  ### It doesn't do `x`
222
223
 
223
224
  Create an issue, or even better, send a PR.
225
+
224
226
  * https://github.com/chrisroberts/krakow/pulls
225
227
 
226
228
  # Info
@@ -293,6 +293,8 @@ module Krakow
293
293
  response_wait
294
294
  when :error_only
295
295
  error_wait
296
+ else
297
+ 0
296
298
  end
297
299
  end
298
300
 
@@ -3,5 +3,5 @@ module Krakow
3
3
  class Version < Gem::Version
4
4
  end
5
5
  # Current version
6
- VERSION = Version.new('0.3.0')
6
+ VERSION = Version.new('0.3.2')
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krakow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-11 00:00:00.000000000 Z
12
+ date: 2014-05-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: celluloid-io