massa 0.2.1 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81dbc05161f0bf222ae992a9a1d8f2f63adfc96f
4
- data.tar.gz: c0ad920815a787e978138c65b5570ae4407962be
3
+ metadata.gz: c2e0e5b6dfef20cfda9b86989f5e9653c0d96008
4
+ data.tar.gz: e2a19e0eaba8a873e37594af1dd68013495528e2
5
5
  SHA512:
6
- metadata.gz: 83d4ba08f8014b5bdcda70a22d29cc08b201c73fbaecef3de83a67dddb13cdcfa84bb4d54e59105992f397861a7f0c4411e83da3c8f3971f31e1acd9fd0ad43e
7
- data.tar.gz: 848d6f93eefea69cff16b042341e7344093883fe0029f839672ad989d4295dff9352670c64cde979207b3572ce843b451efdf7fc9c5bbd20a40fe78da20e30f6
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.2.1)
4
+ massa (0.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- ast (2.2.0)
10
- codeclimate-test-reporter (0.5.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 (1.8.3)
15
+ json (2.0.1)
16
16
  method_source (0.8.2)
17
- parser (2.3.0.7)
17
+ parser (2.3.1.2)
18
18
  ast (~> 2.2)
19
19
  powerpack (0.1.1)
20
- pry (0.10.3)
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.4.0)
27
- rspec-core (~> 3.4.0)
28
- rspec-expectations (~> 3.4.0)
29
- rspec-mocks (~> 3.4.0)
30
- rspec-core (3.4.4)
31
- rspec-support (~> 3.4.0)
32
- rspec-expectations (3.4.0)
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.4.0)
35
- rspec-mocks (3.4.1)
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.4.0)
38
- rspec-support (3.4.1)
39
- rubocop (0.39.0)
40
- parser (>= 2.3.0.7, < 3.0)
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.4.1)
46
- rubocop (= 0.39.0)
47
- ruby-progressbar (1.7.5)
48
- simplecov (0.11.2)
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 (~> 1.8)
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.3)
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.3
70
+ 1.12.5
@@ -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
- haml_lint:
17
- description: 'HAML lint'
18
- command: 'bundle exec haml-lint app/views'
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
- # haml_lint:
21
- # description: 'HAML lint'
22
- # command: 'bundle exec haml-lint app/views'
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Massa
4
- VERSION = '0.2.1'
4
+ VERSION = '0.3.0'
5
5
  end
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.2.1
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-05-15 00:00:00.000000000 Z
11
+ date: 2016-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler