We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9614b7f commit b8c17e4Copy full SHA for b8c17e4
1 file changed
openssl.gemspec
@@ -13,7 +13,8 @@ Gem::Specification.new do |spec|
13
spec.files = []
14
spec.add_runtime_dependency('jruby-openssl', '~> 0.14')
15
else
16
- spec.files = Dir["lib/**/*.rb", "ext/**/*.{c,h,rb}", "*.md", "BSDL", "COPYING"]
+ spec.files = Dir.glob(["lib/**/*.rb", "ext/**/*.{c,h,rb}", "*.md"], base: File.expand_path("..", __FILE__)) +
17
+ ["BSDL", "COPYING"]
18
spec.require_paths = ["lib"]
19
spec.extensions = ["ext/openssl/extconf.rb"]
20
end
0 commit comments