File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ Gem::Specification.new do |s|
25
25
bc_version = version_rb . match ( /.*\s BOUNCY_CASTLE_VERSION\s *=\s *['"](.*)['"]/ ) [ 1 ]
26
26
raise 'BOUNCY_CASTLE_VERSION not matched' if ( bc_version || '' ) . empty?
27
27
28
+ s . required_ruby_version = '>= 1.9.3'
29
+ s . required_rubygems_version = '>= 2.4.8'
30
+
28
31
s . requirements << "jar org.bouncycastle:bcprov-jdk15on, #{ bc_version } " # Provider
29
32
s . requirements << "jar org.bouncycastle:bcpkix-jdk15on, #{ bc_version } " # PKIX/CMS/EAC/PKCSOCSP/TSP/OPENSSL
30
33
s . requirements << "jar org.bouncycastle:bctls-jdk15on, #{ bc_version } " # DTLS/TLS API/JSSE Provider
31
-
32
- s . required_ruby_version = '>= 1.9.3'
33
- s . required_rubygems_version = '>= 2.4.8'
34
34
end
35
35
36
36
# vim: syntax=Ruby
You can’t perform that action at this time.
0 commit comments