lxi_rb 0.10.3 → 0.10.4
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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/lxi/constants.rb +1 -1
- data/lib/lxi/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce2943f0315aa8e530c433bbd49e9c00d6f7ba20e8b391e8128b82b1dfde7329
|
|
4
|
+
data.tar.gz: 9ec57b67c721e8c09b3bce26cceeb9613e6bd4388f7113e3abe0ea043b4917b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/lib/lxi/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2023-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|