rubysl-openssl 2.12 → 2.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2dddf4d1568de4a27d3d01432f70e09d7672aa1b009a1974502efeca335db3b0
4
- data.tar.gz: 8d816e5237e1b99eefbb5009a15adc4d5577b4f97c8abd6837b011779c6db075
3
+ metadata.gz: 04b6a209c0d3d0ed4dc124e94ab219d14fe4fcc41238d8b3cd68f9cac284d836
4
+ data.tar.gz: a6155c57811a8efb5fe31ccbfabcd54161b4529be41fb6d33cdb0dc18ce17b5a
5
5
  SHA512:
6
- metadata.gz: 74040f7c3423a5a85b3bd525b4dfe82e4cb6b1e74cfc98a33c7d23d316376b5cd7b375f97ab196cbbf29b9cf4bcc4a315614804bc41a48c33f4336e9fa14a4b9
7
- data.tar.gz: a1e5e71a7e08494b82f015aa9b1ff0fa2c6283ee3f5f81156faad573fb86433af6ce1fa55dc7643f128867a13b070a52f77e58948cf8167112ec0cb620be3717
6
+ metadata.gz: 7bc502b3bfc139f9b1565733bca95764f839360b9f1b30438e3f8bbe051246062309ea34ef1f944ac6986cc39c84006864d40797d9fb7203c64dc771c4568ef4
7
+ data.tar.gz: d915a6e6ca7b701f2991c51eb36a2b3c8d23ad3f35b04f0db76026e4e2067b39dd36109c43cbd0557e0f22b992e87ab2443081540c2ab151be96a19111f9a67b
@@ -62,7 +62,6 @@ module OpenSSL
62
62
  # This class is only provided for backwards compatibility.
63
63
  # Use OpenSSL::Cipher.
64
64
  class Cipher < Cipher; end
65
- # temporarily exclude
66
- # deprecate_constant :Cipher
65
+ deprecate_constant :Cipher
67
66
  end # Cipher
68
67
  end # OpenSSL
@@ -55,8 +55,7 @@ module OpenSSL
55
55
  # This class is only provided for backwards compatibility.
56
56
  # Use OpenSSL::Digest instead.
57
57
  class Digest < Digest; end # :nodoc:
58
- # Temporarily exclude
59
- # deprecate_constant :Digest
58
+ deprecate_constant :Digest
60
59
 
61
60
  end # Digest
62
61
 
@@ -1,5 +1,5 @@
1
1
  module RubySL
2
2
  module OpenSSL
3
- VERSION = "2.12"
3
+ VERSION = "2.13"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubysl-openssl
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.12'
4
+ version: '2.13'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai