rubocop-cask 0.10.1 → 0.10.2
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.
- checksums.yaml +4 -4
- data/README.md +0 -6
- data/lib/rubocop/cask/constants.rb +1 -1
- data/lib/rubocop/cask/version.rb +1 -1
- data/spec/rubocop/cop/cask/stanza_grouping_spec.rb +1 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 590cfc6dfa78c2b1582915ba0e5701bf429586fc
|
|
4
|
+
data.tar.gz: d0570e1b7c9462920ff6c244c2dff6c30371b9eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1df927d6eceb701e4c24d8cde86d47df3790bcc80419ad5307af524f6ed8a91cab2276a3073d77cd3e878c325e3a1bf7b1e80c8fbbdbd431f3407a6325a3cceb
|
|
7
|
+
data.tar.gz: 49ff1d810d554dc56d5ee75af8ec3dda0d5876de520f1c62e945c48b71b53b509ca0c9d9c535ea57db9d2420690759e089ac70ed712ccedde42cd4708ec24c10
|
data/README.md
CHANGED
|
@@ -74,12 +74,6 @@ Cask/NoDslVersion:
|
|
|
74
74
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
75
75
|
5. Create new Pull Request
|
|
76
76
|
|
|
77
|
-
For running the spec files, this project depends on RuboCop's spec helpers. This means that in order to run the specs locally, you need a (shallow) clone of the RuboCop repository:
|
|
78
|
-
|
|
79
|
-
```bash
|
|
80
|
-
git submodule update --init --depth 1 vendor/rubocop
|
|
81
|
-
```
|
|
82
|
-
|
|
83
77
|
## License
|
|
84
78
|
|
|
85
79
|
`rubocop-cask` is MIT licensed. [See the accompanying file](MIT-LICENSE.md) for
|
data/lib/rubocop/cask/version.rb
CHANGED
|
@@ -78,7 +78,6 @@ describe RuboCop::Cop::Cask::StanzaGrouping do
|
|
|
78
78
|
name 'Foo'
|
|
79
79
|
|
|
80
80
|
homepage 'https://foo.example.com'
|
|
81
|
-
license :mit
|
|
82
81
|
|
|
83
82
|
app 'Foo.app'
|
|
84
83
|
uninstall :quit => 'com.example.foo',
|
|
@@ -95,7 +94,6 @@ describe RuboCop::Cop::Cask::StanzaGrouping do
|
|
|
95
94
|
url 'https://foo.example.com/foo.zip'
|
|
96
95
|
name 'Foo'
|
|
97
96
|
homepage 'https://foo.example.com'
|
|
98
|
-
license :mit
|
|
99
97
|
|
|
100
98
|
app 'Foo.app'
|
|
101
99
|
|
|
@@ -126,7 +124,7 @@ describe RuboCop::Cop::Cask::StanzaGrouping do
|
|
|
126
124
|
}, {
|
|
127
125
|
message: missing_line_msg,
|
|
128
126
|
severity: :convention,
|
|
129
|
-
line:
|
|
127
|
+
line: 11,
|
|
130
128
|
column: 0,
|
|
131
129
|
source: " uninstall :quit => 'com.example.foo',"
|
|
132
130
|
}]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-cask
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joshua Hagins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: public_suffix
|