anycable-thruster 0.1.10-x86_64-linux → 0.1.11-x86_64-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: 8cf92a6a1545452bf9e6f23fb653dd4706bc578e5d0160c01f8f15fef72f4bfd
4
- data.tar.gz: ad9bebef472552db3196c3fd9774ea595d530944fdca1c1f6f59bc86368ef13c
3
+ metadata.gz: 48d7fad07f660dc8781613b22f833bd43a12285f6b244cb6e8ed03d86465fe95
4
+ data.tar.gz: 813aa2bbcf17e8b3d3ee88242d661a9660d24d82ebcfa94526bc4f1c930620d1
5
5
  SHA512:
6
- metadata.gz: 6be24662c93a083ebddd85e2b71afd3cbfa95ec1f166f600c3bb08a7fa5ae29d37592cc95c14ce11d1bba6dcb8e3bfbcfbe52d25e43222966b189be3fe9680c7
7
- data.tar.gz: 7f4d62bf42b6bc06c65eb6498859b298becdf92ffbe3b26812b47ef3d2df0575985430b1f4baefe036420ff3d97cb69d7bf984d15ff3e5d8eccb52e3cdff7ff3
6
+ metadata.gz: d3f131e2b0ab2dec3a879347ec398b09e37d4fe75919c35b548a2fc13bb7b00f2bdc3c2d55ef8af0a737fff9cad912f4d84b5e758cc7dafca1a36c1f3d7c22dd
7
+ data.tar.gz: 4c0b145410bbcd63ed7059443d84db2a3472c232c33e965db6376c29c53ae0627d67ab4bc34a932d6b82da3f7e844a2318254761d48588bb12882b871e843103
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: x86_64-linux
6
6
  authors:
7
7
  - Kevin McConnell