Skip to content

Commit

Permalink
Add License back into gem
Browse files Browse the repository at this point in the history
  • Loading branch information
360dgries committed Oct 10, 2024
1 parent 33917d8 commit 07db9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhir_models.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.description = %q{A Gem for handling FHIR models in ruby}
spec.homepage = 'https://github.com/fhir-crucible/fhir_models'

spec.files = `git ls-files -z lib`.split("\x0")
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.bindir = 'exe'
Expand Down

0 comments on commit 07db9c0

Please sign in to comment.