diff --git a/fhir_models.gemspec b/fhir_models.gemspec index a2486112..09591d7b 100644 --- a/fhir_models.gemspec +++ b/fhir_models.gemspec @@ -15,8 +15,7 @@ Gem::Specification.new do |spec| spec.homepage = 'https://github.com/fhir-crucible/fhir_models' spec.files = `git ls-files -z lib LICENSE`.split("\x0") - spec.files.reject! { |file| file =~ /lib\/fhir_models\/examples|lib\/fhir_models\/definitions/} - spec.files.reject! { |file| file =~ /lib\/fhir_models\/igs\/hl7.fhir..*\.core\/package_supplement\/expansions.json/} + spec.files.reject! { |file| file =~ /lib\/fhir_models\/examples|lib\/fhir_models\/definitions|lib\/fhir_models\/igs/} spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib']