opswalrus 1.0.66 → 1.0.67
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 +4 -4
- data/Gemfile.lock +2 -2
- data/build.ops +1 -1
- data/lib/opswalrus/host.rb +1 -1
- data/lib/opswalrus/ops_file_script_dsl.rb +1 -1
- data/lib/opswalrus/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '083f31298bd6bc7627192554684194cec02379c7f1a74ad4e36447e8bc27b1ff'
|
|
4
|
+
data.tar.gz: 39710ddd971603b2b835c645d4a588b14a195c0be8b4215510176c9e4bdc5adb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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:
|
|
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",
|
data/lib/opswalrus/host.rb
CHANGED
|
@@ -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("
|
|
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("
|
|
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
|
data/lib/opswalrus/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2023-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|