massa 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/bin/massa +1 -0
- data/lib/massa/analyzer.rb +1 -1
- data/lib/massa/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca016cd3011b9a99b23d51da13d14fe17c7a43ee
|
4
|
+
data.tar.gz: 167a1b82c6a59a92b2364b7ad8b1ecda48156d9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 820669ae8a999a5b3443c2556de9209b20cec4fa5fa89915661eba04fce9c44d098cfd3c68ab0b1a19fcb48a7b65a27ab2f2ec08cfb6faac109f32d3c74eab2e
|
7
|
+
data.tar.gz: 857ba2871d322176b9793759060cb2beecac425d75e045cd90a8eef6b7a52e26045f2c3913e6f48ae55c84a38aacf26af326fe140a7ed8aaf11ce6fa586569f2
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
massa (0.3.
|
4
|
+
massa (0.3.2)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -12,7 +12,7 @@ GEM
|
|
12
12
|
coderay (1.1.1)
|
13
13
|
diff-lcs (1.2.5)
|
14
14
|
docile (1.1.5)
|
15
|
-
json (2.0.
|
15
|
+
json (2.0.2)
|
16
16
|
method_source (0.8.2)
|
17
17
|
parser (2.3.1.2)
|
18
18
|
ast (~> 2.2)
|
@@ -27,7 +27,7 @@ GEM
|
|
27
27
|
rspec-core (~> 3.5.0)
|
28
28
|
rspec-expectations (~> 3.5.0)
|
29
29
|
rspec-mocks (~> 3.5.0)
|
30
|
-
rspec-core (3.5.
|
30
|
+
rspec-core (3.5.2)
|
31
31
|
rspec-support (~> 3.5.0)
|
32
32
|
rspec-expectations (3.5.0)
|
33
33
|
diff-lcs (>= 1.2.0, < 2.0)
|
@@ -36,14 +36,14 @@ GEM
|
|
36
36
|
diff-lcs (>= 1.2.0, < 2.0)
|
37
37
|
rspec-support (~> 3.5.0)
|
38
38
|
rspec-support (3.5.0)
|
39
|
-
rubocop (0.
|
39
|
+
rubocop (0.42.0)
|
40
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 (>= 0.
|
45
|
+
rubocop-rspec (1.6.0)
|
46
|
+
rubocop (>= 0.42.0)
|
47
47
|
ruby-progressbar (1.8.1)
|
48
48
|
simplecov (0.12.0)
|
49
49
|
docile (~> 1.1.0)
|
data/bin/massa
CHANGED
@@ -15,6 +15,7 @@ OptionParser.new do |opts|
|
|
15
15
|
template = File.expand_path('../../lib/massa/templates/massa.yml', __FILE__)
|
16
16
|
config_file = 'config/massa.yml'
|
17
17
|
|
18
|
+
FileUtils.mkdir_p(File.dirname(config_file))
|
18
19
|
FileUtils.cp(template, "#{Dir.pwd}/#{config_file}")
|
19
20
|
Massa::CLI.colorize :default, 'File generated: ', :green, "#{config_file}\n"
|
20
21
|
exit
|
data/lib/massa/analyzer.rb
CHANGED
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.3.
|
4
|
+
version: 0.3.2
|
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-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
154
|
version: '0'
|
155
155
|
requirements: []
|
156
156
|
rubyforge_project:
|
157
|
-
rubygems_version: 2.
|
157
|
+
rubygems_version: 2.6.6
|
158
158
|
signing_key:
|
159
159
|
specification_version: 4
|
160
160
|
summary: Keep the quality, good practices and security of Rails projects.
|