File tree 3 files changed +9
-2
lines changed
lib/openssl/signature_algorithm
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.3.0] - 2020-01-30
4
+
5
+ ### Added
6
+
7
+ - Support ruby v2.4 (without RSA-PSS)
8
+
3
9
## [ v0.2.0] - 2020-01-29
4
10
5
11
### Added
20
26
- ` OpenSSL::SignatureAlgorithm::RSAPSS `
21
27
- ` OpenSSL::SignatureAlgorithm::RSAPKCS1 `
22
28
29
+ [ v0.3.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.2.0...v0.3.0/
23
30
[ v0.2.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.1...v0.2.0/
24
31
[ v0.1.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.0...v0.1.1/
25
32
[ v0.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/41887c277dc7fa0c884ccf8924cf990ff76784d9...v0.1.0/
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- openssl-signature_algorithm (0.2 .0 )
4
+ openssl-signature_algorithm (0.3 .0 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 2
2
3
3
module OpenSSL
4
4
module SignatureAlgorithm
5
- VERSION = "0.2 .0"
5
+ VERSION = "0.3 .0"
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments