bunny 1.0.0.rc3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog.md +1 -1
  3. data/lib/bunny/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b96591dc64422653dd1e514413d72e086cd2943b
4
- data.tar.gz: b7b4930751e88b767acaa8ab7d6db95098cb7b26
3
+ metadata.gz: 1fc5878c28d1164882b924bba6452f035780026c
4
+ data.tar.gz: ba690c50d70f94994cc5ae29a5668a9d956cc89a
5
5
  SHA512:
6
- metadata.gz: e28a7d255892d518d0be18155546ab62702d59605219d736008552fd9e463e66d28ab768065eb81e08062d9ef08e01b8f8ef0ebe5a4873ae08edab5c9a2b0d08
7
- data.tar.gz: 2a51e2d4c244f06c69b71cf1465c3fdff9a8d1d6b54069e2a62a7c26ce3f447df3aa209b67efd77e5925d46478d4c8f76b219bda6bb42ed6b454572be14b96be
6
+ metadata.gz: 43a7f6f137bde88a7b7af3e5ec240ba1e8eafafd819eba044b634570fe15d2ba1f88dcb8c0119df493f5a681ca0e7a4e006809164bd1f20044a8654765015cad
7
+ data.tar.gz: a784125f41292894f6003ab1f06b23dbec5077e66e916b027aafc89f169ba8b0f109a5dec2cb555f0effbdd5d124aa0d6b1bf923935087b3eb74eaeb6c293202
@@ -1,6 +1,6 @@
1
1
  ## Changes between Bunny 1.0.0.rc2 and 1.0.0.rc3
2
2
 
3
- ### Support [Authentication Failure Notification](http://www.rabbitmq.com/auth-notification.html)
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
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Bunny
4
4
  # @return [String] Version of the library
5
- VERSION = "1.0.0.rc3"
5
+ VERSION = "1.0.0"
6
6
  end
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.rc3
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-24 00:00:00.000000000 Z
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: 1.3.1
219
+ version: '0'
220
220
  requirements: []
221
221
  rubyforge_project:
222
- rubygems_version: 2.1.9
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