bunny 1.0.1 → 1.0.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 +4 -4
- data/ChangeLog.md +8 -0
- data/lib/bunny/socket.rb +1 -1
- data/lib/bunny/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 648d68d8fe76b0d47eedae2d12f35554045e9267
|
|
4
|
+
data.tar.gz: 8377574a8a447f7f411092e1c21617b8a5f08566
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd69050aaa772370e27cfc8f7beb98003793505312bec0f2b592108f4183f17935fd1f0fd9f21dea9031235c3c5b36deffefdaee72d4d93fd2178512698f3b83
|
|
7
|
+
data.tar.gz: 5e56532c7422b790d4da9e838068bcce9bfdbeacb0691c03a3bf7d1f9a0531ffd72865f5bdfec75c7560de349a8f4bb990a2914ad01af2f28a3ca44eb8e40b95
|
data/ChangeLog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## Changes between Bunny 1.0.1 and 1.0.2
|
|
2
|
+
|
|
3
|
+
### Fixes CPU Burn on JRuby
|
|
4
|
+
|
|
5
|
+
A silly mistake in `1.0.1` testing process ended up reverting
|
|
6
|
+
the fix for #165 and #166. This release corrects it.
|
|
7
|
+
|
|
8
|
+
|
|
1
9
|
## Changes between Bunny 1.0.0 and 1.0.1
|
|
2
10
|
|
|
3
11
|
### Default CA's Paths Are Disabled on JRuby
|
data/lib/bunny/socket.rb
CHANGED
data/lib/bunny/version.rb
CHANGED