anycable-thruster 0.1.10-aarch64-linux → 0.1.11-aarch64-linux

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: e69ae99dffdbe41160681941f47d8ce7b2f87ae4f5910819a2bf47fdac593a61
4
- data.tar.gz: a384a9bb8d2991dca7b93df3773549f428591a461d67ec6c89c66c7cc59e1098
3
+ metadata.gz: 37deb4e8265eda8e20a488e7feed0b71deb389be363cad88bc11306fadc7feb4
4
+ data.tar.gz: e15439df343c28f2be81fc79090c1db839dc8cb503231542c0c05e765a67e534
5
5
  SHA512:
6
- metadata.gz: bf0127209e403f44e3ea6912fc9e2f5a4ad4c0dc49473fad1b84b19169d8551574d6f638f2d5ad58e2239a4bfe9576a044983f4bad598ff7410ea65789bf23e3
7
- data.tar.gz: 9f894ee58ab87039f6e98e70f77f68c7904a6215f1319b44dec8164d0a9935d511c4c9d1999806f0bc8ce30c103c95aa4f9f4bda1e5bd105d8b9c73b8cdd350d
6
+ metadata.gz: c48c3f1e10260199362a7d00a12fd575fcda6815ec2700c0142ba9a4223679a73f30e067cdcdb1e3d16a681cb29decaf77372c144ae8c8c355ec4b113f202409
7
+ data.tar.gz: b1b98adb8bba3620a4ad81dd69ef12abb6c77f5bd1a70c2473fc6bccecdbc9a57693a8e38a6df926e45bc96f452cfa155a1c45510331996e686638dd47f19a0e
Binary file
@@ -2,7 +2,7 @@ require_relative "../../thruster/version"
2
2
 
3
3
  module AnyCable
4
4
  module Thruster
5
- VERSION = "0.1.10"
5
+ VERSION = "0.1.11"
6
6
 
7
7
  # Very basic validation to ensure the versions are in sync
8
8
  if ::Thruster::VERSION.split(".").take(2) != VERSION.split(".").take(2)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anycable-thruster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Kevin McConnell