xhummingbird 0.1.5 → 0.1.6

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: 15a88a5d49e5f283250cb3ea1a3c65cdbd6f856c4d4f8e51833f4395a930fce0
4
- data.tar.gz: 6d433c7920f91d794aea403c0f0f6cfd3196b0c166574f250c6e4f6783cb4679
3
+ metadata.gz: b960f4ba7e3e231aaf8af9517ef322ba2c595e3e7d0c9502d1a6ad564b65838d
4
+ data.tar.gz: 03fb222a1590ff0a43d86ecde2968802f9dd291058b41c262a311b472c9d8363
5
5
  SHA512:
6
- metadata.gz: 746d060320800872e1e0393039d16f12adc5ab79a390f4ee1424cc29a66feae1ac3b2a0fcfb94abecacaaae3c03ce7e70ddaec713ef7600e6514e44fdc556f41
7
- data.tar.gz: d19646279e7fc71681753f2980a1cdfe84c6ee3f5bb0b2b1c2381657d814d1fc81da9f62c142ba1d904a16f735edf4c126494481f88fc83f7921fe7bd5e6692f
6
+ metadata.gz: bf372106cbefeab3c1e94b89c580825450e51c68cabae36091dc3a6567ae9da8339fc14213636aa790afb66f5d8affee2db3b35096fdace0e9cf34e61f7e7706
7
+ data.tar.gz: 90c8ea7fef69fecb27f58c0c538f634756de32e1d2733c721ebdc2ec22175ca7249ed4a97fc13dd2018fcdee560e041bb5913c2829f1c7691afe7fdc29429338
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xhummingbird (0.1.5)
4
+ xhummingbird (0.1.6)
5
5
  ffi-rzmq
6
6
  google-protobuf
7
7
 
@@ -23,6 +23,8 @@ module Xhummingbird
23
23
  end
24
24
 
25
25
  def start
26
+ return unless enabled?
27
+
26
28
  ctx = ZMQ::Context.new
27
29
  socket = ctx.socket(ZMQ::PUSH)
28
30
  socket.connect(address)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Xhummingbird
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xhummingbird
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - xmisao
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-08 00:00:00.000000000 Z
11
+ date: 2022-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-rzmq