aia 0.3.3 → 0.3.4

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aia/cli.rb +1 -1
  3. data/lib/aia/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d2d934f517983c9854654eeb01d9b5ca6a08c92cb531b315a8b223e6e2ffd23
4
- data.tar.gz: cd5ac0f18c2a290205c717c2d9e1e2e43ffe0a51f5aac400d3a1fce6137db4c5
3
+ metadata.gz: 5bfe9daa39adc44a512d9c78f59e7f784f526c8983563dc87441cf25bb34a5a7
4
+ data.tar.gz: 15d0dc829ebda2761d0b396b9c3069aba2b1c9224f4e091c024fc5cfadd2f93b
5
5
  SHA512:
6
- metadata.gz: 04c859d26173c65d577cd9a49c4333f5c104d69b37205523a1f2249f284de38e1af06ec1870cea9774858e9688eb67639135fe2500b3550693f33ba621eada79
7
- data.tar.gz: 808e69fc41eaba3396ebfb7157063e43709034a5009fcc06fb01c0055a2b371ef128962bea32a2cae8efc0e8ee0b8d8aeb5f4f180e5e4754176bfc70fecf17a0
6
+ metadata.gz: b9da70fa3aa58b3430732df71cc1e39990d9236d18e754582e5c83341a2b094115628e30d8c0f2ef70e1df371e6de0733b6bbe10bac09e1281f37d7447036b3f
7
+ data.tar.gz: 143637cb1e2fedbe8456327220181b9cbba152ed948b3b9eb4bb382b219137eea2c4d78ec530ac3b76d981f9e8c06dd83ec7f595772d5c07fc95f8a245805241
data/lib/aia/cli.rb CHANGED
@@ -139,7 +139,7 @@ module AIA::Cli
139
139
  check_for option
140
140
  end
141
141
 
142
- show_completion unless @options[:completion].nil?
142
+ show_completion unless @options[:completion].first.nil?
143
143
 
144
144
  # get the options meant for the backend AI command
145
145
  extract_extra_options
data/lib/aia/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module AIA
5
- VERSION = "0.3.3"
5
+ VERSION = "0.3.4"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dewayne VanHoozer