bunny 0.6.3.rc1 → 0.6.3.rc2

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.
Files changed (2) hide show
  1. data/bunny.gemspec +1 -2
  2. metadata +5 -5
@@ -4,14 +4,13 @@ Gem::Specification.new do |s|
4
4
  s.name = %q{bunny}
5
5
  s.version = Bunny::VERSION.dup
6
6
  s.authors = ["Chris Duncan"]
7
- s.date = %q{2009-10-05}
8
7
  s.description = %q{Another synchronous Ruby AMQP client}
9
8
  s.email = %q{celldee@gmail.com}
10
9
  s.rubyforge_project = %q{bunny-amqp}
11
10
  s.has_rdoc = true
12
11
  s.extra_rdoc_files = [ "README.rdoc" ]
13
12
  s.rdoc_options = [ "--main", "README.rdoc" ]
14
- s.homepage = %q{http://github.com/celldee/bunny/tree/master}
13
+ s.homepage = %q{http://github.com/ruby-amqp/bunny}
15
14
  s.summary = %q{A synchronous Ruby AMQP client that enables interaction with AMQP-compliant brokers/servers.}
16
15
  s.files = ["LICENSE",
17
16
  "README.rdoc",
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunny
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424111
4
+ hash: 15424105
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
9
  - 3
10
10
  - rc
11
- - 1
12
- version: 0.6.3.rc1
11
+ - 2
12
+ version: 0.6.3.rc2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Chris Duncan
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2009-10-05 00:00:00 Z
20
+ date: 2011-07-01 00:00:00 Z
21
21
  dependencies: []
22
22
 
23
23
  description: Another synchronous Ruby AMQP client
@@ -80,7 +80,7 @@ files:
80
80
  - spec/spec_09/exchange_spec.rb
81
81
  - spec/spec_09/queue_spec.rb
82
82
  - spec/spec_09/connection_spec.rb
83
- homepage: http://github.com/celldee/bunny/tree/master
83
+ homepage: http://github.com/ruby-amqp/bunny
84
84
  licenses: []
85
85
 
86
86
  post_install_message: