bunny 1.6.0.rc2 → 1.6.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/lib/bunny/version.rb +1 -1
- data/spec/higher_level_api/integration/tls_connection_spec.rb +0 -24
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cbe74ab78378681d5bf1f002e5710b94a1f16c6a
|
|
4
|
+
data.tar.gz: 8acb0549066633a1e795439f96c8b382318706c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab8f499e08442d75d9fc90d8192868ae6cc27b59369e46b20f2b3669b4d05afbec8a9d2afb897e0dcbabf0b82a96ee6408c9e12c4effa06613dcfd77be408277
|
|
7
|
+
data.tar.gz: 32b4f57a6bcdee36ced4fd53b9f2725871b15e7d0ead57e6c510fdd359bd13771d473636cdf60280ab2a4ca4402dd385728b2297e046964fba8f0dbc566c3b2b
|
data/lib/bunny/version.rb
CHANGED
|
@@ -125,30 +125,6 @@ unless ENV["CI"]
|
|
|
125
125
|
include_examples "successful TLS connection"
|
|
126
126
|
end
|
|
127
127
|
|
|
128
|
-
|
|
129
|
-
describe "TLS connection to RabbitMQ with ssl_version SSLv3 specified" do
|
|
130
|
-
let(:connection) do
|
|
131
|
-
c = Bunny.new(:user => "bunny_gem",
|
|
132
|
-
:password => "bunny_password",
|
|
133
|
-
:vhost => "bunny_testbed",
|
|
134
|
-
:tls => true,
|
|
135
|
-
:ssl_version => :SSLv3,
|
|
136
|
-
:tls_ca_certificates => ["./spec/tls/cacert.pem"])
|
|
137
|
-
c.start
|
|
138
|
-
c
|
|
139
|
-
end
|
|
140
|
-
|
|
141
|
-
after :each do
|
|
142
|
-
connection.close
|
|
143
|
-
end
|
|
144
|
-
|
|
145
|
-
include_examples "successful TLS connection"
|
|
146
|
-
|
|
147
|
-
it "connects using SSLv3" do
|
|
148
|
-
connection.transport.socket.ssl_version.should == "SSLv3"
|
|
149
|
-
end
|
|
150
|
-
end
|
|
151
|
-
|
|
152
128
|
describe "TLS connection to RabbitMQ with tls_version TLSv1 specified" do
|
|
153
129
|
let(:connection) do
|
|
154
130
|
c = Bunny.new(:user => "bunny_gem",
|
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.6.0
|
|
4
|
+
version: 1.6.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: 2014-10-
|
|
15
|
+
date: 2014-10-31 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: amq-protocol
|
|
@@ -225,9 +225,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
225
225
|
version: '0'
|
|
226
226
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
227
227
|
requirements:
|
|
228
|
-
- - '
|
|
228
|
+
- - '>='
|
|
229
229
|
- !ruby/object:Gem::Version
|
|
230
|
-
version:
|
|
230
|
+
version: '0'
|
|
231
231
|
requirements: []
|
|
232
232
|
rubyforge_project:
|
|
233
233
|
rubygems_version: 2.2.2
|