bosonson 0.304.2 → 0.304.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module Boson::Commands::Core #:nodoc:
15
15
  'commands'=>{
16
16
  :desc=>"List or search commands. Query must come before any options.", :default_option=>'query',
17
17
  :options=>{ :index=>{:type=>:boolean, :desc=>"Searches index"},
18
- :local=>{:type=>:boolean, :desc=>"Local commands only" } },
18
+ :local=>{:type=>:boolean, :default=> true, :desc=>"Local commands only" } },
19
19
  :render_options=>{
20
20
  [:headers,:H]=>{:default=>{:desc=>'description'}},
21
21
  :query=>{:keys=>command_attributes, :default_keys=>'full_name'},
@@ -74,4 +74,4 @@ module Boson::Commands::Core #:nodoc:
74
74
  end
75
75
  end
76
76
  end
77
- end
77
+ end
@@ -1,5 +1,5 @@
1
1
  module Boson
2
2
  def self.version
3
- '0.304.2'
3
+ '0.304.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosonson
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1243
4
+ hash: 1241
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 304
9
- - 2
10
- version: 0.304.2
9
+ - 3
10
+ version: 0.304.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil