rubocop-shopify 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 431b09d9374e29a0cdd0a95de13ea1b5d15f3ecdc53a004f4c1d8dc408d29459
|
4
|
+
data.tar.gz: b65e71bf26d6893cb37fc95f77ea7bebb25fb0c1552347de60489b0ef37a84cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
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
|
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.
|
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.
|
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: []
|