opswalrus 1.0.66 → 1.0.67

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
  SHA256:
3
- metadata.gz: 89186083d2535f1f02ce6b0f77a53d2948a823edb61219778ce88dcdc1aa90fb
4
- data.tar.gz: 2817cae647135b330a3f23dd91e970cdcf2ef1e67e84b66e67c09827ffa3e979
3
+ metadata.gz: '083f31298bd6bc7627192554684194cec02379c7f1a74ad4e36447e8bc27b1ff'
4
+ data.tar.gz: 39710ddd971603b2b835c645d4a588b14a195c0be8b4215510176c9e4bdc5adb
5
5
  SHA512:
6
- metadata.gz: 801ac43cbceabd28d05429b94f8842cdde4ebd38114f09d0312721e51be3fc56520fe957504abadaef6990bba7354c389bee5189dede97d4e1910b4792b72276
7
- data.tar.gz: b4a883ecd461b58058e01676b54b19a667239f15643b9ad3ea9f2d0671e2183d7897fe9855389a859409a39f2e350045da159fd5f7fb9dd63ff9878b93f4aba6
6
+ metadata.gz: e7ef4611a4145f55fae805dc8af6e39595d43c639134443f37eb18ff01ac86e40c409f77df1138151dba1d47814efc37aa8c186a5817a8b6e1db25e55008eca8
7
+ data.tar.gz: ac4fe49c77347ce151279d329bf04ea42d4fda6534df6e7f3966cdb118bf26748951487941f9446332e8ffaf12165c31e661bd4b216a3b24027026e1b170cd33
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.66)
4
+ opswalrus (1.0.67)
5
5
  activesupport (~> 7.0)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  binding_of_caller (~> 1.0)
@@ -86,7 +86,7 @@ GEM
86
86
  diff-lcs (>= 1.2.0, < 2.0)
87
87
  rspec-support (~> 3.12.0)
88
88
  rspec-support (3.12.1)
89
- rubocop (1.56.3)
89
+ rubocop (1.56.4)
90
90
  base64 (~> 0.1.1)
91
91
  json (~> 2.3)
92
92
  language_server-protocol (>= 3.17.0)
data/build.ops CHANGED
@@ -55,7 +55,7 @@ is_unlocked = sh? "Check whether Bitwarden is locked or not",
55
55
  # if bw_status_json['status'] != 'unlocked'
56
56
  # exit 1, "Bitwarden is not unlocked. Please unlock bitwarden with: bw unlock"
57
57
  # end
58
- exit 1, "Bitwarden is not unlocked. Please unlock bitwarden with: bw unlock" unless is_unlocked
58
+ exit 1, "Bitwarden is not unlocked. Please unlock bitwarden with: rbw unlock" unless is_unlocked
59
59
 
60
60
  # totp = sh("Get Rubygems OTP") { 'bw get totp Rubygems' }
61
61
  totp = sh "Get Rubygems OTP",
@@ -305,7 +305,7 @@ module OpsWalrus
305
305
  end
306
306
  io.puts Style.green("*" * 80)
307
307
  elsif App.instance.warn? && description
308
- io.print Style.blue(" | Finished in #{seconds} seconds with exit status ")
308
+ io.print Style.blue("Finished in #{seconds} seconds with exit status ")
309
309
  if exit_status == 0
310
310
  io.puts Style.green("#{exit_status} (success)")
311
311
  else
@@ -349,7 +349,7 @@ module OpsWalrus
349
349
  end
350
350
  io.puts Style.green("*" * 80)
351
351
  elsif App.instance.warn? && description
352
- io.print Style.blue(" | Finished in #{seconds} seconds with exit status ")
352
+ io.print Style.blue("Finished in #{seconds} seconds with exit status ")
353
353
  if exit_status == 0
354
354
  io.puts Style.green("#{exit_status} (success)")
355
355
  else
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.66"
2
+ VERSION = "1.0.67"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opswalrus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.66
4
+ version: 1.0.67
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-28 00:00:00.000000000 Z
11
+ date: 2023-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport