busbar-cli 1.5.0 → 1.5.1

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: bed3140284ac9b9a9d9955acad7aa652fbb15317
4
- data.tar.gz: 8927eb75d2fa76e96ad2e1f5ea62afc8d834db92
3
+ metadata.gz: 46bd67f6e86d08346e180e5ff3f0549c8c71b910
4
+ data.tar.gz: 8b60d538b86b7ac653b0173b42eadba64894d7ce
5
5
  SHA512:
6
- metadata.gz: 6001234023e640bf680e066db5a26c5d560f4d4deb1615af05b2599c3dd92c7ec6f6a812b1a7a7406968fcac1718c939ca20981dcd3b537ae01e723fc8171e80
7
- data.tar.gz: 5f50e33cb0a3a87a0bfc8b1f0a1853a98a9ca1bfff63e7a2a5d277b3051f894201fa9e2f815c328b1acee5d3ae28e33cac6bb4300738c32127319a8af2b32272
6
+ metadata.gz: 49fce910d34b9960a1f6d28ad8cedfdcca336067125a91fd7842799b8bae78e74aa332362830885ac290bbae4160f2b019078b5bd903067fd9b5186156f5f1e8
7
+ data.tar.gz: 238f9a106627cddb36a1208dbe9a17891c48fa45d4f9898ac9b33d3d96b0343f0fdc8914f225b37c34516504659fcee3c4d14a23f40a6ce85df0a41d3e8c713a
@@ -15,7 +15,7 @@ module Commands
15
15
  desc: 'Reset all of your configs',
16
16
  type: :boolean
17
17
  method_option :unset,
18
- desc: 'Config to be unsetted'
18
+ desc: 'Config to be unset'
19
19
 
20
20
  def app_config
21
21
  return Services::AppConfig::Displayer.call if options.empty?
@@ -1,6 +1,6 @@
1
1
  # Version Variables
2
2
  VERSION = '1.5'.freeze
3
- BUSBAR_PATCH_VERSION = '0'.freeze
3
+ BUSBAR_PATCH_VERSION = '1'.freeze
4
4
  KUBECTL_PATCH_VERSION = '8'.freeze
5
5
  BUSBAR_VERSION = "#{VERSION}.#{BUSBAR_PATCH_VERSION}".freeze
6
6
  KUBECTL_VERSION = "#{VERSION}.#{KUBECTL_PATCH_VERSION}".freeze
@@ -5,10 +5,10 @@ module Services
5
5
  Confirmator.confirm(
6
6
  question: 'Are you sure you want to reset all of your application configs? ' \
7
7
  'This action is irreversible.',
8
- exit_message: 'Exiting without reseting application configs.'
8
+ exit_message: 'Exiting without resetting application configs.'
9
9
  )
10
10
  Services::AppConfig.reset_all
11
- puts 'Application configuration reseted with success.'
11
+ puts 'Application configuration reset with success.'
12
12
  exit 1
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busbar-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Marques
@@ -243,8 +243,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  requirements: []
245
245
  rubyforge_project:
246
- rubygems_version: 2.5.2
246
+ rubygems_version: 2.5.1
247
247
  signing_key:
248
248
  specification_version: 4
249
249
  summary: A CLI for Busbar
250
250
  test_files: []
251
+ has_rdoc: