2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rubocop-shopify (2.15.0 )
4
+ rubocop-shopify (2.15.1 )
5
5
rubocop (~> 1.51 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 3
3
Gem ::Specification . new do |s |
4
4
s . platform = Gem ::Platform ::RUBY
5
5
s . name = "rubocop-shopify"
6
- s . version = "2.15.0 "
6
+ s . version = "2.15.1 "
7
7
s . summary = "Shopify's style guide for Ruby."
8
8
s . description = "Gem containing the rubocop.yml config that corresponds to " \
9
9
"the implementation of the Shopify's style guide for Ruby."
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
s . email = "gems@shopify.com"
15
15
s . homepage = "https://shopify.github.io/ruby-style-guide/"
16
16
17
- s . files = [ "rubocop.yml" , "rubocop-cli.yml " , "LICENSE.md" ]
17
+ s . files = Dir [ "rubocop* .yml" , "lib/**/* " , "LICENSE.md" , "README .md"]
18
18
19
19
s . metadata = {
20
20
"source_code_uri" => "https://github.com/Shopify/ruby-style-guide/tree/v#{ s . version } " ,
0 commit comments