qb 0.1.35 → 0.1.36

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34b87b9d7874575c192ab37a4c7f017e2e5ab747
4
- data.tar.gz: e01816796d5b073d666c4482b71a9b0c94126a9e
3
+ metadata.gz: ba8c588f4c5401fbefe1a8000ea8354707269fe6
4
+ data.tar.gz: 5fcac34c7a16b53e92b5db9190edf215cadd8884
5
5
  SHA512:
6
- metadata.gz: da1f3337c183e348d05b4763bdc2a89bd1d715871623d2ac023c256568c962d22de2a50ce0cf18ff3e5a7dbdce5c463d2a3227846df0d9c361e43957d41f0954
7
- data.tar.gz: 3dd4dfc1d842552a6b2bc218fe61daf334b6a1fd82f472df3411da4b5b0c5ebac0f5d9c0b4790398008318ea36e23f5c4f82cfd394a7589a94fbdd977c3e63fd
6
+ metadata.gz: 76ca3d2c460501ed7ece33233a38f33e9f0fd70eaee54e1f0cff8c5339b348806d4afd010099b7d933409210c0e54d8dbfb08770ee24b7a7767f608da013533c
7
+ data.tar.gz: cb7bd2957dab55aaabbb49bd996cc3e8b7425ec0f3688c5f5bfe0c7c8c0c8221d047e29b027ebf7c00c4899c5a593f8323f066e112856d144bde970f9867a809
@@ -66,10 +66,7 @@ module QB
66
66
  # create an option
67
67
  option = Option.new role, option_meta, include_path
68
68
 
69
- # this dictates whether or not the option's *argument* is required.
70
- # we always require the argument, except in the case of boolean
71
- # options or options that accept false.
72
- on_args = [:REQUIRED]
69
+ on_args = []
73
70
 
74
71
  if option.meta['type'] == 'boolean'
75
72
  # don't use short names when included (for now)
@@ -1,7 +1,7 @@
1
1
  module QB
2
2
  GEM_NAME = 'qb'
3
3
 
4
- VERSION = "0.1.35"
4
+ VERSION = "0.1.36"
5
5
 
6
6
  def self.gemspec
7
7
  Gem.loaded_specs[GEM_NAME]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.35
4
+ version: 0.1.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - nrser