rpanel 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/rpanel/cli.rb +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -49,7 +49,7 @@ module Rpanel
49
49
  "Show this help message.") { stdout.puts opts; exit }
50
50
  opts.parse!(arguments)
51
51
 
52
- if mandatory_options && mandatory_options.find { |option| options[option.to_sym].nil? }
52
+ if mandatory_options && mandatory_options.find { |option| options[option.to_sym].nil? } || (options[:username].nil? && options[:apply_all_accounts].nil? )
53
53
  stdout.puts opts; exit
54
54
  end
55
55
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpanel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - jayronc