bunny 1.0.0.rc3 → 1.0.0
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 +1 -1
- data/lib/bunny/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1fc5878c28d1164882b924bba6452f035780026c
|
|
4
|
+
data.tar.gz: ba690c50d70f94994cc5ae29a5668a9d956cc89a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43a7f6f137bde88a7b7af3e5ec240ba1e8eafafd819eba044b634570fe15d2ba1f88dcb8c0119df493f5a681ca0e7a4e006809164bd1f20044a8654765015cad
|
|
7
|
+
data.tar.gz: a784125f41292894f6003ab1f06b23dbec5077e66e916b027aafc89f169ba8b0f109a5dec2cb555f0effbdd5d124aa0d6b1bf923935087b3eb74eaeb6c293202
|
data/ChangeLog.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## Changes between Bunny 1.0.0.rc2 and 1.0.0.rc3
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### [Authentication Failure Notification](http://www.rabbitmq.com/auth-notification.html) Support
|
|
4
4
|
|
|
5
5
|
`Bunny::AuthenticationFailureError` is a new auth failure exception
|
|
6
6
|
that subclasses `Bunny::PossibleAuthenticationFailureError` for
|
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.0.0
|
|
4
|
+
version: 1.0.0
|
|
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: 2013-10-
|
|
15
|
+
date: 2013-10-29 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: amq-protocol
|
|
@@ -214,12 +214,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
version: '0'
|
|
215
215
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
216
216
|
requirements:
|
|
217
|
-
- - '
|
|
217
|
+
- - '>='
|
|
218
218
|
- !ruby/object:Gem::Version
|
|
219
|
-
version:
|
|
219
|
+
version: '0'
|
|
220
220
|
requirements: []
|
|
221
221
|
rubyforge_project:
|
|
222
|
-
rubygems_version: 2.1.
|
|
222
|
+
rubygems_version: 2.1.6
|
|
223
223
|
signing_key:
|
|
224
224
|
specification_version: 4
|
|
225
225
|
summary: Popular easy to use Ruby client for RabbitMQ
|