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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b22cc033fad90a7f21523cd1ff33ffcb8f5903605a826ac0abc0b14b17e5425b
4
- data.tar.gz: 73861ce2fb52cebc7d39931076e29bf1a388d23d5724c0f896d18efbf8d34e3f
3
+ metadata.gz: 986a001009999eee38f00d024cde2f4efbf5f7630db345883624955e16d9b1de
4
+ data.tar.gz: 98ec4b9694c11224cfe9690516fc8dccbc2334c671a77f58c860b18e65de76ef
5
5
  SHA512:
6
- metadata.gz: c557b19ce11df00720f9513e23b3bd49116641a3b2f2c7afc671258229bb7d4208d23ee40c15e614b2d17c214c0144300c5dafa4a93507cb77c7131aeea565b1
7
- data.tar.gz: 0c4ea42f15bba85132c5dbc3f0a44c346ceb0c366b3db539c8949e9d527a67c06fb4303a413bcf882b1164b505e1f6cbdc5ad4db5bb508ff90319fc349937735
6
+ metadata.gz: bb4d4214052a837ed9dbf8d230ef999fdb31813f3718e16f34bd6d29ef69fe6d56b96d2c99bc8c6e2ffd4cce63d54f40d0bcc21092a89b4b26ac73f96170b866
7
+ data.tar.gz: 5ddd5ab59d20c6dea1ad21ae0719c56e9b49d4a7222bd33bfe885bcec720f570663c90ced1941a1cdb1765799bff33af5f95742144347759aba142be7006c687
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.98)
4
+ opswalrus (1.0.99)
5
5
  activesupport (~> 7.0)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  binding_of_caller (~> 1.0)
@@ -8,8 +8,8 @@ require_relative "invocation"
8
8
 
9
9
  module OpsWalrus
10
10
 
11
- OPS_GEM="$HOME/.local/share/rtx/shims/gem"
12
- OPS_CMD="$HOME/.local/share/rtx/shims/ops"
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
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.98"
2
+ VERSION = "1.0.99"
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.98
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-21 00:00:00.000000000 Z
11
+ date: 2024-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport