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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24d992c9eea4197d74d5c85d4a61fe4cace1527e
4
- data.tar.gz: bf06c75b18669a7bf7e64a0a6919e8797d55c5ea
3
+ metadata.gz: 590cfc6dfa78c2b1582915ba0e5701bf429586fc
4
+ data.tar.gz: d0570e1b7c9462920ff6c244c2dff6c30371b9eb
5
5
  SHA512:
6
- metadata.gz: 2da13aead784851dea5e2889aeb14106e788630225200fa9f058b9e8b186b9ab2e0a33442f5dff1918204cfe24938bff13cfc8230a40484c74225c514e2c28f4
7
- data.tar.gz: 575ec4e8f2149ec6b8681ba8ad2eed4407fecfd43b00a458df677f19d9c8039ccc4f2b7a05a1facfe9d579451101d2d1f8c42b825bb4a673e6840de1fd78ee16
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
@@ -6,7 +6,7 @@ module RuboCop
6
6
 
7
7
  STANZA_GROUPS = [
8
8
  [:version, :sha256],
9
- [:url, :appcast, :name, :homepage, :license, :gpg],
9
+ [:url, :appcast, :name, :homepage, :gpg],
10
10
  [
11
11
  :auto_updates,
12
12
  :accessibility_access,
@@ -4,7 +4,7 @@ module RuboCop
4
4
  module Cask
5
5
  # Version information for the Cask RuboCop plugin.
6
6
  module Version
7
- STRING = '0.10.1'.freeze
7
+ STRING = '0.10.2'.freeze
8
8
 
9
9
  def self.gem_version
10
10
  Gem::Version.new(STRING)
@@ -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: 12,
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.1
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-06 00:00:00.000000000 Z
11
+ date: 2016-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: public_suffix