Skip to content

Commit fecd514

Browse files
authoredFeb 15, 2024
Merge pull request #615 from Shopify/add-missing-files-to-gemspec
2 parents f4a923d + 70399a5 commit fecd514

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-shopify (2.15.0)
4+
rubocop-shopify (2.15.1)
55
rubocop (~> 1.51)
66

77
GEM

‎rubocop-shopify.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::Specification.new do |s|
44
s.platform = Gem::Platform::RUBY
55
s.name = "rubocop-shopify"
6-
s.version = "2.15.0"
6+
s.version = "2.15.1"
77
s.summary = "Shopify's style guide for Ruby."
88
s.description = "Gem containing the rubocop.yml config that corresponds to " \
99
"the implementation of the Shopify's style guide for Ruby."
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.email = "gems@shopify.com"
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)
Failed to load comments.