worldwide.gemspec in worldwide-0.14.0 vs worldwide.gemspec in worldwide-0.15.0

- old
+ new

@@ -16,10 +16,10 @@ spec.metadata["allowed_push_host"] = "https://rubygems.org/" spec.metadata["changelog_uri"] = "https://github.com/Shopify/worldwide/blob/main/CHANGELOG.md" spec.files = %x(git ls-files -z).split("\x0").reject do |f| - f.match(%r{^(rake|test|spec|features)/}) + f.match(%r{^(rake|test|spec|features|lang/typescript)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"]