ruby-tls 2.3.1 → 2.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ruby-tls/ssl.rb +1 -0
- data/lib/ruby-tls/version.rb +1 -1
- data/spec/comms_spec.rb +1 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65bf7fa1fe4990b899521d6e7cece1325dfa2637
|
4
|
+
data.tar.gz: 4d5300ad133a5b2e1a6b3f4c46f6a5cb7ad4c9a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f07a654df823c07b10b4b9d43bbbc383dd8c02941e7b2d38bd5a44d184fcbf9be42a344b6e92acc6e9c0e8f9cd2d6f24ce2780739ba8f4da9a3a5ff1ee6b0b82
|
7
|
+
data.tar.gz: 662eb4f3fdf589307a2570d234204a144471c7a0362fe16d3ade8b206005c6b41df95269d1a5917b01bff3ea83b70a151c601b8a6ac432312e4d9e117eca2417
|
data/lib/ruby-tls/ssl.rb
CHANGED
data/lib/ruby-tls/version.rb
CHANGED
data/spec/comms_spec.rb
CHANGED
@@ -11,9 +11,7 @@ describe RubyTls do
|
|
11
11
|
end
|
12
12
|
|
13
13
|
it "succeeds when passed a supported TLS version" do
|
14
|
-
|
15
|
-
RubyTls::SSL::Box.new(false, nil, version: :TLS1_2)
|
16
|
-
}.to raise_error(/is unsupported/)
|
14
|
+
RubyTls::SSL::Box.new(false, nil, version: :TLS1_2) if RubyTls::SSL::VERSION_SUPPORTED
|
17
15
|
end
|
18
16
|
|
19
17
|
it "should be able to send and receive encrypted comms" do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-tls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen von Takach
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10-
|
11
|
+
date: 2017-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-compiler
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
version: '0'
|
111
111
|
requirements: []
|
112
112
|
rubyforge_project:
|
113
|
-
rubygems_version: 2.6.
|
113
|
+
rubygems_version: 2.6.14
|
114
114
|
signing_key:
|
115
115
|
specification_version: 4
|
116
116
|
summary: Abstract TLS for Ruby
|