Skip to content

Commit

Permalink
exclude integration/** pom's being included in the built gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jun 1, 2018
1 parent 153028d commit b5a74f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jruby-openssl.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

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

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

# vim: syntax=Ruby
# vim: syntax=Ruby

0 comments on commit b5a74f8

Please sign in to comment.