massa 0.3.2 → 0.4.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: ca016cd3011b9a99b23d51da13d14fe17c7a43ee
4
- data.tar.gz: 167a1b82c6a59a92b2364b7ad8b1ecda48156d9d
3
+ metadata.gz: 3eb969dfc2a0109b9a1ad3e5596b6869d0c76de4
4
+ data.tar.gz: 5a30dbfb5e6744d345c8c8146468645166d04a3e
5
5
  SHA512:
6
- metadata.gz: 820669ae8a999a5b3443c2556de9209b20cec4fa5fa89915661eba04fce9c44d098cfd3c68ab0b1a19fcb48a7b65a27ab2f2ec08cfb6faac109f32d3c74eab2e
7
- data.tar.gz: 857ba2871d322176b9793759060cb2beecac425d75e045cd90a8eef6b7a52e26045f2c3913e6f48ae55c84a38aacf26af326fe140a7ed8aaf11ce6fa586569f2
6
+ metadata.gz: 8b03a78e3e29363f06f6a5eca8b23aab00362cc28317582085cc03ba4da3baf05c1abc9a17ce8baf7aa4b3d8df75dbd00ee041f314087b8b6e20f8eb9fb223cb
7
+ data.tar.gz: fa54e434e7bf806f2faf16e714d7c440858271755116613c376e8319613141bae685c0420f7cdb5067634254b9d815aabda86c99f34d98367a125e93e2165f30
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- massa (0.3.2)
4
+ massa (0.4.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -18,11 +18,6 @@ rails_best_practices:
18
18
  command: 'bundle exec rails_best_practices'
19
19
  required: true
20
20
 
21
- flay:
22
- description: 'Flay (code analyzer for structural similarities)'
23
- command: 'bundle exec flay .'
24
- required: true
25
-
26
21
  i18n-tasks:
27
22
  description: 'I18n translations'
28
23
  command: 'bundle exec i18n-tasks missing'
@@ -22,11 +22,6 @@
22
22
  # command: 'bundle exec rails_best_practices'
23
23
  # required: true
24
24
  #
25
- # flay:
26
- # description: 'Flay (code analyzer for structural similarities)'
27
- # command: 'bundle exec flay .'
28
- # required: true
29
- #
30
25
  # i18n-tasks:
31
26
  # description: 'I18n translations'
32
27
  # command: 'bundle exec i18n-tasks missing'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Massa
4
- VERSION = '0.3.2'
4
+ VERSION = '0.4.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.3.2
4
+ version: 0.4.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-08-11 00:00:00.000000000 Z
11
+ date: 2016-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler