codeclimate 0.9.4 → 0.9.5
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 +41 -0
- data/bin/release +4 -15
- data/config/csslint/.csslintrc +34 -0
- data/config/eslint/.eslintrc +247 -0
- data/config/rubocop/.rubocop.yml +1171 -0
- metadata +6 -2
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.9.
|
4
|
+
version: 0.9.5
|
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-10-
|
11
|
+
date: 2015-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -191,8 +191,12 @@ files:
|
|
191
191
|
- bin/check
|
192
192
|
- bin/codeclimate
|
193
193
|
- bin/codeclimate-init
|
194
|
+
- bin/prep-release
|
194
195
|
- bin/release
|
196
|
+
- config/csslint/.csslintrc
|
195
197
|
- config/engines.yml
|
198
|
+
- config/eslint/.eslintrc
|
199
|
+
- config/rubocop/.rubocop.yml
|
196
200
|
- lib/cc/analyzer.rb
|
197
201
|
- lib/cc/analyzer/composite_container_listener.rb
|
198
202
|
- lib/cc/analyzer/config.rb
|