lxi_rb 0.10.3 → 0.10.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a93864f70d7ea209966823d01dfd44fa4502b2f319ece123359f5910a1c59b94
4
- data.tar.gz: 2ccee720ae359a979439bd85edb2fc95d190b38e3e9258ba2aa1c2750316a801
3
+ metadata.gz: ce2943f0315aa8e530c433bbd49e9c00d6f7ba20e8b391e8128b82b1dfde7329
4
+ data.tar.gz: 9ec57b67c721e8c09b3bce26cceeb9613e6bd4388f7113e3abe0ea043b4917b4
5
5
  SHA512:
6
- metadata.gz: 4adcd8a2727d38843256fa849f034b61280e5ba2d983f3fb6fbc4eb0f204aa2e5c66ab2a6253a3d61f8f5abbada3af7839346e7299f7789427172a521f4d953b
7
- data.tar.gz: 44fdb91fe50c5a490e6fb87b925b44daf5bc330791543b0f90a6e3abccd4b061d0a230204fd9c009c42af23c2d5964a21af362fac8003b85bdce4030e265f8f0
6
+ metadata.gz: c0b9368b3e1b01f5e98642fc10288ce0ae9547882d15d8b66a376974d71ba539c8057de562d7f534c8a0198e6b984e421fad82554613028c025bd0b947ec45bf
7
+ data.tar.gz: f22523961ab699880ddef4777f61bf8ff800f77b0ea932dd962f7225bdb67679f348eab65b974b85743969492f6414daac290f58b16aaefc730ae73132cdbd94
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@
4
4
  All notable changes to this project will be documented in this file.
5
5
 
6
6
  - - -
7
+ ## [v0.10.4](https://github.com/robcarruthers/lxi_rb/compare/v0.10.3..v0.10.4) - 2023-06-28
8
+ #### Miscellaneous Tasks
9
+ - Add to LIBLXI search path - ([c6f329b](https://github.com/robcarruthers/lxi_rb/commit/c6f329b2a232b81dcd16bed201c493e42dc402ac)) - [@robcarruthers](https://github.com/robcarruthers)
10
+
11
+ - - -
12
+
7
13
  ## [v0.10.3](https://github.com/robcarruthers/lxi_rb/compare/v0.10.2..v0.10.3) - 2023-05-24
8
14
  #### Refactoring
9
15
  - **(device)** Refine query method. Update readme - ([e837565](https://github.com/robcarruthers/lxi_rb/commit/e837565b92b362dedda8dc3908f757dedf00c418)) - [@robcarruthers](https://github.com/robcarruthers)
data/lib/lxi/constants.rb CHANGED
@@ -4,7 +4,7 @@ module Lxi
4
4
  LXI_OK = 0
5
5
  LXI_ERROR = -1
6
6
 
7
- LIBLXI_PATHS = %w[liblxi liblxi.so.1].freeze
7
+ LIBLXI_PATHS = %w[liblxi liblxi.so.1 /snap/lxi-tools/1597/usr/lib/x86_64-linux-gnu/liblxi.so].freeze
8
8
 
9
9
  MDNS_LIBS = %w[mdns avahi-client].freeze
10
10
  end
data/lib/lxi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lxi
4
- VERSION = '0.10.3'
4
+ VERSION = '0.10.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lxi_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.3
4
+ version: 0.10.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Carruthers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-24 00:00:00.000000000 Z
11
+ date: 2023-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi