bunny 1.0.2 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 648d68d8fe76b0d47eedae2d12f35554045e9267
4
- data.tar.gz: 8377574a8a447f7f411092e1c21617b8a5f08566
3
+ metadata.gz: 2f95620700698a7454edd541d700d95a4e22a1a9
4
+ data.tar.gz: 81f998684077b3d122e940658e86cda2040a853a
5
5
  SHA512:
6
- metadata.gz: fd69050aaa772370e27cfc8f7beb98003793505312bec0f2b592108f4183f17935fd1f0fd9f21dea9031235c3c5b36deffefdaee72d4d93fd2178512698f3b83
7
- data.tar.gz: 5e56532c7422b790d4da9e838068bcce9bfdbeacb0691c03a3bf7d1f9a0531ffd72865f5bdfec75c7560de349a8f4bb990a2914ad01af2f28a3ca44eb8e40b95
6
+ metadata.gz: c83a741435482dd6557897ca71bb8e8c52721be25922452cb981b8a9234f559a87aabd30c62cbbb5ad69bc923ccf95ff32ed961ea8cefa101435e82d488983da
7
+ data.tar.gz: 7428abd9b8badf6ffd6d8925f44a61516d21c8a11a95bdb238c0456753e61fb33448cfb396d39a02ff3ca4e6b18e4eecdbc96530d223af85f5ecdb2921cc796e
@@ -396,7 +396,6 @@ module Bunny
396
396
  if certs.empty?
397
397
  @logger.error "No CA certificates found, add one with :tls_ca_certificates"
398
398
  end
399
- puts certs.inspect
400
399
  OpenSSL::X509::Store.new.tap do |store|
401
400
  certs.each { |path| store.add_file(path) }
402
401
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Bunny
4
4
  # @return [String] Version of the library
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.3"
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Duncan