massa 0.1.4 → 0.1.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/massa +1 -1
  3. data/lib/massa/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d50f9024eadffa3f0c3057b228219c0caf0433b1
4
- data.tar.gz: 57bf4564ca051ddf159c20a4f97d8cda736b3eba
3
+ metadata.gz: f656becaad0929a02ce34d40d6ce0984163e3603
4
+ data.tar.gz: 821b4fb41419a8a38330f20f7626e78fa9dead2c
5
5
  SHA512:
6
- metadata.gz: b99fca7668c9e66120fb705e33693884d5fe839826ef2d1ecaad2147701e2a8e4ee39047e8c79eb45d6d64bc02ba57d27feef652c0259a2ce8a03af88a49aec9
7
- data.tar.gz: 53c24907aa07b51d7f6f6456556d56040a7347226f46401fa6f135ca54fcde70c4adc1badc3b574f57521fd09e68cf94b61f12bf3318a02a000fc7732eb1f5d2
6
+ metadata.gz: 935570a7bffec10ca0658300c29e23850232f40709bc5b3b268d46ae647381fd88d2195ad25441b72a115e1c4f37022a1191deb636b0f3a5df654d6fc8d83d0b
7
+ data.tar.gz: 59e7f660fa5263922b29612c63196f946c14ffced060e27369cef66e8306b8da43176c89b4bf2d085438cb11ee0ecc1eed33d1630bea6c7ac2bee50f54b84377
data/bin/massa CHANGED
@@ -15,7 +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.cp(template, "#{Dir.pwd}/config_file")
18
+ FileUtils.cp(template, "#{Dir.pwd}/#{config_file}")
19
19
  Massa::CLI.colorize :default, 'File generated: ', :green, "#{config_file}\n"
20
20
  exit
21
21
  end
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.1.4'
4
+ VERSION = '0.1.5'
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.1.4
4
+ version: 0.1.5
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-03-05 00:00:00.000000000 Z
11
+ date: 2016-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler