lxi_rb 0.7.1 → 0.7.2
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 +56 -46
- data/Gemfile.lock +1 -1
- data/README.md +12 -5
- data/lib/lxi/functions.rb +2 -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: 16db8203baad2a623ffb1f95c926fa31ff5b1c9685abdc393247102abf19eed7
|
|
4
|
+
data.tar.gz: febac9291aa71726008a53911fd1019aee884b5bb0b9fdd2c9aade89f36b9dd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cde8fd7f0588213d6146cd55faaadbc81a6ddeaae9a703e79012367079b61b86af2c3cbaaf14511ff7313233df7bf290817deff5b1321a52d87aed18ab7cebb
|
|
7
|
+
data.tar.gz: 5e8afc85c5d0d07aa565d827bde59d6b0300ca2fd43b6931a8040ee572bf9b15eef47a86d4913d416444198f0f61f847b25745bd4ba914ce1e1a2ab5dcebb803
|
data/CHANGELOG.md
CHANGED
|
@@ -1,92 +1,102 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
## Unreleased ([acccfa6..0c42910](https://github.com/robcarruthers/lxi_rb/compare/acccfa6..0c42910))
|
|
2
|
+
#### Bug Fixes
|
|
3
|
+
- **(linux)** Add liblxi library name - ([4192527](https://github.com/robcarruthers/lxi_rb/commit/4192527ada8d6c4b663f04e019e4d4a20a783b4a)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
4
|
+
#### Miscellaneous Tasks
|
|
5
|
+
- **(ffi)** Add library flags - ([0c42910](https://github.com/robcarruthers/lxi_rb/commit/0c429109fa105a2c51ca2fc3677188106f5a4f43)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
6
|
+
- **(ffi)** Add library flags - ([6e33cb5](https://github.com/robcarruthers/lxi_rb/commit/6e33cb58d39b86ef51ff5b16d65086b0f8664aac)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
4
7
|
|
|
5
|
-
|
|
6
|
-
|
|
8
|
+
- - -
|
|
9
|
+
## [v0.7.2](https://github.com/robcarruthers/lxi_rb/compare/v0.7.1..v0.7.2) - 2023-05-13
|
|
10
|
+
#### Bug Fixes
|
|
11
|
+
- **(linux)** Add liblxi library name - ([4192527](https://github.com/robcarruthers/lxi_rb/commit/4192527ada8d6c4b663f04e019e4d4a20a783b4a)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
12
|
+
#### Documentation
|
|
13
|
+
- **(readme)** Update - ([b2e1d91](https://github.com/robcarruthers/lxi_rb/commit/b2e1d91ddd88ab798d63bb94a514b8c08e6253eb)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
14
|
+
#### Miscellaneous Tasks
|
|
15
|
+
- **(ffi)** Add library flags - ([0c42910](https://github.com/robcarruthers/lxi_rb/commit/0c429109fa105a2c51ca2fc3677188106f5a4f43)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
16
|
+
- **(ffi)** Add library flags - ([6e33cb5](https://github.com/robcarruthers/lxi_rb/commit/6e33cb58d39b86ef51ff5b16d65086b0f8664aac)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
7
17
|
|
|
8
18
|
- - -
|
|
9
|
-
|
|
10
|
-
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [v0.7.1](https://github.com/robcarruthers/lxi_rb/compare/v0.7.0..v0.7.1) - 2023-05-13
|
|
22
|
+
#### Miscellaneous Tasks
|
|
11
23
|
- **(Rubocop)** Fix offences - ([ba347f4](https://github.com/robcarruthers/lxi_rb/commit/ba347f4de9bbcafb28aa86a747f88ca725e4725e)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
24
|
+
- **(version)** v0.7.1 - ([acccfa6](https://github.com/robcarruthers/lxi_rb/commit/acccfa6006795e4ac4b95eba6f89f74c1fb564bb)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
12
25
|
|
|
13
26
|
- - -
|
|
14
27
|
|
|
15
|
-
## [v0.7.0](https://github.com/robcarruthers/lxi_rb/compare/v0.6.4..v0.7.0) - 2023-05-
|
|
28
|
+
## [v0.7.0](https://github.com/robcarruthers/lxi_rb/compare/v0.6.4..v0.7.0) - 2023-05-13
|
|
29
|
+
#### Miscellaneous Tasks
|
|
30
|
+
- **(version)** v0.7.0 - ([f1879f2](https://github.com/robcarruthers/lxi_rb/commit/f1879f243826ac1ac58f2e06cc644b77b2e15cb0)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
16
31
|
#### Tests
|
|
17
32
|
- **(Lxi)** Add Lxi module tests - ([627766f](https://github.com/robcarruthers/lxi_rb/commit/627766f3953486e54fc7bb67a3cb75701e1aa537)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
18
33
|
|
|
19
34
|
- - -
|
|
20
35
|
|
|
21
|
-
## [v0.6.4](https://github.com/robcarruthers/lxi_rb/compare/v0.6.3..v0.6.4) - 2023-05-
|
|
22
|
-
#### Miscellaneous
|
|
36
|
+
## [v0.6.4](https://github.com/robcarruthers/lxi_rb/compare/v0.6.3..v0.6.4) - 2023-05-13
|
|
37
|
+
#### Miscellaneous Tasks
|
|
23
38
|
- **(bundle)** Update - ([dff65bb](https://github.com/robcarruthers/lxi_rb/commit/dff65bb2ba3424d55c35dbfc92b7fd7c6ff92388)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
39
|
+
- **(version)** v0.6.4 - ([8ff7d94](https://github.com/robcarruthers/lxi_rb/commit/8ff7d94e611cb5be724d3cdc03d1dba5aafed778)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
24
40
|
#### Tests
|
|
25
41
|
- **(device)** Add device tests - ([e8ec714](https://github.com/robcarruthers/lxi_rb/commit/e8ec714522eb034c8e130ccb8239ffc08bf63d8a)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
26
42
|
|
|
27
43
|
- - -
|
|
28
44
|
|
|
29
|
-
## [v0.6.3](https://github.com/robcarruthers/lxi_rb/compare/v0.6.2..v0.6.3) - 2023-05-
|
|
30
|
-
#### Miscellaneous
|
|
45
|
+
## [v0.6.3](https://github.com/robcarruthers/lxi_rb/compare/v0.6.2..v0.6.3) - 2023-05-13
|
|
46
|
+
#### Miscellaneous Tasks
|
|
31
47
|
- **(bundle)** Update - ([9fbe7d8](https://github.com/robcarruthers/lxi_rb/commit/9fbe7d8aef4a65650d1231b8acdf8cb8392588d7)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
48
|
+
- **(version)** v0.6.3 - ([6be7c69](https://github.com/robcarruthers/lxi_rb/commit/6be7c69445a781f4fb2a18e8a12b8252841fc807)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
32
49
|
|
|
33
50
|
- - -
|
|
34
51
|
|
|
35
|
-
## [v0.6.2](https://github.com/robcarruthers/lxi_rb/compare/v0.6.1..v0.6.2) - 2023-05-
|
|
36
|
-
#### Miscellaneous
|
|
52
|
+
## [v0.6.2](https://github.com/robcarruthers/lxi_rb/compare/v0.6.1..v0.6.2) - 2023-05-13
|
|
53
|
+
#### Miscellaneous Tasks
|
|
37
54
|
- **(bundle)** Update - ([fd21961](https://github.com/robcarruthers/lxi_rb/commit/fd21961000df56b5834d414c33b8495feed37b7d)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
55
|
+
- **(version)** v0.6.2 - ([afab06a](https://github.com/robcarruthers/lxi_rb/commit/afab06a12883de21d0628dfec4f91615c1eff4aa)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
38
56
|
|
|
39
57
|
- - -
|
|
40
58
|
|
|
41
|
-
## [v0.6.1](https://github.com/robcarruthers/lxi_rb/compare/v0.6.0..v0.6.1) - 2023-05-
|
|
42
|
-
#### Miscellaneous
|
|
59
|
+
## [v0.6.1](https://github.com/robcarruthers/lxi_rb/compare/v0.6.0..v0.6.1) - 2023-05-13
|
|
60
|
+
#### Miscellaneous Tasks
|
|
43
61
|
- **(bundle)** Update - ([68d675e](https://github.com/robcarruthers/lxi_rb/commit/68d675e63747d5fa9115d62b98d0d6f99e320db0)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
62
|
+
- **(version)** v0.6.1 - ([deb9710](https://github.com/robcarruthers/lxi_rb/commit/deb9710cf59f9b7960607e0bf6936f9ad8c2aba5)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
44
63
|
|
|
45
64
|
- - -
|
|
46
65
|
|
|
47
|
-
## [v0.6.0](https://github.com/robcarruthers/lxi_rb/compare/v0.5.0..v0.6.0) - 2023-05-
|
|
48
|
-
#### Miscellaneous
|
|
66
|
+
## [v0.6.0](https://github.com/robcarruthers/lxi_rb/compare/v0.5.0..v0.6.0) - 2023-05-13
|
|
67
|
+
#### Miscellaneous Tasks
|
|
49
68
|
- **(bundle)** Update - ([df56919](https://github.com/robcarruthers/lxi_rb/commit/df5691903fa4c07fd0790920df85c45864fe754b)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
69
|
+
- **(version)** v0.6.0 - ([2d69874](https://github.com/robcarruthers/lxi_rb/commit/2d6987451e7f713d7474f5550b9566ddc2a201d4)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
50
70
|
|
|
51
71
|
- - -
|
|
52
72
|
|
|
53
|
-
## [v0.5.0](https://github.com/robcarruthers/lxi_rb/compare/v0.4.10..v0.5.0) - 2023-05-
|
|
54
|
-
#### Miscellaneous
|
|
73
|
+
## [v0.5.0](https://github.com/robcarruthers/lxi_rb/compare/v0.4.10..v0.5.0) - 2023-05-13
|
|
74
|
+
#### Miscellaneous Tasks
|
|
55
75
|
- **(bundle)** Update - ([11f21ab](https://github.com/robcarruthers/lxi_rb/commit/11f21ab0e0c85306537510bd4ca51275756483d1)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
76
|
+
- **(version)** v0.5.0 - ([93fbb0a](https://github.com/robcarruthers/lxi_rb/commit/93fbb0a9b961a5a4fdf45d5aed3eaa6390fadb63)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
56
77
|
|
|
57
78
|
- - -
|
|
58
79
|
|
|
59
|
-
## [v0.4.10](https://github.com/robcarruthers/lxi_rb/compare/v0.4.9..v0.4.10) - 2023-05-
|
|
80
|
+
## [v0.4.10](https://github.com/robcarruthers/lxi_rb/compare/v0.4.9..v0.4.10) - 2023-05-13
|
|
60
81
|
#### Bug Fixes
|
|
61
82
|
- **(ffi)** Update LXI library location search - ([e557e9a](https://github.com/robcarruthers/lxi_rb/commit/e557e9a77a81eef89260dfa14a5b3e618d6f1879)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
62
83
|
#### Documentation
|
|
63
84
|
- **(reademe)** Update header - ([50770ad](https://github.com/robcarruthers/lxi_rb/commit/50770ad38aaf0c7f96560a46cde0e9fa8fbaab89)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
64
85
|
- **(readme)** Update - ([4fca6cb](https://github.com/robcarruthers/lxi_rb/commit/4fca6cb18e102635307d1eb670607a8be279a5f6)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
65
|
-
#### Miscellaneous
|
|
86
|
+
#### Miscellaneous Tasks
|
|
66
87
|
- **(bundle)** Update - ([aed68fb](https://github.com/robcarruthers/lxi_rb/commit/aed68fbcc0cdb0ded4d9b634cf1c6f56438b526d)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
67
88
|
- **(bundle)** Update - ([7b3f51a](https://github.com/robcarruthers/lxi_rb/commit/7b3f51a096deebc065544f4078df99bebd22c805)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
68
89
|
- **(bundle)** Update - ([f4d10c1](https://github.com/robcarruthers/lxi_rb/commit/f4d10c1cb3ff920a21d2236890217bc63f1b6a18)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
69
90
|
- **(bundle)** Update - ([55fcd9a](https://github.com/robcarruthers/lxi_rb/commit/55fcd9afcef33da6552e872e29fb9550ee0d3faf)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
70
91
|
- **(changelog)** Updated - ([c30acfd](https://github.com/robcarruthers/lxi_rb/commit/c30acfd2ac37692f0353b45d2cf96e945e597a0b)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
92
|
+
- **(version)** v0.4.10 - ([578e04c](https://github.com/robcarruthers/lxi_rb/commit/578e04cdc752c818ab60fdd8bdf4e3b7cb2a6f7d)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
71
93
|
- v0.4.12 - ([7f7e90e](https://github.com/robcarruthers/lxi_rb/commit/7f7e90eb2492edc5c9417e4b22db5321a64d9368)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
72
94
|
- v0.4.11 - ([e2c8a0f](https://github.com/robcarruthers/lxi_rb/commit/e2c8a0f1a2602e3f7cf2ddf8af8aef150e9ad217)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
73
95
|
|
|
74
96
|
- - -
|
|
75
97
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
#### Bug Fixes
|
|
79
|
-
- **(ffi)** Update LXI library location search - ([e557e9a](https://github.com/robcarruthers/lxi_rb/commit/e557e9a77a81eef89260dfa14a5b3e618d6f1879)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
80
|
-
#### Documentation
|
|
81
|
-
- **(reademe)** Update header - ([50770ad](https://github.com/robcarruthers/lxi_rb/commit/50770ad38aaf0c7f96560a46cde0e9fa8fbaab89)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
82
|
-
- **(readme)** Update - ([4fca6cb](https://github.com/robcarruthers/lxi_rb/commit/4fca6cb18e102635307d1eb670607a8be279a5f6)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
83
|
-
#### Miscellaneous Chores
|
|
84
|
-
- **(changelog)** Updated - ([c30acfd](https://github.com/robcarruthers/lxi_rb/commit/c30acfd2ac37692f0353b45d2cf96e945e597a0b)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
85
|
-
|
|
86
|
-
- - -
|
|
87
|
-
|
|
88
|
-
## [v0.4.9](https://github.com/robcarruthers/lxi_rb/compare/v0.4.8..v0.4.9) - 2023-05-10
|
|
89
|
-
#### Miscellaneous Chores
|
|
98
|
+
## [v0.4.9](https://github.com/robcarruthers/lxi_rb/compare/v0.4.8..v0.4.9) - 2023-05-13
|
|
99
|
+
#### Miscellaneous Tasks
|
|
90
100
|
- **(rubocop)** Fix offences - ([d7c383e](https://github.com/robcarruthers/lxi_rb/commit/d7c383ea4619064804e2e57125224fed739b0566)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
91
101
|
- **(version)** v0.4.9 - ([83cae54](https://github.com/robcarruthers/lxi_rb/commit/83cae54e6c4c72afe77907a0957074c4e46ca76e)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
92
102
|
- Update .gitignore - ([43f4fc4](https://github.com/robcarruthers/lxi_rb/commit/43f4fc4ea9c70eeaec9d6ab4fa2c4c2eb18ab2bf)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
@@ -94,35 +104,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
94
104
|
|
|
95
105
|
- - -
|
|
96
106
|
|
|
97
|
-
## [v0.4.8](https://github.com/robcarruthers/lxi_rb/compare/v0.4.7..v0.4.8) - 2023-05-
|
|
98
|
-
#### Miscellaneous
|
|
107
|
+
## [v0.4.8](https://github.com/robcarruthers/lxi_rb/compare/v0.4.7..v0.4.8) - 2023-05-13
|
|
108
|
+
#### Miscellaneous Tasks
|
|
99
109
|
- **(version)** v0.4.8 - ([297fe29](https://github.com/robcarruthers/lxi_rb/commit/297fe292b0f800c0a99db08308fb01af3b5ecf48)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
100
110
|
- Update .gitignore - ([bea47ce](https://github.com/robcarruthers/lxi_rb/commit/bea47cef4f6c236b4c16fd1465b957cee891dfb3)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
101
111
|
|
|
102
112
|
- - -
|
|
103
113
|
|
|
104
|
-
## [v0.4.7](https://github.com/robcarruthers/lxi_rb/compare/v0.4.6..v0.4.7) - 2023-05-
|
|
105
|
-
#### Miscellaneous
|
|
114
|
+
## [v0.4.7](https://github.com/robcarruthers/lxi_rb/compare/v0.4.6..v0.4.7) - 2023-05-13
|
|
115
|
+
#### Miscellaneous Tasks
|
|
106
116
|
- **(bundle)** Update - ([7fa3ab3](https://github.com/robcarruthers/lxi_rb/commit/7fa3ab3f9abcac5fae1093c932d4e70cf3092920)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
107
117
|
- **(version)** v0.4.7 - ([eb7a001](https://github.com/robcarruthers/lxi_rb/commit/eb7a0015e900f47272141ba49ccd996c97414b89)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
108
118
|
|
|
109
119
|
- - -
|
|
110
120
|
|
|
111
|
-
## [v0.4.6](https://github.com/robcarruthers/lxi_rb/compare/v0.4.5..v0.4.6) - 2023-05-
|
|
112
|
-
#### Miscellaneous
|
|
121
|
+
## [v0.4.6](https://github.com/robcarruthers/lxi_rb/compare/v0.4.5..v0.4.6) - 2023-05-13
|
|
122
|
+
#### Miscellaneous Tasks
|
|
113
123
|
- **(version)** v0.4.6 - ([5b0289c](https://github.com/robcarruthers/lxi_rb/commit/5b0289cf33ba76ae1737593f4c85eb7c6fcf3718)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
114
124
|
|
|
115
125
|
- - -
|
|
116
126
|
|
|
117
|
-
## [v0.4.5](https://github.com/robcarruthers/lxi_rb/compare/v0.4.4..v0.4.5) - 2023-05-
|
|
127
|
+
## [v0.4.5](https://github.com/robcarruthers/lxi_rb/compare/v0.4.4..v0.4.5) - 2023-05-13
|
|
118
128
|
#### Documentation
|
|
119
129
|
- **(changelog)** Update - ([ac74997](https://github.com/robcarruthers/lxi_rb/commit/ac7499725d8ba920215c25196e2514bf1af58465)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
120
|
-
#### Miscellaneous
|
|
130
|
+
#### Miscellaneous Tasks
|
|
121
131
|
- **(version)** v0.4.5 - ([7161638](https://github.com/robcarruthers/lxi_rb/commit/7161638fd76cc37d00ca9a10f0831fa210711fbc)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
122
132
|
|
|
123
133
|
- - -
|
|
124
134
|
|
|
125
|
-
## [v0.4.4](https://github.com/robcarruthers/lxi_rb/compare/d0d594119d79afe36f62a44688c216bbc2510f79..v0.4.4) - 2023-05-
|
|
135
|
+
## [v0.4.4](https://github.com/robcarruthers/lxi_rb/compare/d0d594119d79afe36f62a44688c216bbc2510f79..v0.4.4) - 2023-05-13
|
|
126
136
|
#### Bug Fixes
|
|
127
137
|
- **(Cog)** Update config - ([bc97116](https://github.com/robcarruthers/lxi_rb/commit/bc97116f3c152a37b398ded210dc9dfcb9d48238)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
128
138
|
#### Documentation
|
|
@@ -147,7 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
147
157
|
- **(Device)** Add query - ([5fb904b](https://github.com/robcarruthers/lxi_rb/commit/5fb904b469eb92bd7df1bd18874b2743f51cae4e)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
148
158
|
- **(device)** Init LXI Session - ([d326f6a](https://github.com/robcarruthers/lxi_rb/commit/d326f6a4c37f15a6b20ca3681fafa5e40588f81e)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
149
159
|
- **(ffi)** Add search class method - ([2bfa417](https://github.com/robcarruthers/lxi_rb/commit/2bfa41703f810145a6d6dffb9dd18220577a43a0)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
150
|
-
#### Miscellaneous
|
|
160
|
+
#### Miscellaneous Tasks
|
|
151
161
|
- **(CHANGELOG)** Update - ([003969a](https://github.com/robcarruthers/lxi_rb/commit/003969a1588609e528e5e91405a02871c7a31eaa)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
152
162
|
- **(Changelog)** Update - ([9a07697](https://github.com/robcarruthers/lxi_rb/commit/9a076972668e06728171eb68b92c37cd9364e85d)) - [@robcarruthers](https://github.com/robcarruthers)
|
|
153
163
|
- **(Cog)** Update config - ([46f4e5d](https://github.com/robcarruthers/lxi_rb/commit/46f4e5d0c177849b14a7068761bb5068895b5027)) - [@robcarruthers](https://github.com/robcarruthers)
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -2,24 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/lxi_rb)  
|
|
4
4
|
|
|
5
|
-
Ruby wrapper for the [liblxi](https://github.com/lxi-tools/liblxi) library.
|
|
5
|
+
Ruby wrapper for the [liblxi](https://github.com/lxi-tools/liblxi) library, which offers a simple API for communicating with LXI compatible instruments.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
|
+
The gem requires the liblxi library to be installed on the system. The library can be installed and macOS or Linux using [Homebrew](https://brew.sh/)
|
|
10
|
+
|
|
11
|
+
```shell
|
|
12
|
+
brew install liblxi
|
|
13
|
+
```
|
|
14
|
+
|
|
9
15
|
Install the gem and add to the application's Gemfile by executing:
|
|
10
16
|
|
|
11
|
-
```
|
|
17
|
+
```shell
|
|
12
18
|
bundle add lxi_rb
|
|
13
19
|
```
|
|
14
20
|
|
|
15
21
|
If bundler is not being used to manage dependencies, install the gem by executing:
|
|
16
|
-
|
|
22
|
+
|
|
23
|
+
```shell
|
|
17
24
|
gem install lxi_rb
|
|
18
25
|
```
|
|
19
26
|
|
|
20
27
|
## Usage
|
|
21
28
|
|
|
22
|
-
```
|
|
29
|
+
```ruby
|
|
23
30
|
Lxi.search
|
|
24
31
|
Searching for LXI devices - please wait...
|
|
25
32
|
|
|
@@ -48,7 +55,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
48
55
|
|
|
49
56
|
## Contributing
|
|
50
57
|
|
|
51
|
-
Bug reports and pull requests are welcome on GitHub at <https://github.com/
|
|
58
|
+
Bug reports and pull requests are welcome on GitHub at <https://github.com/robcarruthers/lxi_rb>.
|
|
52
59
|
|
|
53
60
|
## License
|
|
54
61
|
|
data/lib/lxi/functions.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.7.
|
|
4
|
+
version: 0.7.2
|
|
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-
|
|
11
|
+
date: 2023-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|