opswalrus 1.0.98 → 1.0.99
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 +1 -1
- data/lib/opswalrus/host.rb +2 -2
- 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: 986a001009999eee38f00d024cde2f4efbf5f7630db345883624955e16d9b1de
|
|
4
|
+
data.tar.gz: 98ec4b9694c11224cfe9690516fc8dccbc2334c671a77f58c860b18e65de76ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb4d4214052a837ed9dbf8d230ef999fdb31813f3718e16f34bd6d29ef69fe6d56b96d2c99bc8c6e2ffd4cce63d54f40d0bcc21092a89b4b26ac73f96170b866
|
|
7
|
+
data.tar.gz: 5ddd5ab59d20c6dea1ad21ae0719c56e9b49d4a7222bd33bfe885bcec720f570663c90ced1941a1cdb1765799bff33af5f95742144347759aba142be7006c687
|
data/Gemfile.lock
CHANGED
data/lib/opswalrus/host.rb
CHANGED
|
@@ -8,8 +8,8 @@ require_relative "invocation"
|
|
|
8
8
|
|
|
9
9
|
module OpsWalrus
|
|
10
10
|
|
|
11
|
-
OPS_GEM="$HOME/.local/share/
|
|
12
|
-
OPS_CMD="$HOME/.local/share/
|
|
11
|
+
OPS_GEM="$HOME/.local/share/mise/shims/gem"
|
|
12
|
+
OPS_CMD="$HOME/.local/share/mise/shims/ops"
|
|
13
13
|
|
|
14
14
|
# the subclasses of HostProxy will define methods that handle method dispatch via HostProxyOpsFileInvocationBuilder objects
|
|
15
15
|
class HostProxy
|
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.99
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Ellis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|