Skip to content

Commit 0defef8

Browse files
committed
include Mavenfile and pom.xml in gemspec
1 parent 25ce1e7 commit 0defef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jruby-openssl.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Gem::Specification.new do |s|
1919
s.require_paths = ['lib']
2020

2121
s.files = `git ls-files`.split("\n").
22-
select { |f| f =~ /^(lib)/ || f =~ /^History|LICENSE|README|Rakefile/i } +
22+
select { |f| f =~ /^(lib)/ ||
23+
f =~ /^History|LICENSE|README|Rakefile|Mavenfile|pom.xml/i } +
2324
Dir.glob('lib/**/*.jar') # 'lib/jopenssl.jar' and potentially BC jars
2425

2526
bc_version = version_rb.match( /.*\sBOUNCY_CASTLE_VERSION\s*=\s*['"](.*)['"]/ )[1]

0 commit comments

Comments
 (0)