rubocop-cask 0.13.0 → 0.13.1
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/config/default.yml +6 -0
- data/lib/rubocop/cask/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 197d2dc9d4d55e422bbe3d50141e74c07a0f7fa2
|
|
4
|
+
data.tar.gz: 4855faee3ce96a80535e9eb1e6ce07e41ac2a5ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e515c01419676f84e597a6cf7614eca3e98b0010d02011c35e39bab5f04cb2c92a4331351d79672e1184eb04f3d35198ad0ed4b3a6da1499738cbda6518d2578
|
|
7
|
+
data.tar.gz: d138379aa213e7c98c907a13428c06c69006fc79284991c8baaef6296904758d1c72e74c5ba372a2902c0f114fd2b6b1c3dcc0fc09bb0297d4b71fc2f142863a
|
data/config/default.yml
CHANGED
data/lib/rubocop/cask/version.rb
CHANGED
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.13.
|
|
4
|
+
version: 0.13.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joshua Hagins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-05
|
|
11
|
+
date: 2017-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: public_suffix
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.49.
|
|
33
|
+
version: 0.49.1
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.49.
|
|
40
|
+
version: 0.49.1
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: bundler
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -110,16 +110,16 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
110
110
|
version: '0'
|
|
111
111
|
requirements: []
|
|
112
112
|
rubyforge_project:
|
|
113
|
-
rubygems_version: 2.
|
|
113
|
+
rubygems_version: 2.5.2
|
|
114
114
|
signing_key:
|
|
115
115
|
specification_version: 4
|
|
116
116
|
summary: Code style checking for Homebrew-Cask files
|
|
117
117
|
test_files:
|
|
118
|
+
- spec/spec_helper.rb
|
|
118
119
|
- spec/project_spec.rb
|
|
119
|
-
- spec/
|
|
120
|
-
- spec/rubocop/cop/cask/homepage_url_trailing_slash_spec.rb
|
|
120
|
+
- spec/support/cop_shared_examples.rb
|
|
121
121
|
- spec/rubocop/cop/cask/no_dsl_version_spec.rb
|
|
122
122
|
- spec/rubocop/cop/cask/stanza_grouping_spec.rb
|
|
123
|
+
- spec/rubocop/cop/cask/homepage_url_trailing_slash_spec.rb
|
|
124
|
+
- spec/rubocop/cop/cask/homepage_matches_url_spec.rb
|
|
123
125
|
- spec/rubocop/cop/cask/stanza_order_spec.rb
|
|
124
|
-
- spec/spec_helper.rb
|
|
125
|
-
- spec/support/cop_shared_examples.rb
|