Skip to content

Commit b5a74f8

Browse files
committedJun 1, 2018
exclude integration/** pom's being included in the built gem
1 parent 153028d commit b5a74f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎jruby-openssl.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919

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

2525
bc_version = version_rb.match( /.*\sBOUNCY_CASTLE_VERSION\s*=\s*['"](.*)['"]/ )[1]
@@ -40,4 +40,4 @@ Gem::Specification.new do |s|
4040
#s.add_development_dependency 'test-unit', '2.5.5'
4141
end
4242

43-
# vim: syntax=Ruby
43+
# vim: syntax=Ruby

0 commit comments

Comments
 (0)