rubocop-shopify 1.0.6 → 1.0.7

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 +7 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c3a6f150d500f3e50eb61c01fc4de66424f317c6243e4379e2e5a0add746047
4
- data.tar.gz: 9b7127525557a81ed75fae736cd2a524ccd34664a4563ed244310c3f929e45e9
3
+ metadata.gz: cad93aa4977818ea5c0b3c3d7449aee4eb10515d778df25b4ddf3f157f392a31
4
+ data.tar.gz: e612406ca6dd4b114a0c666cb1fa812d5aadf86a8b24c88f5bfba4ebced0b0c6
5
5
  SHA512:
6
- metadata.gz: 7260cc538e68ff904b904ee5967feb18681d64deb336858f145003a9bc7d1ae4add62d0895ebb65fe5807501246385a642e08087cf4cfb1fa261800763e8be82
7
- data.tar.gz: f7c61b9bd1d3b4555878929f9a339b06c358c7fdd0104af1616419dde706450ffce82aa21cbbf4a8412aa0da212e775f1d644ef13966d03e368b78759c935580
6
+ metadata.gz: 21e9db91e97de92cf3cff722f9375405aab0164c5a10dbdae5944c76a17301b83f42228ef5d302629a4fc0de7b218c6c62cf5ccae6382139f63a9e1f99a30827
7
+ data.tar.gz: 6ae4ef58865a797e09e0fe1f0b33ca432549b64da681de079526a1dcf790e107732691f4b9534ef207cf97b59c16c8dcd75111d83d041090837a85c22eb07108
metadata CHANGED
@@ -1,35 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-shopify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
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-10-15 00:00:00.000000000 Z
11
+ date: 2020-11-24 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.92'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '0.94'
19
+ version: '1.4'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: '0.92'
30
- - - "<"
24
+ - - "~>"
31
25
  - !ruby/object:Gem::Version
32
- version: '0.94'
26
+ version: '1.4'
33
27
  description: Gem containing the rubocop.yml config that corresponds to the implementation
34
28
  of the Shopify's style guide for Ruby.
35
29
  email: gems@shopify.com
@@ -43,7 +37,7 @@ homepage: https://shopify.github.io/ruby-style-guide/
43
37
  licenses:
44
38
  - MIT
45
39
  metadata:
46
- source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0.6
40
+ source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0.7
47
41
  allowed_push_host: https://rubygems.org
48
42
  post_install_message:
49
43
  rdoc_options: []