merona 1.0.6 → 1.0.7

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 (2) hide show
  1. data/bin/merona +3 -2
  2. metadata +1 -1
data/bin/merona CHANGED
@@ -6,11 +6,12 @@ require 'FileUtils'
6
6
  if ARGV.size < 2
7
7
  puts "Usage"
8
8
  puts " merona -command --parameter"
9
+ return
9
10
  end
10
11
 
11
- ARGV[0].downcase!
12
+ cmd = ARGV[0].downcase!
12
13
 
13
- case ARGV[0]
14
+ case cmd
14
15
  when "new"
15
16
  path = Gem.bin_path("merona", "merona")
16
17
  path.reverse!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merona
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: