We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153028d commit b5a74f8Copy full SHA for b5a74f8
jruby-openssl.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
20
s.files = `git ls-files`.split("\n").
21
select { |f| f =~ /^(lib)/ ||
22
- f =~ /^History|LICENSE|README|Rakefile|Mavenfile|pom.xml/i } +
+ f =~ /^(History|LICENSE|README|Rakefile|Mavenfile|pom.xml)/i } +
23
Dir.glob('lib/**/*.jar') # 'lib/jopenssl.jar' and potentially BC jars
24
25
bc_version = version_rb.match( /.*\sBOUNCY_CASTLE_VERSION\s*=\s*['"](.*)['"]/ )[1]
@@ -40,4 +40,4 @@ Gem::Specification.new do |s|
40
#s.add_development_dependency 'test-unit', '2.5.5'
41
end
42
43
-# vim: syntax=Ruby
+# vim: syntax=Ruby
0 commit comments