salsify_rubocop 0.52.1.1 → 0.58.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +5 -0
- data/lib/salsify_rubocop.rb +1 -1
- data/lib/salsify_rubocop/version.rb +1 -1
- data/salsify_rubocop.gemspec +3 -3
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 87305955e8ac9148e7c0e35f8cb0452574965f0bfc07452e225bb939603c3dc0
|
4
|
+
data.tar.gz: 622dc482540ce25f41213cacb1a16f08352bfb39ba644478429183cab24b0ead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7a437af5fb882a1ad682038b28352e1ae8271286ca30d939e594b97f660e37c9e0bae2138f1887d28055681b2201184d95d0a868d9570b0171895e53f566150
|
7
|
+
data.tar.gz: ddcd4352d6689267ced3567a114f0d55da058c673e320425b28d52f15962cd17710b8ec2a9428a1c89628d7466551fa7c52ceb47ee011e6e231f7bbf832471cf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# salsify_rubocop
|
2
2
|
|
3
|
+
## v0.58.0
|
4
|
+
- Update `rubocop` to v0.58.0.
|
5
|
+
- Update `rubocop-rspec` to v1.29.0.
|
6
|
+
- Adjust Ruby version configuration in `Salsify/StyleDig` spec.
|
7
|
+
|
3
8
|
## v0.52.1.1
|
4
9
|
- Fix `Salsify/StyleDig` false positive in assignments (see [#20](https://github.com/salsify/salsify_rubocop/issues/20)).
|
5
10
|
|
data/lib/salsify_rubocop.rb
CHANGED
@@ -3,7 +3,7 @@ require 'rubocop-rspec'
|
|
3
3
|
|
4
4
|
# Because RuboCop doesn't yet support plugins, we have to monkey patch in a
|
5
5
|
# bit of our configuration. Based on approach from rubocop-rspec:
|
6
|
-
DEFAULT_FILES = File.expand_path('
|
6
|
+
DEFAULT_FILES = File.expand_path('../config/default.yml', __dir__)
|
7
7
|
|
8
8
|
path = File.absolute_path(DEFAULT_FILES)
|
9
9
|
hash = RuboCop::ConfigLoader.send(:load_yaml_configuration, path)
|
data/salsify_rubocop.gemspec
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
lib = File.expand_path('
|
1
|
+
lib = File.expand_path('lib', __dir__)
|
2
2
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
3
3
|
require 'salsify_rubocop/version'
|
4
4
|
|
@@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
|
|
32
32
|
spec.add_development_dependency 'rake', '~> 10.0'
|
33
33
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
34
34
|
|
35
|
-
spec.add_runtime_dependency 'rubocop', '~> 0.
|
36
|
-
spec.add_runtime_dependency 'rubocop-rspec', '~> 1.
|
35
|
+
spec.add_runtime_dependency 'rubocop', '~> 0.58.0'
|
36
|
+
spec.add_runtime_dependency 'rubocop-rspec', '~> 1.29.0'
|
37
37
|
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.58.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Salsify, Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-29 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.58.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.58.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.29.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.29.0
|
83
83
|
description: Shared shared RuboCop configuration
|
84
84
|
email:
|
85
85
|
- engineering@salsify.com
|
@@ -129,12 +129,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
129
129
|
version: '0'
|
130
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
131
131
|
requirements:
|
132
|
-
- - "
|
132
|
+
- - ">"
|
133
133
|
- !ruby/object:Gem::Version
|
134
|
-
version:
|
134
|
+
version: 1.3.1
|
135
135
|
requirements: []
|
136
136
|
rubyforge_project:
|
137
|
-
rubygems_version: 2.
|
137
|
+
rubygems_version: 2.7.7
|
138
138
|
signing_key:
|
139
139
|
specification_version: 4
|
140
140
|
summary: Shared shared RuboCop configuration
|