massa 0.3.1 → 0.3.2

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: cd1570874c975c3ee26c31b3d33812a784e08a05
4
- data.tar.gz: a0c4ee44ba1c2e75d61b9466dff739aa76aa1456
3
+ metadata.gz: ca016cd3011b9a99b23d51da13d14fe17c7a43ee
4
+ data.tar.gz: 167a1b82c6a59a92b2364b7ad8b1ecda48156d9d
5
5
  SHA512:
6
- metadata.gz: f628c7a57441589936addebe7b59154d2c1b65140cc555ca6a62afeed2ff3777bfdd672bcd797105792805faecea51c88ab0899dd8a0526ff8e697dcfd2ecd8c
7
- data.tar.gz: 9248e1c3bb41ac300bf132a38cb15d05b1b74a6e1f9e44a25ffadc5c450558685d45bd4b0b0d97535460d3582c3a8b4a19257de8b44b9e10d38d6885d39b4ed3
6
+ metadata.gz: 820669ae8a999a5b3443c2556de9209b20cec4fa5fa89915661eba04fce9c44d098cfd3c68ab0b1a19fcb48a7b65a27ab2f2ec08cfb6faac109f32d3c74eab2e
7
+ data.tar.gz: 857ba2871d322176b9793759060cb2beecac425d75e045cd90a8eef6b7a52e26045f2c3913e6f48ae55c84a38aacf26af326fe140a7ed8aaf11ce6fa586569f2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- massa (0.3.1)
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.1)
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.1)
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.41.2)
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.5.1)
46
- rubocop (>= 0.41.2)
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
@@ -27,7 +27,7 @@ module Massa
27
27
  execute(tool)
28
28
  end
29
29
 
30
- Massa::CLI.colorize :green, "~(‾▿‾)~ All good!"
30
+ Massa::CLI.colorize :green, '~(‾▿‾)~ All good!'
31
31
  end
32
32
 
33
33
  def gem_installed?(tool)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Massa
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
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.1
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-07-21 00:00:00.000000000 Z
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.5.1
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.