Skip to content

Commit

Permalink
Merge pull request #615 from Shopify/add-missing-files-to-gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Feb 15, 2024
2 parents f4a923d + 70399a5 commit fecd514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-shopify (2.15.0)
rubocop-shopify (2.15.1)
rubocop (~> 1.51)

GEM
Expand Down
4 changes: 2 additions & 2 deletions rubocop-shopify.gemspec
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "rubocop-shopify"
s.version = "2.15.0"
s.version = "2.15.1"
s.summary = "Shopify's style guide for Ruby."
s.description = "Gem containing the rubocop.yml config that corresponds to " \
"the implementation of the Shopify's style guide for Ruby."
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.email = "gems@shopify.com"
s.homepage = "https://shopify.github.io/ruby-style-guide/"

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

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

0 comments on commit fecd514

Please sign in to comment.