opswalrus 1.0.66 → 1.0.68

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: 35026307769aa075aa52c9fe12f3bf64b86cf06dd3d519ce0a3bed4225ce59a0
4
+ data.tar.gz: 7884cfd87ae0862276f941410baeb4d74540a2e5f82ffef54290de897075c1f7
5
5
  SHA512:
6
- metadata.gz: 801ac43cbceabd28d05429b94f8842cdde4ebd38114f09d0312721e51be3fc56520fe957504abadaef6990bba7354c389bee5189dede97d4e1910b4792b72276
7
- data.tar.gz: b4a883ecd461b58058e01676b54b19a667239f15643b9ad3ea9f2d0671e2183d7897fe9855389a859409a39f2e350045da159fd5f7fb9dd63ff9878b93f4aba6
6
+ metadata.gz: 0df0f1a38cf9b32fc26a35e97dab8966206bec399dea45f70a527c95b40355eaacafe065010cd6c5c68550cdb300ba6c4db2bf51b289a16b5261c292e90fbb41
7
+ data.tar.gz: 2f3b7bb0293ad6b02a8c539ac7b22fd73c6d689f65bf7f7316aac7c25d26635074a05cce8787e77b01a504da51cde35d36e19d50a91b9183d4ccdbfab1dbd212
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.68)
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.68"
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.68
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