rubocop-shopify 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +13 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d0d57d174c4d545f3206df3a599aea6d0b2089fb784d81fbc3c097b81e52c13
4
- data.tar.gz: cdece1ad1c7c5606e801a718d938fae55719d6ccca4a47636649a5103bc2f33b
3
+ metadata.gz: 431b09d9374e29a0cdd0a95de13ea1b5d15f3ecdc53a004f4c1d8dc408d29459
4
+ data.tar.gz: b65e71bf26d6893cb37fc95f77ea7bebb25fb0c1552347de60489b0ef37a84cd
5
5
  SHA512:
6
- metadata.gz: d409e555a66d38b2a4e0900a75df733cad04a55a669ed9e30ed123b72d7b50025df30a02eee1fc2b603d4350e085c6c022fe5555e471f71db9b46e30b2bc08f8
7
- data.tar.gz: c7d72e5150ae04bc373a4ef2a4acb8978f52081052595a4e9a468a5ad45adf575e48c0150c8118ba25b7972628908444648162b28b9027a6e3762b7f9fa2d664
6
+ metadata.gz: 26233fe3d9e043d617ac678a87cae8c953b2f625fc6939635f58cca50dade6dc5f90c6f9cca4d1aedc8c6f95ebfb4be0d8a2529863ee5e900199264ac0c1e67c
7
+ data.tar.gz: 77b00104eae418b5ac99e26a3d186a75cc4b2f93d8bad59febdcce109a3cd8a7b1ed95d1305fa1e8badf075cd4a834ba5c137afc1231f31088623291a901019d
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-shopify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify Engineering
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-03 00:00:00.000000000 Z
11
+ date: 2020-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.85.0
19
+ version: '0.85'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '0.87'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.85'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: 0.85.0
32
+ version: '0.87'
27
33
  description: Gem containing the rubocop.yml config that corresponds to the implementation
28
34
  of the Shopify's style guide for Ruby.
29
35
  email: gems@shopify.com
@@ -37,7 +43,7 @@ homepage: https://shopify.github.io/ruby-style-guide/
37
43
  licenses:
38
44
  - MIT
39
45
  metadata:
40
- source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0.3
46
+ source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0.4
41
47
  allowed_push_host: https://rubygems.org
42
48
  post_install_message:
43
49
  rdoc_options: []