codeclimate 0.35.2 → 0.36.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/release +0 -7
- data/config/engines.yml +1 -0
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91a10c3e93da22accfbddc12c297f54c7d632573
|
|
4
|
+
data.tar.gz: 060ed4497e4c74f19fb4d2f9e48da5b0ee6cd49b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 261cd76725b1d6680d6b6ce0e601bfe1bf64ad5a54c434ecd3ba900b45a9a9e1245a535106398ff3b7ae16a72f278378afade284ff2405fb0c5d74399a054cd8
|
|
7
|
+
data.tar.gz: 1611d05f380bddc6ad5f92eec36397153af8d663536fbb617ad957404bcb5feb9ac49d9cd5f021c09c4e818535a1c725a93d90f8da6f8b540bc5783608f47206
|
data/bin/release
CHANGED
|
@@ -23,13 +23,6 @@ docker tag codeclimate/codeclimate "codeclimate/codeclimate:$version"
|
|
|
23
23
|
docker push "codeclimate/codeclimate:$version"
|
|
24
24
|
|
|
25
25
|
(cd ../homebrew-formulae/ && bin/release "$version")
|
|
26
|
-
(cd ../marketingsite/ && bin/set-cli-version "$version" && bin/deploy) || {
|
|
27
|
-
cat >&2 <<EOF
|
|
28
|
-
--------------------------------------------------------------------------------
|
|
29
|
-
- WARNING: Marketing site update failed. Please do this manually. -
|
|
30
|
-
--------------------------------------------------------------------------------
|
|
31
|
-
EOF
|
|
32
|
-
}
|
|
33
26
|
|
|
34
27
|
echo "Be sure to update release notes:"
|
|
35
28
|
echo ""
|
data/config/engines.yml
CHANGED
metadata
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: codeclimate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.36.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: 2016-08
|
|
11
|
+
date: 2016-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '4.2'
|
|
20
17
|
- - ">="
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
19
|
version: 4.2.1
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '5.1'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
|
-
- - "~>"
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: '4.2'
|
|
30
27
|
- - ">="
|
|
31
28
|
- !ruby/object:Gem::Version
|
|
32
29
|
version: 4.2.1
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '5.1'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: tty-spinner
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -251,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
251
251
|
version: '0'
|
|
252
252
|
requirements: []
|
|
253
253
|
rubyforge_project:
|
|
254
|
-
rubygems_version: 2.4.5
|
|
254
|
+
rubygems_version: 2.4.5.1
|
|
255
255
|
signing_key:
|
|
256
256
|
specification_version: 4
|
|
257
257
|
summary: Code Climate CLI
|