From 651e97c63c0aa5ef048873d650a96fcc765ed2c3 Mon Sep 17 00:00:00 2001 From: Banjoko Azeez Date: Wed, 3 Jul 2024 10:20:09 +0100 Subject: [PATCH] - Add `wsdl` directory to list of gem files --- zuora.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuora.gemspec b/zuora.gemspec index f8082ae..41d5071 100644 --- a/zuora.gemspec +++ b/zuora.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.description = 'Zuora - Easily integrate the Zuora SOAP API using ruby objects.' s.homepage = 'https://github.com/zuorasc/zuora' - s.files = Dir.glob('{bin,lib}/**/**/**') + s.files = Dir.glob('{bin,lib,wsdl}/**/**/**') s.bindir = 'exe' s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) } s.require_paths = ['lib']