codeclimate 0.49.0 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/prep-release +2 -2
- data/config/engines.yml +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd4c8958bcac33c8724b5583940424802c1d683d
|
|
4
|
+
data.tar.gz: 4b31260ce204712769572ab2e275e08349dce264
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca421b12ecec0b9d0546c54155af2f1ed2e5f1ba00711b9afbe517fb94be61cddb14772d022fd02681ee7578c89c15d3c6213ca0f47b33982b2047e5c75c4b9e
|
|
7
|
+
data.tar.gz: 97af7808eacb1b4fd38a67437a855c26ba8544bd85b78bf9d1879722c1bdac2a205031377617c7798ad8b20cd92ace86bf1877ec55f39d537ce5a1634c0fa4d4
|
data/bin/prep-release
CHANGED
|
@@ -16,7 +16,7 @@ version=$1
|
|
|
16
16
|
old_version=$(< VERSION)
|
|
17
17
|
branch="release-$version"
|
|
18
18
|
|
|
19
|
-
if !
|
|
19
|
+
if ! make test; then
|
|
20
20
|
echo "test failure, not releasing" >&2
|
|
21
21
|
exit 1
|
|
22
22
|
fi
|
|
@@ -28,7 +28,7 @@ git pull
|
|
|
28
28
|
git checkout -b "$branch"
|
|
29
29
|
|
|
30
30
|
printf "%s\n" "$version" > VERSION
|
|
31
|
-
|
|
31
|
+
make Gemfile.lock
|
|
32
32
|
git add VERSION Gemfile.lock
|
|
33
33
|
git commit -m "Release v$version"
|
|
34
34
|
git push origin "$branch"
|
data/config/engines.yml
CHANGED
|
@@ -52,7 +52,7 @@ checkstyle:
|
|
|
52
52
|
- "**.java"
|
|
53
53
|
complexity-ruby:
|
|
54
54
|
channels:
|
|
55
|
-
beta: codeclimate/codeclimate-complexity-ruby:
|
|
55
|
+
beta: codeclimate/codeclimate-complexity-ruby:b47
|
|
56
56
|
description: Code Climate Complexity Checks for Ruby
|
|
57
57
|
community: false
|
|
58
58
|
code_climate_check: true
|
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.
|
|
4
|
+
version: 0.50.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code Climate
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-02-
|
|
11
|
+
date: 2017-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -50,14 +50,14 @@ dependencies:
|
|
|
50
50
|
requirements:
|
|
51
51
|
- - "~>"
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 0.
|
|
53
|
+
version: 0.12.0
|
|
54
54
|
type: :runtime
|
|
55
55
|
prerelease: false
|
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
57
57
|
requirements:
|
|
58
58
|
- - "~>"
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 0.
|
|
60
|
+
version: 0.12.0
|
|
61
61
|
- !ruby/object:Gem::Dependency
|
|
62
62
|
name: highline
|
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
253
253
|
version: '0'
|
|
254
254
|
requirements: []
|
|
255
255
|
rubyforge_project:
|
|
256
|
-
rubygems_version: 2.
|
|
256
|
+
rubygems_version: 2.6.8
|
|
257
257
|
signing_key:
|
|
258
258
|
specification_version: 4
|
|
259
259
|
summary: Code Climate CLI
|