bunny 1.1.3 → 1.1.4
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 +4 -4
- data/ChangeLog.md +10 -0
- data/lib/bunny/concurrent/continuation_queue.rb +1 -1
- data/lib/bunny/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b15dc09aa8217431f0021fec53a10f41a57cbfbe
|
|
4
|
+
data.tar.gz: d1fcce6ab41b52b96f0ebeb5d708af6d9c659552
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2f02155a020641d5d1382d2a6cd5ce0be034ef6ce0f4e6ec6e0d55b0fac73627fcfa1ffdc76e28d1a5cbab05ea9831893692956ec4fb5cbc6345112c95b6539
|
|
7
|
+
data.tar.gz: c374bef638396e738a053abc10e076853f647d670d3b9a58cea28bd148715bcebee07b26a02471a2d2e27aa3462bef564ed0f33b5788b9666749737bf99770f5
|
data/ChangeLog.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## Changes between Bunny 1.1.3 and 1.1.4
|
|
2
|
+
|
|
3
|
+
### Bunny::Concurrent::ContinuationQueue#poll Rounding Fix
|
|
4
|
+
|
|
5
|
+
`Bunny::Concurrent::ContinuationQueue#poll` no longer floors the argument
|
|
6
|
+
to the nearest second.
|
|
7
|
+
|
|
8
|
+
Contributed by Brian Abreu.
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
## Changes between Bunny 1.1.2 and 1.1.3
|
|
2
12
|
|
|
3
13
|
### Nagle's Algorithm Disabled Correctly
|
data/lib/bunny/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bunny
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Duncan
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2014-
|
|
15
|
+
date: 2014-03-17 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: amq-protocol
|