diff --git a/govuk_admin_template.gemspec b/govuk_admin_template.gemspec index 1bcd02d..f875109 100644 --- a/govuk_admin_template.gemspec +++ b/govuk_admin_template.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |gem| gem.summary = gem.description gem.homepage = "https://github.com/alphagov/govuk_admin_template" - gem.files = Dir["{app,config,lib}/**/*"] + Dir["*.md"] + ["LICENCE.txt"] + gem.files = Dir["{app,config,lib}/**/*"] + Dir["*.md"] + %w[LICENCE] gem.require_paths = %w[lib] gem.required_ruby_version = ">= 3.1"