diff --git a/Gemfile.lock b/Gemfile.lock index 46dd9335..65265cba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-shopify (2.15.0) + rubocop-shopify (2.15.1) rubocop (~> 1.51) GEM diff --git a/rubocop-shopify.gemspec b/rubocop-shopify.gemspec index 13c1f89e..41c02e8a 100644 --- a/rubocop-shopify.gemspec +++ b/rubocop-shopify.gemspec @@ -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." @@ -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}",