massa 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +26 -26
- data/config/default_tools.yml +9 -4
- data/lib/massa/templates/massa.yml +15 -4
- data/lib/massa/version.rb +1 -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: c2e0e5b6dfef20cfda9b86989f5e9653c0d96008
|
4
|
+
data.tar.gz: e2a19e0eaba8a873e37594af1dd68013495528e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09087babdc194a682f9d8d1d04f5cf48c923679139cece688ac515b02d64deeb7b84e258467ee1a649747ec5421fc18bbb71111291a6c62d5c8ff8258af81ec9
|
7
|
+
data.tar.gz: 1c71846a06919f07f41bdc52c5488992e71ef793983c34bf2ce5a1cc3c3297de5d90b262456fb9fecc033f03630cdd51f8b67f7771648bb1528f2d1f06c2fc4c
|
data/Gemfile.lock
CHANGED
@@ -1,57 +1,57 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
massa (0.
|
4
|
+
massa (0.3.0)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
ast (2.
|
10
|
-
codeclimate-test-reporter (0.
|
9
|
+
ast (2.3.0)
|
10
|
+
codeclimate-test-reporter (0.6.0)
|
11
11
|
simplecov (>= 0.7.1, < 1.0.0)
|
12
12
|
coderay (1.1.1)
|
13
13
|
diff-lcs (1.2.5)
|
14
14
|
docile (1.1.5)
|
15
|
-
json (
|
15
|
+
json (2.0.1)
|
16
16
|
method_source (0.8.2)
|
17
|
-
parser (2.3.
|
17
|
+
parser (2.3.1.2)
|
18
18
|
ast (~> 2.2)
|
19
19
|
powerpack (0.1.1)
|
20
|
-
pry (0.10.
|
20
|
+
pry (0.10.4)
|
21
21
|
coderay (~> 1.1.0)
|
22
22
|
method_source (~> 0.8.1)
|
23
23
|
slop (~> 3.4)
|
24
24
|
rainbow (2.1.0)
|
25
25
|
rake (10.5.0)
|
26
|
-
rspec (3.
|
27
|
-
rspec-core (~> 3.
|
28
|
-
rspec-expectations (~> 3.
|
29
|
-
rspec-mocks (~> 3.
|
30
|
-
rspec-core (3.
|
31
|
-
rspec-support (~> 3.
|
32
|
-
rspec-expectations (3.
|
26
|
+
rspec (3.5.0)
|
27
|
+
rspec-core (~> 3.5.0)
|
28
|
+
rspec-expectations (~> 3.5.0)
|
29
|
+
rspec-mocks (~> 3.5.0)
|
30
|
+
rspec-core (3.5.1)
|
31
|
+
rspec-support (~> 3.5.0)
|
32
|
+
rspec-expectations (3.5.0)
|
33
33
|
diff-lcs (>= 1.2.0, < 2.0)
|
34
|
-
rspec-support (~> 3.
|
35
|
-
rspec-mocks (3.
|
34
|
+
rspec-support (~> 3.5.0)
|
35
|
+
rspec-mocks (3.5.0)
|
36
36
|
diff-lcs (>= 1.2.0, < 2.0)
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-support (3.
|
39
|
-
rubocop (0.
|
40
|
-
parser (>= 2.3.
|
37
|
+
rspec-support (~> 3.5.0)
|
38
|
+
rspec-support (3.5.0)
|
39
|
+
rubocop (0.41.2)
|
40
|
+
parser (>= 2.3.1.1, < 3.0)
|
41
41
|
powerpack (~> 0.1)
|
42
42
|
rainbow (>= 1.99.1, < 3.0)
|
43
43
|
ruby-progressbar (~> 1.7)
|
44
44
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
45
|
-
rubocop-rspec (1.
|
46
|
-
rubocop (
|
47
|
-
ruby-progressbar (1.
|
48
|
-
simplecov (0.
|
45
|
+
rubocop-rspec (1.5.1)
|
46
|
+
rubocop (>= 0.41.2)
|
47
|
+
ruby-progressbar (1.8.1)
|
48
|
+
simplecov (0.12.0)
|
49
49
|
docile (~> 1.1.0)
|
50
|
-
json (
|
50
|
+
json (>= 1.8, < 3)
|
51
51
|
simplecov-html (~> 0.10.0)
|
52
52
|
simplecov-html (0.10.0)
|
53
53
|
slop (3.6.0)
|
54
|
-
unicode-display_width (1.0
|
54
|
+
unicode-display_width (1.1.0)
|
55
55
|
|
56
56
|
PLATFORMS
|
57
57
|
ruby
|
@@ -67,4 +67,4 @@ DEPENDENCIES
|
|
67
67
|
rubocop-rspec
|
68
68
|
|
69
69
|
BUNDLED WITH
|
70
|
-
1.12.
|
70
|
+
1.12.5
|
data/config/default_tools.yml
CHANGED
@@ -3,8 +3,13 @@ rubocop:
|
|
3
3
|
command: 'bundle exec rubocop'
|
4
4
|
required: true
|
5
5
|
|
6
|
+
haml_lint:
|
7
|
+
description: 'HAML lint'
|
8
|
+
command: 'bundle exec haml-lint app/views'
|
9
|
+
required: true
|
10
|
+
|
6
11
|
brakeman:
|
7
|
-
description: 'Brakeman'
|
12
|
+
description: 'Brakeman (security vulnerability scanner)'
|
8
13
|
command: 'bundle exec brakeman -Aqz4'
|
9
14
|
required: true
|
10
15
|
|
@@ -13,9 +18,9 @@ rails_best_practices:
|
|
13
18
|
command: 'bundle exec rails_best_practices'
|
14
19
|
required: true
|
15
20
|
|
16
|
-
|
17
|
-
description: '
|
18
|
-
command: 'bundle exec
|
21
|
+
flay:
|
22
|
+
description: 'Flay (code analyzes for structural similarities)'
|
23
|
+
command: 'bundle exec flay .'
|
19
24
|
required: true
|
20
25
|
|
21
26
|
i18n-tasks:
|
@@ -7,8 +7,13 @@
|
|
7
7
|
# command: 'bundle exec rubocop'
|
8
8
|
# required: true
|
9
9
|
#
|
10
|
+
# haml_lint:
|
11
|
+
# description: 'HAML lint'
|
12
|
+
# command: 'bundle exec haml-lint app/views'
|
13
|
+
# required: true
|
14
|
+
#
|
10
15
|
# brakeman:
|
11
|
-
# description: 'Brakeman'
|
16
|
+
# description: 'Brakeman (security vulnerability scanner)'
|
12
17
|
# command: 'bundle exec brakeman -Aqz4'
|
13
18
|
# required: true
|
14
19
|
#
|
@@ -17,9 +22,9 @@
|
|
17
22
|
# command: 'bundle exec rails_best_practices'
|
18
23
|
# required: true
|
19
24
|
#
|
20
|
-
#
|
21
|
-
# description: '
|
22
|
-
# command: 'bundle exec
|
25
|
+
# flay:
|
26
|
+
# description: 'Flay (code analyzer for structural similarities)'
|
27
|
+
# command: 'bundle exec flay .'
|
23
28
|
# required: true
|
24
29
|
#
|
25
30
|
# i18n-tasks:
|
@@ -27,6 +32,12 @@
|
|
27
32
|
# command: 'bundle exec i18n-tasks missing'
|
28
33
|
# required: false
|
29
34
|
#
|
35
|
+
# es_lint:
|
36
|
+
# description: 'ES lint'
|
37
|
+
# command: 'npm run eslint --ext js .'
|
38
|
+
# gem: false
|
39
|
+
# required: true
|
40
|
+
#
|
30
41
|
# karma:
|
31
42
|
# description: 'Karma (JS specs)'
|
32
43
|
# command: 'karma start --single-run --browsers PhantomJS'
|
data/lib/massa/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: massa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lucas Caton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|