codeclimate 0.85.26 → 0.85.27
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/config/engines.yml +0 -4
- data/lib/cc/cli/prepare.rb +1 -1
- metadata +9 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 6e09ed17ce9ec4365cae365db7bba58fe24249134eb4ceeb27c06f303a5bf9f5
|
4
|
+
data.tar.gz: b263fb932ae6baca90405bc6b3b073c925571816a9803fe024858389397e9fb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e62725c2f9b8733053d406db3f8abfd77217b5bf800a78bb3e09966f18e05435a931a17d73ca4f10d79fd10da02477dbf0a7b5993af4d9c393fdc02c6d8249e4
|
7
|
+
data.tar.gz: 2e1903aeabc18f07f11c461f0d35c0857eaad4909bdd77d5c794e2e9e29415417069a247d9692619a47381ef7ffff7f3d4bd7fb5bac4f3c11e62c63983112101
|
data/config/engines.yml
CHANGED
@@ -114,10 +114,6 @@ foodcritic:
|
|
114
114
|
channels:
|
115
115
|
stable: codeclimate/codeclimate-foodcritic
|
116
116
|
description: Lint tool for Chef cookbooks.
|
117
|
-
git-legal:
|
118
|
-
channels:
|
119
|
-
stable: codeclimate/codeclimate-git-legal
|
120
|
-
description: License compliance and compatibility analysis.
|
121
117
|
gnu-complexity:
|
122
118
|
channels:
|
123
119
|
stable: codeclimate/codeclimate-gnu-complexity
|
data/lib/cc/cli/prepare.rb
CHANGED
@@ -65,7 +65,7 @@ module CC
|
|
65
65
|
write_file(target_path, resp.body)
|
66
66
|
say("Wrote #{url} to #{target_path}")
|
67
67
|
else
|
68
|
-
raise FetchError, "Failed fetching #{url}: code=#{resp.code}
|
68
|
+
raise FetchError, "Failed fetching #{url}: code=#{resp.code}"
|
69
69
|
end
|
70
70
|
end
|
71
71
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codeclimate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.85.
|
4
|
+
version: 0.85.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code Climate
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -96,22 +96,22 @@ dependencies:
|
|
96
96
|
name: rainbow
|
97
97
|
requirement: !ruby/object:Gem::Requirement
|
98
98
|
requirements:
|
99
|
-
- - "~>"
|
100
|
-
- !ruby/object:Gem::Version
|
101
|
-
version: '2.0'
|
102
99
|
- - ">="
|
103
100
|
- !ruby/object:Gem::Version
|
104
101
|
version: 2.0.0
|
102
|
+
- - "~>"
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: '2.0'
|
105
105
|
type: :runtime
|
106
106
|
prerelease: false
|
107
107
|
version_requirements: !ruby/object:Gem::Requirement
|
108
108
|
requirements:
|
109
|
-
- - "~>"
|
110
|
-
- !ruby/object:Gem::Version
|
111
|
-
version: '2.0'
|
112
109
|
- - ">="
|
113
110
|
- !ruby/object:Gem::Version
|
114
111
|
version: 2.0.0
|
112
|
+
- - "~>"
|
113
|
+
- !ruby/object:Gem::Version
|
114
|
+
version: '2.0'
|
115
115
|
- !ruby/object:Gem::Dependency
|
116
116
|
name: redcarpet
|
117
117
|
requirement: !ruby/object:Gem::Requirement
|
@@ -265,8 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
265
265
|
- !ruby/object:Gem::Version
|
266
266
|
version: '0'
|
267
267
|
requirements: []
|
268
|
-
|
269
|
-
rubygems_version: 2.6.13
|
268
|
+
rubygems_version: 3.0.8
|
270
269
|
signing_key:
|
271
270
|
specification_version: 4
|
272
271
|
summary: Code Climate CLI
|