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 25ce1e7 commit 0defef8Copy full SHA for 0defef8
jruby-openssl.gemspec
@@ -19,7 +19,8 @@ Gem::Specification.new do |s|
19
s.require_paths = ['lib']
20
21
s.files = `git ls-files`.split("\n").
22
- select { |f| f =~ /^(lib)/ || f =~ /^History|LICENSE|README|Rakefile/i } +
+ select { |f| f =~ /^(lib)/ ||
23
+ f =~ /^History|LICENSE|README|Rakefile|Mavenfile|pom.xml/i } +
24
Dir.glob('lib/**/*.jar') # 'lib/jopenssl.jar' and potentially BC jars
25
26
bc_version = version_rb.match( /.*\sBOUNCY_CASTLE_VERSION\s*=\s*['"](.*)['"]/ )[1]
0 commit comments