salsify_rubocop 0.44.0 → 0.45.0.rc0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/conf/rubocop.yml +3 -0
- data/lib/salsify_rubocop/version.rb +1 -1
- data/salsify_rubocop.gemspec +2 -2
- 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: b2044077c3c7ee5c90af8f130def2d72c868bd46
|
4
|
+
data.tar.gz: a2f35f75f24d828f72055b1556a54202d7cbe31d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0836b964d19ef4b1724042eac44040b6ed1719ae77b41e42f0e5d658935057ac0388827b9e04775f2e51ee63aa462df8ab948e1fbfbb12a0ce90105f00ed8f8
|
7
|
+
data.tar.gz: 59e334cbeeb03ba0c4c996e06ef2a0e25f697c8754d9d82dcf5a74eaf55fb1413e027f57c50ba4d3729854ebd7770dff155ffa1940783b292510f294dfb548ff
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
# salsify_rubocop
|
2
2
|
|
3
|
+
## v0.45.0
|
4
|
+
- Update to `rubocop` v0.45.0 and `rubocop-rspec` v1.8.0.
|
5
|
+
- Explicitly enable `Rspec/MessageExpectation` cop that is now disabled
|
6
|
+
by default.
|
7
|
+
|
3
8
|
## v0.44.0
|
4
9
|
- Update to `rubocop` v0.44.1.
|
5
|
-
- Disable new
|
10
|
+
- Disable new cops: `Metrics/BlockLength` and
|
6
11
|
`Rails/HttpPositionalArguments`.
|
7
12
|
|
8
13
|
## v0.43.0
|
data/conf/rubocop.yml
CHANGED
data/salsify_rubocop.gemspec
CHANGED
@@ -33,6 +33,6 @@ Gem::Specification.new do |spec|
|
|
33
33
|
spec.add_development_dependency 'rake', '~> 10.0'
|
34
34
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
35
35
|
|
36
|
-
spec.add_runtime_dependency 'rubocop', '~> 0.
|
37
|
-
spec.add_runtime_dependency 'rubocop-rspec', '~> 1.
|
36
|
+
spec.add_runtime_dependency 'rubocop', '~> 0.45.0'
|
37
|
+
spec.add_runtime_dependency 'rubocop-rspec', '~> 1.8.0'
|
38
38
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: salsify_rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.0.rc0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Salsify, Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -58,28 +58,28 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.
|
61
|
+
version: 0.45.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.
|
68
|
+
version: 0.45.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rubocop-rspec
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 1.
|
75
|
+
version: 1.8.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 1.
|
82
|
+
version: 1.8.0
|
83
83
|
description: Shared shared RuboCop configuration
|
84
84
|
email:
|
85
85
|
- engineering@salsify.com
|
@@ -124,12 +124,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
124
124
|
version: '0'
|
125
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
126
|
requirements:
|
127
|
-
- - "
|
127
|
+
- - ">"
|
128
128
|
- !ruby/object:Gem::Version
|
129
|
-
version:
|
129
|
+
version: 1.3.1
|
130
130
|
requirements: []
|
131
131
|
rubyforge_project:
|
132
|
-
rubygems_version: 2.
|
132
|
+
rubygems_version: 2.6.6
|
133
133
|
signing_key:
|
134
134
|
specification_version: 4
|
135
135
|
summary: Shared shared RuboCop configuration
|