Skip to content

Commit 70a48d5

Browse files
committed
Add missing files to gemspec
2.15.0 is broken because we're failing to include the backport patch which we try to `require` at the top of `rubocop.yml`. This updates the `gempspec` to include all ruby files under `lib`, as well as the `README.md`. It also switches to use a wildcard to match the `rubocop.yml` and `rubocop-cli.yml` files, which will be useful when we add extension configs.
1 parent f4a923d commit 70a48d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rubocop-shopify.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.email = "[email protected]"
1515
s.homepage = "https://shopify.github.io/ruby-style-guide/"
1616

17-
s.files = ["rubocop.yml", "rubocop-cli.yml", "LICENSE.md"]
17+
s.files = Dir["rubocop*.yml", "lib/**/*", "LICENSE.md", "README.md"]
1818

1919
s.metadata = {
2020
"source_code_uri" => "https://github.com/Shopify/ruby-style-guide/tree/v#{s.version}",

0 commit comments

Comments
 (0)