opswalrus 1.0.54 → 1.0.55

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: 50b82ac565a56bb1585653a90c4c0c09b06ba3490c3121da8717e9bdf085f48b
4
- data.tar.gz: f38e88fa6db2769cd7ae59291ce28f337c1ca8a9bcd00509f8ccc00cd47b0890
3
+ metadata.gz: 886446171ec646a644e8c99be6b4a5de56f502f54336d292168c9fe0e4411028
4
+ data.tar.gz: adc3c9c5ea70bb95361ba7797eac02b62a1e9a003ba6db5fcdd6e39faa7f5bf4
5
5
  SHA512:
6
- metadata.gz: 751dfb54af8521b4e33a45cd8d38c0aa0b2c433006bd7030e412605584ffb4b7cba44d49fe26b64c7c2c4d0f2cea08a53cd02aea40c1d2341de7d20fbbe1ac35
7
- data.tar.gz: a52102d80e0b0f966d7b357173f87cafcb6ddcfdf0e9d0b3aa369e115c5b7da03ef0ce1fb6ba8d25486ac296e2f3e06dc717ab0fe61f96cf3c904b0a14b3d87c
6
+ metadata.gz: ecb4f917b14b27dc08435d09f44b242144bf3950bd613472d467927b8929cf5083825325f0b595b792647e005fc3e85b4702297cb722135b464bd11c5dc6c6bc
7
+ data.tar.gz: 447e67ec4a89559430ead09b63262a669998b03dfb0e862693440fbe94a7b6392ece30fdce7f72b755e49bd8fafe672bb430b56a2725cf1f6bad454b985655a7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.54)
4
+ opswalrus (1.0.55)
5
5
  activesupport (~> 7.0)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  binding_of_caller (~> 1.0)
@@ -27,7 +27,7 @@ if [ -x $RTX ]; then
27
27
 
28
28
  # make sure the latest opswalrus gem is installed
29
29
  # todo: figure out how to install this differently, so that test versions will work
30
- # gem install opswalrus
30
+ gem install opswalrus
31
31
  # $GEM_CMD install opswalrus
32
32
  $RTX reshim
33
33
 
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.54"
2
+ VERSION = "1.0.55"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opswalrus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.54
4
+ version: 1.0.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis