lxi_rb 0.4.9 → 0.6.3

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: d375f23cc1ac230b9f49e5ca2a00501fd2ebc7b35800f2b204b87880c8900661
4
- data.tar.gz: b15776d4d7d4ad84619629ff8a1fbc4a4c38b81d024d880667b943d25ac57177
3
+ metadata.gz: 07e235e576d35ce0ed62117f86d9ac70669b0d9278a59dfd62b80c970016b223
4
+ data.tar.gz: fbe4158b2f17cafc859af34868884d678b7907eedf7954a570ef0ad9475e5ea7
5
5
  SHA512:
6
- metadata.gz: 190935ef3e76f9fc9cf598870d31d883c80f300db88b013b3ffc66e628a0c5651f3f9ccbefc253bc209c164fd5e36e37facfb20a955abf11f64a39e7d8f2ab26
7
- data.tar.gz: 4fb5561b0f73cc732879c4c30ed126b65fbb4b24c569ce84ab8ba514340d4f0014b92672a08be3040021ad46401ca5c53dadafed7c46ab101020f8794dc53a05
6
+ metadata.gz: 1d545106b2d78dcd4b36b85a51a44ba861d0c54a8ed1c4585d2e4d4f38a1f13ce2b4debad24983fe62b7684dc99426a6d99cb0fc9dcacabf4da03247f4319a58
7
+ data.tar.gz: 8adb7b3bbdd49113539ebb0f2f6386a5d36734d4b8e7e4ffaee2de6bd038c706850e34b6b5c9d9f061db0092872ad3f032ddeaf6a3169ad035574016fca1f564
data/CHANGELOG.md CHANGED
@@ -1,17 +1,74 @@
1
- ## Unreleased ([76604d7..090e411](https://github.com/robcarruthers/lxi_rb/compare/76604d7..090e411))
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ - - -
9
+ ## [v0.6.3](https://github.com/robcarruthers/lxi_rb/compare/v0.6.2..v0.6.3) - 2023-05-10
10
+ #### Miscellaneous Chores
11
+ - **(bundle)** Update - ([9fbe7d8](https://github.com/robcarruthers/lxi_rb/commit/9fbe7d8aef4a65650d1231b8acdf8cb8392588d7)) - [@robcarruthers](https://github.com/robcarruthers)
12
+
13
+ - - -
14
+
15
+ ## [v0.6.2](https://github.com/robcarruthers/lxi_rb/compare/v0.6.1..v0.6.2) - 2023-05-10
16
+ #### Miscellaneous Chores
17
+ - **(bundle)** Update - ([fd21961](https://github.com/robcarruthers/lxi_rb/commit/fd21961000df56b5834d414c33b8495feed37b7d)) - [@robcarruthers](https://github.com/robcarruthers)
18
+
19
+ - - -
20
+
21
+ ## [v0.6.1](https://github.com/robcarruthers/lxi_rb/compare/v0.6.0..v0.6.1) - 2023-05-10
22
+ #### Miscellaneous Chores
23
+ - **(bundle)** Update - ([68d675e](https://github.com/robcarruthers/lxi_rb/commit/68d675e63747d5fa9115d62b98d0d6f99e320db0)) - [@robcarruthers](https://github.com/robcarruthers)
24
+
25
+ - - -
26
+
27
+ ## [v0.6.0](https://github.com/robcarruthers/lxi_rb/compare/v0.5.0..v0.6.0) - 2023-05-10
28
+ #### Miscellaneous Chores
29
+ - **(bundle)** Update - ([df56919](https://github.com/robcarruthers/lxi_rb/commit/df5691903fa4c07fd0790920df85c45864fe754b)) - [@robcarruthers](https://github.com/robcarruthers)
30
+
31
+ - - -
32
+
33
+ ## [v0.5.0](https://github.com/robcarruthers/lxi_rb/compare/v0.4.10..v0.5.0) - 2023-05-10
34
+ #### Miscellaneous Chores
35
+ - **(bundle)** Update - ([11f21ab](https://github.com/robcarruthers/lxi_rb/commit/11f21ab0e0c85306537510bd4ca51275756483d1)) - [@robcarruthers](https://github.com/robcarruthers)
36
+
37
+ - - -
38
+
39
+ ## [v0.4.10](https://github.com/robcarruthers/lxi_rb/compare/v0.4.9..v0.4.10) - 2023-05-10
40
+ #### Bug Fixes
41
+ - **(ffi)** Update LXI library location search - ([e557e9a](https://github.com/robcarruthers/lxi_rb/commit/e557e9a77a81eef89260dfa14a5b3e618d6f1879)) - [@robcarruthers](https://github.com/robcarruthers)
2
42
  #### Documentation
3
- - **(changelog)** Update - ([fa35905](https://github.com/robcarruthers/lxi_rb/commit/fa35905a3363f51ba999c1e3bef42d554c82307e)) - [@robcarruthers](https://github.com/robcarruthers)
43
+ - **(reademe)** Update header - ([50770ad](https://github.com/robcarruthers/lxi_rb/commit/50770ad38aaf0c7f96560a46cde0e9fa8fbaab89)) - [@robcarruthers](https://github.com/robcarruthers)
44
+ - **(readme)** Update - ([4fca6cb](https://github.com/robcarruthers/lxi_rb/commit/4fca6cb18e102635307d1eb670607a8be279a5f6)) - [@robcarruthers](https://github.com/robcarruthers)
4
45
  #### Miscellaneous Chores
5
- - **(rake)** Update .gitignore, create versioning tasks - ([f525812](https://github.com/robcarruthers/lxi_rb/commit/f5258124a67ec6fd6d28ad07134c68501cf5cf06)) - [@robcarruthers](https://github.com/robcarruthers)
6
- - **(version)** v0.4.4 - ([090e411](https://github.com/robcarruthers/lxi_rb/commit/090e411047e31ee64c93916576b03c820208ce77)) - [@robcarruthers](https://github.com/robcarruthers)
7
- - **(version)** v0.4.3 - ([b40e582](https://github.com/robcarruthers/lxi_rb/commit/b40e58236c2d56f06b3bd9d64af81337489d32f1)) - [@robcarruthers](https://github.com/robcarruthers)
8
- - **(version)** v0.4.2 - ([af245b7](https://github.com/robcarruthers/lxi_rb/commit/af245b7c0e6f1fd0c79d1ac9a449ae252f958118)) - [@robcarruthers](https://github.com/robcarruthers)
9
- - Update .gitignore - ([b70c1f0](https://github.com/robcarruthers/lxi_rb/commit/b70c1f0566db9b4043f02b4e3f79c228fd0531df)) - [@robcarruthers](https://github.com/robcarruthers)
46
+ - **(bundle)** Update - ([aed68fb](https://github.com/robcarruthers/lxi_rb/commit/aed68fbcc0cdb0ded4d9b634cf1c6f56438b526d)) - [@robcarruthers](https://github.com/robcarruthers)
47
+ - **(bundle)** Update - ([7b3f51a](https://github.com/robcarruthers/lxi_rb/commit/7b3f51a096deebc065544f4078df99bebd22c805)) - [@robcarruthers](https://github.com/robcarruthers)
48
+ - **(bundle)** Update - ([f4d10c1](https://github.com/robcarruthers/lxi_rb/commit/f4d10c1cb3ff920a21d2236890217bc63f1b6a18)) - [@robcarruthers](https://github.com/robcarruthers)
49
+ - **(bundle)** Update - ([55fcd9a](https://github.com/robcarruthers/lxi_rb/commit/55fcd9afcef33da6552e872e29fb9550ee0d3faf)) - [@robcarruthers](https://github.com/robcarruthers)
50
+ - **(changelog)** Updated - ([c30acfd](https://github.com/robcarruthers/lxi_rb/commit/c30acfd2ac37692f0353b45d2cf96e945e597a0b)) - [@robcarruthers](https://github.com/robcarruthers)
51
+ - v0.4.12 - ([7f7e90e](https://github.com/robcarruthers/lxi_rb/commit/7f7e90eb2492edc5c9417e4b22db5321a64d9368)) - [@robcarruthers](https://github.com/robcarruthers)
52
+ - v0.4.11 - ([e2c8a0f](https://github.com/robcarruthers/lxi_rb/commit/e2c8a0f1a2602e3f7cf2ddf8af8aef150e9ad217)) - [@robcarruthers](https://github.com/robcarruthers)
10
53
 
11
54
  - - -
55
+
56
+
57
+ ## Unreleased ([83cae54..895952d](https://github.com/robcarruthers/lxi_rb/compare/83cae54..895952d))
58
+ #### Bug Fixes
59
+ - **(ffi)** Update LXI library location search - ([e557e9a](https://github.com/robcarruthers/lxi_rb/commit/e557e9a77a81eef89260dfa14a5b3e618d6f1879)) - [@robcarruthers](https://github.com/robcarruthers)
60
+ #### Documentation
61
+ - **(reademe)** Update header - ([50770ad](https://github.com/robcarruthers/lxi_rb/commit/50770ad38aaf0c7f96560a46cde0e9fa8fbaab89)) - [@robcarruthers](https://github.com/robcarruthers)
62
+ - **(readme)** Update - ([4fca6cb](https://github.com/robcarruthers/lxi_rb/commit/4fca6cb18e102635307d1eb670607a8be279a5f6)) - [@robcarruthers](https://github.com/robcarruthers)
63
+ #### Miscellaneous Chores
64
+ - **(changelog)** Updated - ([c30acfd](https://github.com/robcarruthers/lxi_rb/commit/c30acfd2ac37692f0353b45d2cf96e945e597a0b)) - [@robcarruthers](https://github.com/robcarruthers)
65
+
66
+ - - -
67
+
12
68
  ## [v0.4.9](https://github.com/robcarruthers/lxi_rb/compare/v0.4.8..v0.4.9) - 2023-05-10
13
69
  #### Miscellaneous Chores
14
70
  - **(rubocop)** Fix offences - ([d7c383e](https://github.com/robcarruthers/lxi_rb/commit/d7c383ea4619064804e2e57125224fed739b0566)) - [@robcarruthers](https://github.com/robcarruthers)
71
+ - **(version)** v0.4.9 - ([83cae54](https://github.com/robcarruthers/lxi_rb/commit/83cae54e6c4c72afe77907a0957074c4e46ca76e)) - [@robcarruthers](https://github.com/robcarruthers)
15
72
  - Update .gitignore - ([43f4fc4](https://github.com/robcarruthers/lxi_rb/commit/43f4fc4ea9c70eeaec9d6ab4fa2c4c2eb18ab2bf)) - [@robcarruthers](https://github.com/robcarruthers)
16
73
  - Update .gitignore - ([37f96a8](https://github.com/robcarruthers/lxi_rb/commit/37f96a8b30981eed4bc9941a1d5f2f8e033c5b8f)) - [@robcarruthers](https://github.com/robcarruthers)
17
74
 
@@ -19,6 +76,7 @@
19
76
 
20
77
  ## [v0.4.8](https://github.com/robcarruthers/lxi_rb/compare/v0.4.7..v0.4.8) - 2023-05-10
21
78
  #### Miscellaneous Chores
79
+ - **(version)** v0.4.8 - ([297fe29](https://github.com/robcarruthers/lxi_rb/commit/297fe292b0f800c0a99db08308fb01af3b5ecf48)) - [@robcarruthers](https://github.com/robcarruthers)
22
80
  - Update .gitignore - ([bea47ce](https://github.com/robcarruthers/lxi_rb/commit/bea47cef4f6c236b4c16fd1465b957cee891dfb3)) - [@robcarruthers](https://github.com/robcarruthers)
23
81
 
24
82
  - - -
@@ -26,42 +84,25 @@
26
84
  ## [v0.4.7](https://github.com/robcarruthers/lxi_rb/compare/v0.4.6..v0.4.7) - 2023-05-10
27
85
  #### Miscellaneous Chores
28
86
  - **(bundle)** Update - ([7fa3ab3](https://github.com/robcarruthers/lxi_rb/commit/7fa3ab3f9abcac5fae1093c932d4e70cf3092920)) - [@robcarruthers](https://github.com/robcarruthers)
87
+ - **(version)** v0.4.7 - ([eb7a001](https://github.com/robcarruthers/lxi_rb/commit/eb7a0015e900f47272141ba49ccd996c97414b89)) - [@robcarruthers](https://github.com/robcarruthers)
29
88
 
30
89
  - - -
31
90
 
32
91
  ## [v0.4.6](https://github.com/robcarruthers/lxi_rb/compare/v0.4.5..v0.4.6) - 2023-05-10
92
+ #### Miscellaneous Chores
93
+ - **(version)** v0.4.6 - ([5b0289c](https://github.com/robcarruthers/lxi_rb/commit/5b0289cf33ba76ae1737593f4c85eb7c6fcf3718)) - [@robcarruthers](https://github.com/robcarruthers)
33
94
 
34
95
  - - -
35
96
 
36
97
  ## [v0.4.5](https://github.com/robcarruthers/lxi_rb/compare/v0.4.4..v0.4.5) - 2023-05-10
37
98
  #### Documentation
38
99
  - **(changelog)** Update - ([ac74997](https://github.com/robcarruthers/lxi_rb/commit/ac7499725d8ba920215c25196e2514bf1af58465)) - [@robcarruthers](https://github.com/robcarruthers)
39
-
40
- - - -
41
-
42
-
43
- ## [v0.4.1](https://github.com/robcarruthers/lxi_rb/compare/v0.4.0..v0.4.1) - 2023-05-10
44
- #### Documentation
45
- - **(readme)** Update - ([7bc1302](https://github.com/robcarruthers/lxi_rb/commit/7bc130206ade43df0e679208118c6b6f595a6760)) - [@robcarruthers](https://github.com/robcarruthers)
46
- - **(readme)** Update - ([803632e](https://github.com/robcarruthers/lxi_rb/commit/803632e91a3c0e27478132a22135bb46b0edb58e)) - [@robcarruthers](https://github.com/robcarruthers)
47
- #### Miscellaneous Chores
48
- - **(version)** v0.4.1 - ([76604d7](https://github.com/robcarruthers/lxi_rb/commit/76604d7d28193e543fba7e03af785236455d81eb)) - [@robcarruthers](https://github.com/robcarruthers)
49
- - **(version)** v0.4.1 - ([b91277d](https://github.com/robcarruthers/lxi_rb/commit/b91277d32e1217157bdac5268c3ce04e036beaf1)) - [@robcarruthers](https://github.com/robcarruthers)
50
-
51
- - - -
52
-
53
- ## [v0.4.0](https://github.com/robcarruthers/lxi_rb/compare/v0.3.0..v0.4.0) - 2023-05-10
54
- #### Features
55
- - **(Device)** Add query - ([5fb904b](https://github.com/robcarruthers/lxi_rb/commit/5fb904b469eb92bd7df1bd18874b2743f51cae4e)) - [@robcarruthers](https://github.com/robcarruthers)
56
100
  #### Miscellaneous Chores
57
- - **(version)** v0.4.0 - ([de44d74](https://github.com/robcarruthers/lxi_rb/commit/de44d74040c50a17e7b58e0519e9291e15e7e22f)) - [@robcarruthers](https://github.com/robcarruthers)
58
- - **(version)** v0.4.0 - ([8fb8834](https://github.com/robcarruthers/lxi_rb/commit/8fb88341f81c912a2ea38bbea5b6b437bb973019)) - [@robcarruthers](https://github.com/robcarruthers)
59
- #### Refactoring
60
- - **(LXI)** Update modules and mixins - ([c749759](https://github.com/robcarruthers/lxi_rb/commit/c7497595df2d08f1d9f4875b5c5a60f0dfe71ebd)) - [@robcarruthers](https://github.com/robcarruthers)
101
+ - **(version)** v0.4.5 - ([7161638](https://github.com/robcarruthers/lxi_rb/commit/7161638fd76cc37d00ca9a10f0831fa210711fbc)) - [@robcarruthers](https://github.com/robcarruthers)
61
102
 
62
103
  - - -
63
104
 
64
- ## [v0.3.0](https://github.com/robcarruthers/lxi_rb/compare/d0d594119d79afe36f62a44688c216bbc2510f79..v0.3.0) - 2023-05-10
105
+ ## [v0.4.4](https://github.com/robcarruthers/lxi_rb/compare/d0d594119d79afe36f62a44688c216bbc2510f79..v0.4.4) - 2023-05-10
65
106
  #### Bug Fixes
66
107
  - **(Cog)** Update config - ([bc97116](https://github.com/robcarruthers/lxi_rb/commit/bc97116f3c152a37b398ded210dc9dfcb9d48238)) - [@robcarruthers](https://github.com/robcarruthers)
67
108
  #### Documentation
@@ -76,10 +117,14 @@
76
117
  - **(Changelog)** Add cog config - ([e518de8](https://github.com/robcarruthers/lxi_rb/commit/e518de82361494c4aeb3bffbadc33ef682808490)) - [@robcarruthers](https://github.com/robcarruthers)
77
118
  - **(Changelog)** Update - ([c15ba50](https://github.com/robcarruthers/lxi_rb/commit/c15ba50f382fff01e6cd70ce6c43a923531b214b)) - [@robcarruthers](https://github.com/robcarruthers)
78
119
  - **(Cog)** Update post bump hook - ([7030031](https://github.com/robcarruthers/lxi_rb/commit/703003167efbc201319208ea7d9ba26daa196871)) - [@robcarruthers](https://github.com/robcarruthers)
120
+ - **(changelog)** Update - ([fa35905](https://github.com/robcarruthers/lxi_rb/commit/fa35905a3363f51ba999c1e3bef42d554c82307e)) - [@robcarruthers](https://github.com/robcarruthers)
79
121
  - **(changelog)** Update - ([17f007d](https://github.com/robcarruthers/lxi_rb/commit/17f007d72dd1ec2f6ecc1e9ce3d1443981d63599)) - [@robcarruthers](https://github.com/robcarruthers)
80
122
  - **(changelog)** Updated - ([fa361f7](https://github.com/robcarruthers/lxi_rb/commit/fa361f7e8d2f1cdc5b80f6860d1bccd3c07e06af)) - [@robcarruthers](https://github.com/robcarruthers)
123
+ - **(readme)** Update - ([7bc1302](https://github.com/robcarruthers/lxi_rb/commit/7bc130206ade43df0e679208118c6b6f595a6760)) - [@robcarruthers](https://github.com/robcarruthers)
124
+ - **(readme)** Update - ([803632e](https://github.com/robcarruthers/lxi_rb/commit/803632e91a3c0e27478132a22135bb46b0edb58e)) - [@robcarruthers](https://github.com/robcarruthers)
81
125
  - update README - ([1f7334b](https://github.com/robcarruthers/lxi_rb/commit/1f7334bc73b4289464ac73f6010e97a979d9c5e5)) - [@robcarruthers](https://github.com/robcarruthers)
82
126
  #### Features
127
+ - **(Device)** Add query - ([5fb904b](https://github.com/robcarruthers/lxi_rb/commit/5fb904b469eb92bd7df1bd18874b2743f51cae4e)) - [@robcarruthers](https://github.com/robcarruthers)
83
128
  - **(device)** Init LXI Session - ([d326f6a](https://github.com/robcarruthers/lxi_rb/commit/d326f6a4c37f15a6b20ca3681fafa5e40588f81e)) - [@robcarruthers](https://github.com/robcarruthers)
84
129
  - **(ffi)** Add search class method - ([2bfa417](https://github.com/robcarruthers/lxi_rb/commit/2bfa41703f810145a6d6dffb9dd18220577a43a0)) - [@robcarruthers](https://github.com/robcarruthers)
85
130
  #### Miscellaneous Chores
@@ -87,6 +132,14 @@
87
132
  - **(Changelog)** Update - ([9a07697](https://github.com/robcarruthers/lxi_rb/commit/9a076972668e06728171eb68b92c37cd9364e85d)) - [@robcarruthers](https://github.com/robcarruthers)
88
133
  - **(Cog)** Update config - ([46f4e5d](https://github.com/robcarruthers/lxi_rb/commit/46f4e5d0c177849b14a7068761bb5068895b5027)) - [@robcarruthers](https://github.com/robcarruthers)
89
134
  - **(cog)** Update config - ([0c68f6e](https://github.com/robcarruthers/lxi_rb/commit/0c68f6e9c6928a9bf3e102314cb1adff5f7a8c14)) - [@robcarruthers](https://github.com/robcarruthers)
135
+ - **(rake)** Update .gitignore, create versioning tasks - ([f525812](https://github.com/robcarruthers/lxi_rb/commit/f5258124a67ec6fd6d28ad07134c68501cf5cf06)) - [@robcarruthers](https://github.com/robcarruthers)
136
+ - **(version)** v0.4.4 - ([090e411](https://github.com/robcarruthers/lxi_rb/commit/090e411047e31ee64c93916576b03c820208ce77)) - [@robcarruthers](https://github.com/robcarruthers)
137
+ - **(version)** v0.4.3 - ([b40e582](https://github.com/robcarruthers/lxi_rb/commit/b40e58236c2d56f06b3bd9d64af81337489d32f1)) - [@robcarruthers](https://github.com/robcarruthers)
138
+ - **(version)** v0.4.2 - ([af245b7](https://github.com/robcarruthers/lxi_rb/commit/af245b7c0e6f1fd0c79d1ac9a449ae252f958118)) - [@robcarruthers](https://github.com/robcarruthers)
139
+ - **(version)** v0.4.1 - ([76604d7](https://github.com/robcarruthers/lxi_rb/commit/76604d7d28193e543fba7e03af785236455d81eb)) - [@robcarruthers](https://github.com/robcarruthers)
140
+ - **(version)** v0.4.1 - ([b91277d](https://github.com/robcarruthers/lxi_rb/commit/b91277d32e1217157bdac5268c3ce04e036beaf1)) - [@robcarruthers](https://github.com/robcarruthers)
141
+ - **(version)** v0.4.0 - ([de44d74](https://github.com/robcarruthers/lxi_rb/commit/de44d74040c50a17e7b58e0519e9291e15e7e22f)) - [@robcarruthers](https://github.com/robcarruthers)
142
+ - **(version)** v0.4.0 - ([8fb8834](https://github.com/robcarruthers/lxi_rb/commit/8fb88341f81c912a2ea38bbea5b6b437bb973019)) - [@robcarruthers](https://github.com/robcarruthers)
90
143
  - **(version)** v0.3.0 - ([3a5c2ed](https://github.com/robcarruthers/lxi_rb/commit/3a5c2eda1270ff568adb9f049c322f8bcb41448a)) - [@robcarruthers](https://github.com/robcarruthers)
91
144
  - **(version)** v0.3.0 - ([28d7777](https://github.com/robcarruthers/lxi_rb/commit/28d777748c5502d83d79eb7990d0f445911f03a3)) - [@robcarruthers](https://github.com/robcarruthers)
92
145
  - **(version)** v0.2.26 - ([4dd447e](https://github.com/robcarruthers/lxi_rb/commit/4dd447e7d35a01345702885bdf005e71bfbf3397)) - [@robcarruthers](https://github.com/robcarruthers)
@@ -105,6 +158,7 @@
105
158
  - **(version)** v0.2.4 - ([06f3f26](https://github.com/robcarruthers/lxi_rb/commit/06f3f267b7810388a32095c716c5d5a2e5ed8b40)) - [@robcarruthers](https://github.com/robcarruthers)
106
159
  - **(version)** v0.2.2 - ([b702066](https://github.com/robcarruthers/lxi_rb/commit/b702066ffc2525228ec82c4d3adfc03a4f69a923)) - [@robcarruthers](https://github.com/robcarruthers)
107
160
  - **(versions)** v0.2.3 - ([aa79284](https://github.com/robcarruthers/lxi_rb/commit/aa79284160fb8b4f2c1af27326d7a3b1836d82d2)) - [@robcarruthers](https://github.com/robcarruthers)
161
+ - Update .gitignore - ([b70c1f0](https://github.com/robcarruthers/lxi_rb/commit/b70c1f0566db9b4043f02b4e3f79c228fd0531df)) - [@robcarruthers](https://github.com/robcarruthers)
108
162
  - v0.2.21 - ([5b453bf](https://github.com/robcarruthers/lxi_rb/commit/5b453bf91f65e3d8840afe6270edd37228e8325e)) - [@robcarruthers](https://github.com/robcarruthers)
109
163
  - v0.2.16 - ([d8b986d](https://github.com/robcarruthers/lxi_rb/commit/d8b986d3817150abbfc4b3acea9c40ec2a70e08c)) - [@robcarruthers](https://github.com/robcarruthers)
110
164
  - v0.2.15 - ([a2e9c15](https://github.com/robcarruthers/lxi_rb/commit/a2e9c15dc51f654ff6396cbbdebc4480828edc11)) - [@robcarruthers](https://github.com/robcarruthers)
@@ -118,6 +172,7 @@
118
172
  #### Refactoring
119
173
  - **(Device)** add error checking - ([27455eb](https://github.com/robcarruthers/lxi_rb/commit/27455eb78b8782cc367b94fb385720817ee11985)) - [@robcarruthers](https://github.com/robcarruthers)
120
174
  - **(Device)** refine usage - ([d07ff0a](https://github.com/robcarruthers/lxi_rb/commit/d07ff0a30a834342cc40ed98a45a0033b87e0488)) - [@robcarruthers](https://github.com/robcarruthers)
175
+ - **(LXI)** Update modules and mixins - ([c749759](https://github.com/robcarruthers/lxi_rb/commit/c7497595df2d08f1d9f4875b5c5a60f0dfe71ebd)) - [@robcarruthers](https://github.com/robcarruthers)
121
176
  - **(Lxi_module)** Breakout into mixins - ([1eaa2d6](https://github.com/robcarruthers/lxi_rb/commit/1eaa2d6a7d364413dc57d6579bb08fdbc2d8554f)) - [@robcarruthers](https://github.com/robcarruthers)
122
177
  - **(Rubocop)** fix offences - ([da04cdb](https://github.com/robcarruthers/lxi_rb/commit/da04cdb3e284afad7c3b4828369a9ff89f526589)) - [@robcarruthers](https://github.com/robcarruthers)
123
178
  - **(ffi)** Remove comment - ([59985e6](https://github.com/robcarruthers/lxi_rb/commit/59985e61d5c8ba44c24338f793113987588677d9)) - [@robcarruthers](https://github.com/robcarruthers)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lxi_rb (0.4.8)
4
+ lxi_rb (0.6.2)
5
5
  ffi (~> 1.15)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # lxi_rb
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/lxi_rb.svg)](https://badge.fury.io/rb/lxi_rb) ![Ruby](https://img.shields.io/static/v1?message=Ruby&color=red&logo=Ruby&logoColor=FFFFFF&label=v3.1.2) ![Ruby](https://img.shields.io/gitlab/license/robcarruthers/rfbeam?color=orange)
3
+ [![Gem Version](https://img.shields.io/gem/v/lxi_rb?color=green)](https://badge.fury.io/rb/lxi_rb) ![Ruby](https://img.shields.io/static/v1?message=Ruby&color=red&logo=Ruby&logoColor=FFFFFF&label=v3.1.2) ![Ruby](https://img.shields.io/gitlab/license/robcarruthers/rfbeam?color=orange)
4
4
 
5
5
  Ruby wrapper for the [liblxi](https://github.com/lxi-tools/liblxi) library.
6
6
 
@@ -8,15 +8,18 @@ Ruby wrapper for the [liblxi](https://github.com/lxi-tools/liblxi) library.
8
8
 
9
9
  Install the gem and add to the application's Gemfile by executing:
10
10
 
11
- $ bundle add lxi_rb
11
+ ``` shell
12
+ bundle add lxi_rb
13
+ ```
12
14
 
13
15
  If bundler is not being used to manage dependencies, install the gem by executing:
14
-
15
- $ gem install lxi_rb
16
+ ``` shell
17
+ gem install lxi_rb
18
+ ```
16
19
 
17
20
  ## Usage
18
21
 
19
- ```ruby
22
+ ``` ruby
20
23
  Lxi.search
21
24
  Searching for LXI devices - please wait...
22
25
 
@@ -25,13 +28,16 @@ Broadcast: 192.168.10.255, en0
25
28
  Device: 192.168.10.21, Siglent Technologies,SDS1104X-E,SDSMMGKC6R0011,8.2.6.1.37R8
26
29
  Device: 192.168.10.107, Siglent Technologies,SDM3055-SC,SDM35GBQ6R1882,1.01.01.25
27
30
 
28
- Lxi.discover_instruments
31
+ Lxi.discover
29
32
  => [{:address=>"192.168.10.107", :id=>"Siglent Technologies,SDM3055-SC,SDM35GBQ6R1882,1.01.01.25"}]
30
33
 
31
34
  Lxi::Device.new('192.168.10.107', :vxi11) do |meter|
32
- puts meter.query 'MEAS:VOLT:DC?'
35
+ meter.send 'MEAS:VOLT:DC?'
36
+ sleep 0.05
37
+ result = meter.read 512
38
+ puts Float(result)
33
39
  end
34
- => -4.78767775E-04
40
+ => -0.000478767775E-04
35
41
  ```
36
42
 
37
43
  ## Development
@@ -42,7 +48,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
42
48
 
43
49
  ## Contributing
44
50
 
45
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/lxi_rb.
51
+ Bug reports and pull requests are welcome on GitHub at <https://github.com/[USERNAME]/lxi_rb>.
46
52
 
47
53
  ## License
48
54
 
data/lib/lxi/discovery.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
  module Lxi
3
3
  # Search for LXI-11 instruments on the network and return hash of instruments
4
- def self.discover_instruments(timeout: 1000, type: :vxi11)
4
+ def self.discover(timeout: 1000, type: :vxi11)
5
5
  raise Error, 'LXI Library Initialisation Error' unless lxi_init == LXI_OK
6
6
 
7
7
  devices = []
data/lib/lxi/functions.rb CHANGED
@@ -5,8 +5,7 @@ module Lxi
5
5
  module FFIFunctions
6
6
  extend FFI::Library
7
7
 
8
- ffi_lib '/opt/homebrew/lib/liblxi.dylib'
9
- ffi_lib_flags :now, :global
8
+ ffi_lib 'liblxi'
10
9
 
11
10
  # Define liblxi structs
12
11
  class LxiInfo < FFI::Struct
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.4.9'
4
+ VERSION = '0.6.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lxi_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Carruthers