branch_io_cli 0.5.0 → 0.5.1

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: 5f269c7f617c87a8f5850bbb836a909dd272fb0f
4
- data.tar.gz: 91b44ebe0922c603e3e89a4725adae1917dce458
3
+ metadata.gz: c4d444bc1a35716b7ea3bce2bae51fe014abd6f3
4
+ data.tar.gz: 90773f8e6fef0ded64589c21c9ddec8e31ea558a
5
5
  SHA512:
6
- metadata.gz: 72f42f3ae7b88c0491560360c93ca896c6c18da4d17edef7458df1f741375e50eda5b0bb2eeb6f57e86bdfd6ab38f8b641264ceeba2e91e651b8fcffff581a14
7
- data.tar.gz: 0c2ddfedf72348323628c7fcd11b26a9cf30c1b7204b3da66c81c1ba106e8f404a5ab5a6a969837d790cf37dd56310c7e9c1c3b48d3977c754f6ae62919a6818
6
+ metadata.gz: c83211f23c80f1767383ac38c46cbea4a37fe708999b704779a6a71798257c060e387cc8849a798ba6e56e3b614e47c619a230fd874a1ae03398903afaa7614e
7
+ data.tar.gz: ddd750946984b73e70a04073dd9bc6f2c1bf610574cbb54430ca0658528adee4a916a25140da8a8fa7904c07880022d8ecc1919bc1f0eb129450f0f1710d3767
@@ -1,6 +1,6 @@
1
1
  module BranchIOCLI
2
2
  module Commands
3
- module ValidateCommand
3
+ class ValidateCommand < Command
4
4
  def initialize(options)
5
5
  super
6
6
  config_helper.validate_validation_options options
@@ -1,3 +1,3 @@
1
1
  module BranchIOCLI
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: branch_io_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Branch