codeclimate 0.15.1 → 0.15.2
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 +1 -1
- data/config/engines.yml +15 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38fc838beaa355436f6099d39a452cfc6f2c5dae
|
|
4
|
+
data.tar.gz: 41ef4793422c385e2322a284b48742e385d98d87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9245515c8bb799f1f830bc07841250e7849cd4d7104e9f0b70ecb2b77c3dfd69cbf39338085bd1266d4ef83395fa68725a44cb1727d3668beea1eec32025f3a
|
|
7
|
+
data.tar.gz: 8795ed1791812a57ab280718477bdc6acd34647c736897ca084157f2b5caab501658cd170ca9c83ee985175a4a2291f9ae34551b49a555f86d12fcaf1b4e4144
|
data/bin/prep-release
CHANGED
|
@@ -38,7 +38,7 @@ if command -v hub > /dev/null 2>&1; then
|
|
|
38
38
|
hub pull-request -F - <<EOF
|
|
39
39
|
Release v$version
|
|
40
40
|
|
|
41
|
-
https://github.com/codeclimate/codeclimate/compare
|
|
41
|
+
https://github.com/codeclimate/codeclimate/compare/v$old_version...$branch_head
|
|
42
42
|
EOF
|
|
43
43
|
else
|
|
44
44
|
echo "hub not installed? Please open the PR manually" >&2
|
data/config/engines.yml
CHANGED
|
@@ -16,7 +16,7 @@ brakeman:
|
|
|
16
16
|
upgrade_languages:
|
|
17
17
|
- Ruby
|
|
18
18
|
enable_regexps:
|
|
19
|
-
- ^
|
|
19
|
+
- ^app\/.*\.rb
|
|
20
20
|
default_ratings_paths:
|
|
21
21
|
- "Gemfile.lock"
|
|
22
22
|
- "**.erb"
|
|
@@ -55,7 +55,21 @@ duplication:
|
|
|
55
55
|
description: Structural duplication detection for Ruby, Python, JavaScript, and PHP.
|
|
56
56
|
community: false
|
|
57
57
|
enable_regexps:
|
|
58
|
+
- \.inc$
|
|
59
|
+
- \.js$
|
|
60
|
+
- \.jsx$
|
|
61
|
+
- \.module$
|
|
62
|
+
- \.php$
|
|
63
|
+
- \.py$
|
|
64
|
+
- \.rb$
|
|
58
65
|
default_ratings_paths:
|
|
66
|
+
- "**.inc"
|
|
67
|
+
- "**.js"
|
|
68
|
+
- "**.jsx"
|
|
69
|
+
- "**.module"
|
|
70
|
+
- "**.php"
|
|
71
|
+
- "**.py"
|
|
72
|
+
- "**.rb"
|
|
59
73
|
default_config:
|
|
60
74
|
languages:
|
|
61
75
|
- ruby
|
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.15.
|
|
4
|
+
version: 0.15.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code Climate
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|