straight_line 0.1.3.0 → 0.1.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: 7b7b20a511c0c75d8151c5903893b045e7686c95
4
- data.tar.gz: e8fa94dc76745fe215755d62c751c9af92965ca1
3
+ metadata.gz: 47dfef9a59d132277dfbd3d0a141864c1868bf46
4
+ data.tar.gz: 225b207ebaf5043bbb86b72b1af9a2950daab625
5
5
  SHA512:
6
- metadata.gz: 7c58193d3a264b3d0d6c0dac795d8fa747572d57055f05e74356d2a4572b496c5ee26001bb68c1ba17f6b4aee448c0c8eb9f1402e319feefafa553429a77bb66
7
- data.tar.gz: 2aa5271353bdd34122444c37a5b9533854fd14aaa68cf83ac904bd4699b5aa289a8261202d41652598a27ee2aefb36c72239b4c74a6b46cd6dc830603a1e7982
6
+ metadata.gz: 9ac15127bc265e9347a4992e2121df75eb08ddf735c72d50612e7bfa57bdbc3622f87d5edd7b76a6e03a6498daff87a5780e07964af92f50d776332b66daf54b
7
+ data.tar.gz: e0f38f0d84dc97d4d51686335550768c7897773a318575cf6bfaffb292b3bae00d55ebdf6a4ac0bc4c066cb25f712e57f8fc3bc328490aa1ac6f19c075264f6c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3.0
1
+ 0.1.4.0
@@ -9,11 +9,11 @@ class Configure
9
9
  Rake::Task.define_task name => opts[:before] do
10
10
  if type == :shell
11
11
  cmd = Command.new command
12
- Util.logger.puts "executing command #{command}. Error results will be
12
+ Util.logger.info "executing command #{command}. Error results will be
13
13
  displayed if any ocur"
14
14
  cmd.run
15
15
  elsif !name.nil?
16
- Util.logger.puts "executing task #{command}. Error results will be
16
+ Util.logger.info "executing task #{command}. Error results will be
17
17
  displayed if any ocur"
18
18
  Rake::Task[command].invoke
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: straight_line
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.0
4
+ version: 0.1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Usick