codeclimate 0.85.22 → 0.85.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/release +5 -2
- data/config/engines.yml +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0770cc4879573e206af4c9e1b8612fe1fd8b4afb9cb8f9b7c8cea0b04279a8d
|
4
|
+
data.tar.gz: 062e22f8ef83ce90f0488b829a48a87148483d16672a95fe5804598c57ea9bd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb55c8e10d6777fe4c8b2de8148bc6be590fb5d88d3e18c95d7589c91d30792ecbc533025ecf44e47c8533ffac661b5d97336269803be0ef7020b7f092fed3c5
|
7
|
+
data.tar.gz: acd936f468b85d75ad4b1f7a35cc50936c9242882faeaf00af3cbbf8e2ee5beefbed7518854bbed19fbb61b21517261de58b8d949121a6fec1947968842a1144
|
data/bin/release
CHANGED
@@ -19,8 +19,11 @@ git reset --hard origin/master
|
|
19
19
|
printf "RELEASE %s\n" "$version"
|
20
20
|
bundle check || bundle install
|
21
21
|
|
22
|
-
printf "
|
23
|
-
printf "
|
22
|
+
printf "############################################################################"
|
23
|
+
printf "# The stdout will eventually hang with no message. #"
|
24
|
+
printf "# It is waiting for RubyGems TFA code input, type it in and hit enter! #"
|
25
|
+
printf "############################################################################"
|
26
|
+
printf "\n\n"
|
24
27
|
rake release
|
25
28
|
|
26
29
|
docker build --rm --tag codeclimate/codeclimate .
|
data/config/engines.yml
CHANGED
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.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code Climate
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|