codeclimate 0.85.8 → 0.85.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/release +3 -0
  3. data/config/engines.yml +1 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57a4e9e343b22e68dc5a484f1c219daba658839cf661206a5363ecd65febb744
4
- data.tar.gz: d405e8ae535798e349cb4a8fce0e2ffe3d2ff9dbd58bc744b5af6dd1ae80e614
3
+ metadata.gz: 4321e9c6b8390538c4db632bc51680171c89cd9f303f3e892ec123b704e06d06
4
+ data.tar.gz: 3ab81187e9e07761f3f68f07101d5b57ad2ff3bcb6dabdef37c9bd135e89e061
5
5
  SHA512:
6
- metadata.gz: e51e4f2d806cff9db11e7246e36271e28370b6bfe33cd6f374f5cc195cda17a5077f9eb511fcf023c8234aeb9e3829d8726bd1c18934aa6bed9ff890c6a35386
7
- data.tar.gz: 4276f50d4aeaa7e91d39ba74d3a46b2cb60bd6ddb7129e36f2c11a190493c0ef1487d8291266c6aa4fcd7002dcee53d307eda014e3b8df529b3c95d64dce3c5d
6
+ metadata.gz: b7ed249d3e481f2e7bc81adeddb139a9bbad68f06d360356f673e3ab039899abbc3a0763f88f814d4a30fa2fc2034bc2bfadc28acebe3a699d95beb233c1ea83
7
+ data.tar.gz: 9bb00aba931637dec5d78c5b35c61c7eb368569a535c9c42313970f0c10611525548f0134daba6f3754de76e6bf643d5c27d4d6b5333073c7818edc61edf6e5e
@@ -18,6 +18,9 @@ git reset --hard origin/master
18
18
 
19
19
  printf "RELEASE %s\n" "$version"
20
20
  bundle check || bundle install
21
+
22
+ printf "The stdout will eventually hang with no message."
23
+ printf "It is waiting for TFA code input, type it in and hit enter!"
21
24
  rake release
22
25
 
23
26
  docker build --rm --tag codeclimate/codeclimate .
@@ -217,6 +217,7 @@ rubocop:
217
217
  rubocop-0-77: codeclimate/codeclimate-rubocop:rubocop-0-77
218
218
  rubocop-0-78: codeclimate/codeclimate-rubocop:rubocop-0-78
219
219
  rubocop-0-79: codeclimate/codeclimate-rubocop:rubocop-0-79
220
+ rubocop-0-80: codeclimate/codeclimate-rubocop:rubocop-0-80
220
221
  description: A Ruby static code analyzer, based on the community Ruby style guide.
221
222
  rubymotion:
222
223
  channels:
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.8
4
+ version: 0.85.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Climate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-31 00:00:00.000000000 Z
11
+ date: 2020-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport