norad_cli 0.1.20 → 0.1.21

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ca0e03325e221db2ca3a367bb023d4d5838c0d9
4
- data.tar.gz: b99ad1c5723bdd3de37cb02272ca72a7c0097461
3
+ metadata.gz: '0390c2128c49ca8f22d766b91ae0f5bb9bef625a'
4
+ data.tar.gz: 342bc609b1cbcbd2de06d36d732e3481607bac95
5
5
  SHA512:
6
- metadata.gz: 36264ce742ac208290b2d0073011b2a58e0749b7b3e410eeba86042aab209e033592a8efb00c81934e190e91b9d1ffdd28acebae6003250d839ddd1440df9152
7
- data.tar.gz: 4752f3fe64b20ebdadcc3a7eec8decb92f3f911471765653b74e942d8d49f12ac955401f85302d5dcdbf7bd3d082bc7745807b0929cc814abc61c42f2bde07e9
6
+ metadata.gz: 159f4529c4ff1bdf02fb02ad8bac35d63daae4f551ea8babbdee704f775407517de676e57445028d85625857e1cbb30328f5515ec27c9ef32a330676a9d9c658
7
+ data.tar.gz: a2a7512b19157a1ff0631aa85288815063193e116c456ff2b24c3db6a49fc2b9878ad8950a4b3f48308f3f896e9c444a37342afc63662a2eab4f2b6b9d2d6761
@@ -264,7 +264,7 @@ class Sectest < Thor
264
264
  f.split('/')[-1]
265
265
  end
266
266
  end.compact
267
- run_specs(specs, options)
267
+ run_specs(*specs, options)
268
268
  end
269
269
 
270
270
  desc 'seed', 'Create the containers.rb seed to import into the api'
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module NoradCli
3
- VERSION = '0.1.20'
3
+ VERSION = '0.1.21'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: norad_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Hitchcock