cmdr 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cmdr.rb +8 -7
  2. metadata +1 -1
data/lib/cmdr.rb CHANGED
@@ -11,15 +11,16 @@ class Cmdr
11
11
 
12
12
  def initialize(main_opt={})
13
13
  opt = {
14
- public:
15
- {alias: {},
16
- user:
17
- {'-1' => history:
18
- {list: [], index: []}
14
+ public: {alias: {},
15
+ user:
16
+ {'-1' =>
17
+ {
18
+ history:
19
+ {list: [], index: []}
20
+ }
19
21
  }
20
22
  },
21
- config:
22
- {bottom_up_display: true}
23
+ config: {bottom_up_display: true}
23
24
  }.merge(main_opt)
24
25
 
25
26
  @v = opt[:public]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmdr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors: []
7
7