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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/prep-release +1 -1
  3. data/config/engines.yml +15 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20827137b69a6e96a96d718f0e2b7f3008a93f7b
4
- data.tar.gz: 603f7a7c6e023df1ce5545d47fbd85c01a187a80
3
+ metadata.gz: 38fc838beaa355436f6099d39a452cfc6f2c5dae
4
+ data.tar.gz: 41ef4793422c385e2322a284b48742e385d98d87
5
5
  SHA512:
6
- metadata.gz: 89aec1cee7f14f693179aa917e2f7b9e2d476287485f924c4301c03fb57a3d0d45d1047f8749b75777f9b185a2d6356253bd9e14e28431448ead37d539687d0a
7
- data.tar.gz: 43e9dfa887e4ab4fd932046615d276b29896937477b15f6f7372a39a41b2b86daa8ab04a3beb7e412697ed8f332d3b63333885debd3c2c1f9b4755969314c8b8
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/$old_version...$branch_head
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
- - ^script\/rails$
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.1
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-08 00:00:00.000000000 Z
11
+ date: 2015-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport