lxi_rb 0.7.1 → 0.7.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: 14332658e014f39abcd5aa4dedd87f86ed793a8ee891ae2c38abed1e96740248
4
- data.tar.gz: d417f13bb3e8cc874b9b0d0cffb394a307c42d70ecc69410a15838b8e42171e9
3
+ metadata.gz: 06ae58333488267474e2ec65169d809368c88d64ada4ae52e672b25fc5168b56
4
+ data.tar.gz: 2a6bd3a037bd50ae1f116f3371f4b3df42c2dfbf0dbfc74b180a90f8ab330b3a
5
5
  SHA512:
6
- metadata.gz: 0bc179e9643858482b291f1faf50ee9c7302bfbbf4a576052136c2d7d23a7c383b5efe751fe847552246cfbcd0d76058aa1454fafdaec68b64cff8aa4d1998bf
7
- data.tar.gz: 6536d4d6defd3abae63528f58e6982f80dc608358fed282e6e1f7eef290462108e96de205e1761af054319cb6b40b1af04b2a0e234e050fe2f2a82c2049665a1
6
+ metadata.gz: '016579af70c463e8a41a65d51497fdc5563473fe4620190a81eb4a37ca6d23261e15d5c0d2bc522725f277e3c1aee33575db4a0616d992613aa97173d0090ed4'
7
+ data.tar.gz: 28a4bc31a7e6d5c8363182c856139ed17b7978c5da390ae47dc0f944ef75219fd4aa76d8a47689994380394395c37a21a2fb715cfba601f8f267fe9c467b9fec
data/CHANGELOG.md CHANGED
@@ -1,92 +1,115 @@
1
+ <!-- prettier-ignore-start -->
1
2
  # Changelog
2
3
 
3
4
  All notable changes to this project will be documented in this file.
4
5
 
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).
6
+ - - -
7
+ ## [v0.7.3](https://github.com/robcarruthers/lxi_rb/compare/v0.7.2..v0.7.3) - 2023-05-15
8
+ #### Refactoring
9
+ - **(gemspec)** Update Gemfile with dev group - ([b5e5cdd](https://github.com/robcarruthers/lxi_rb/commit/b5e5cdd8d7c0517e980700b43c4080ea03bf8467)) - [@robcarruthers](https://github.com/robcarruthers)
10
+
11
+ - - -
12
+
13
+
14
+ ## Unreleased ([acccfa6..0c42910](https://github.com/robcarruthers/lxi_rb/compare/acccfa6..0c42910))
15
+ #### Bug Fixes
16
+ - **(linux)** Add liblxi library name - ([4192527](https://github.com/robcarruthers/lxi_rb/commit/4192527ada8d6c4b663f04e019e4d4a20a783b4a)) - [@robcarruthers](https://github.com/robcarruthers)
17
+ #### Miscellaneous Tasks
18
+ - **(ffi)** Add library flags - ([0c42910](https://github.com/robcarruthers/lxi_rb/commit/0c429109fa105a2c51ca2fc3677188106f5a4f43)) - [@robcarruthers](https://github.com/robcarruthers)
19
+ - **(ffi)** Add library flags - ([6e33cb5](https://github.com/robcarruthers/lxi_rb/commit/6e33cb58d39b86ef51ff5b16d65086b0f8664aac)) - [@robcarruthers](https://github.com/robcarruthers)
20
+
21
+ - - -
22
+ ## [v0.7.2](https://github.com/robcarruthers/lxi_rb/compare/v0.7.1..v0.7.2) - 2023-05-13
23
+ #### Bug Fixes
24
+ - **(linux)** Add liblxi library name - ([4192527](https://github.com/robcarruthers/lxi_rb/commit/4192527ada8d6c4b663f04e019e4d4a20a783b4a)) - [@robcarruthers](https://github.com/robcarruthers)
25
+ #### Documentation
26
+ - **(readme)** Update - ([b2e1d91](https://github.com/robcarruthers/lxi_rb/commit/b2e1d91ddd88ab798d63bb94a514b8c08e6253eb)) - [@robcarruthers](https://github.com/robcarruthers)
27
+ #### Miscellaneous Tasks
28
+ - **(ffi)** Add library flags - ([0c42910](https://github.com/robcarruthers/lxi_rb/commit/0c429109fa105a2c51ca2fc3677188106f5a4f43)) - [@robcarruthers](https://github.com/robcarruthers)
29
+ - **(ffi)** Add library flags - ([6e33cb5](https://github.com/robcarruthers/lxi_rb/commit/6e33cb58d39b86ef51ff5b16d65086b0f8664aac)) - [@robcarruthers](https://github.com/robcarruthers)
7
30
 
8
31
  - - -
9
- ## [v0.7.1](https://github.com/robcarruthers/lxi_rb/compare/v0.7.0..v0.7.1) - 2023-05-11
10
- #### Miscellaneous Chores
32
+
33
+
34
+ ## [v0.7.1](https://github.com/robcarruthers/lxi_rb/compare/v0.7.0..v0.7.1) - 2023-05-13
35
+ #### Miscellaneous Tasks
11
36
  - **(Rubocop)** Fix offences - ([ba347f4](https://github.com/robcarruthers/lxi_rb/commit/ba347f4de9bbcafb28aa86a747f88ca725e4725e)) - [@robcarruthers](https://github.com/robcarruthers)
37
+ - **(version)** v0.7.1 - ([acccfa6](https://github.com/robcarruthers/lxi_rb/commit/acccfa6006795e4ac4b95eba6f89f74c1fb564bb)) - [@robcarruthers](https://github.com/robcarruthers)
12
38
 
13
39
  - - -
14
40
 
15
- ## [v0.7.0](https://github.com/robcarruthers/lxi_rb/compare/v0.6.4..v0.7.0) - 2023-05-11
41
+ ## [v0.7.0](https://github.com/robcarruthers/lxi_rb/compare/v0.6.4..v0.7.0) - 2023-05-13
42
+ #### Miscellaneous Tasks
43
+ - **(version)** v0.7.0 - ([f1879f2](https://github.com/robcarruthers/lxi_rb/commit/f1879f243826ac1ac58f2e06cc644b77b2e15cb0)) - [@robcarruthers](https://github.com/robcarruthers)
16
44
  #### Tests
17
45
  - **(Lxi)** Add Lxi module tests - ([627766f](https://github.com/robcarruthers/lxi_rb/commit/627766f3953486e54fc7bb67a3cb75701e1aa537)) - [@robcarruthers](https://github.com/robcarruthers)
18
46
 
19
47
  - - -
20
48
 
21
- ## [v0.6.4](https://github.com/robcarruthers/lxi_rb/compare/v0.6.3..v0.6.4) - 2023-05-11
22
- #### Miscellaneous Chores
49
+ ## [v0.6.4](https://github.com/robcarruthers/lxi_rb/compare/v0.6.3..v0.6.4) - 2023-05-13
50
+ #### Miscellaneous Tasks
23
51
  - **(bundle)** Update - ([dff65bb](https://github.com/robcarruthers/lxi_rb/commit/dff65bb2ba3424d55c35dbfc92b7fd7c6ff92388)) - [@robcarruthers](https://github.com/robcarruthers)
52
+ - **(version)** v0.6.4 - ([8ff7d94](https://github.com/robcarruthers/lxi_rb/commit/8ff7d94e611cb5be724d3cdc03d1dba5aafed778)) - [@robcarruthers](https://github.com/robcarruthers)
24
53
  #### Tests
25
54
  - **(device)** Add device tests - ([e8ec714](https://github.com/robcarruthers/lxi_rb/commit/e8ec714522eb034c8e130ccb8239ffc08bf63d8a)) - [@robcarruthers](https://github.com/robcarruthers)
26
55
 
27
56
  - - -
28
57
 
29
- ## [v0.6.3](https://github.com/robcarruthers/lxi_rb/compare/v0.6.2..v0.6.3) - 2023-05-10
30
- #### Miscellaneous Chores
58
+ ## [v0.6.3](https://github.com/robcarruthers/lxi_rb/compare/v0.6.2..v0.6.3) - 2023-05-13
59
+ #### Miscellaneous Tasks
31
60
  - **(bundle)** Update - ([9fbe7d8](https://github.com/robcarruthers/lxi_rb/commit/9fbe7d8aef4a65650d1231b8acdf8cb8392588d7)) - [@robcarruthers](https://github.com/robcarruthers)
61
+ - **(version)** v0.6.3 - ([6be7c69](https://github.com/robcarruthers/lxi_rb/commit/6be7c69445a781f4fb2a18e8a12b8252841fc807)) - [@robcarruthers](https://github.com/robcarruthers)
32
62
 
33
63
  - - -
34
64
 
35
- ## [v0.6.2](https://github.com/robcarruthers/lxi_rb/compare/v0.6.1..v0.6.2) - 2023-05-10
36
- #### Miscellaneous Chores
65
+ ## [v0.6.2](https://github.com/robcarruthers/lxi_rb/compare/v0.6.1..v0.6.2) - 2023-05-13
66
+ #### Miscellaneous Tasks
37
67
  - **(bundle)** Update - ([fd21961](https://github.com/robcarruthers/lxi_rb/commit/fd21961000df56b5834d414c33b8495feed37b7d)) - [@robcarruthers](https://github.com/robcarruthers)
68
+ - **(version)** v0.6.2 - ([afab06a](https://github.com/robcarruthers/lxi_rb/commit/afab06a12883de21d0628dfec4f91615c1eff4aa)) - [@robcarruthers](https://github.com/robcarruthers)
38
69
 
39
70
  - - -
40
71
 
41
- ## [v0.6.1](https://github.com/robcarruthers/lxi_rb/compare/v0.6.0..v0.6.1) - 2023-05-10
42
- #### Miscellaneous Chores
72
+ ## [v0.6.1](https://github.com/robcarruthers/lxi_rb/compare/v0.6.0..v0.6.1) - 2023-05-13
73
+ #### Miscellaneous Tasks
43
74
  - **(bundle)** Update - ([68d675e](https://github.com/robcarruthers/lxi_rb/commit/68d675e63747d5fa9115d62b98d0d6f99e320db0)) - [@robcarruthers](https://github.com/robcarruthers)
75
+ - **(version)** v0.6.1 - ([deb9710](https://github.com/robcarruthers/lxi_rb/commit/deb9710cf59f9b7960607e0bf6936f9ad8c2aba5)) - [@robcarruthers](https://github.com/robcarruthers)
44
76
 
45
77
  - - -
46
78
 
47
- ## [v0.6.0](https://github.com/robcarruthers/lxi_rb/compare/v0.5.0..v0.6.0) - 2023-05-10
48
- #### Miscellaneous Chores
79
+ ## [v0.6.0](https://github.com/robcarruthers/lxi_rb/compare/v0.5.0..v0.6.0) - 2023-05-13
80
+ #### Miscellaneous Tasks
49
81
  - **(bundle)** Update - ([df56919](https://github.com/robcarruthers/lxi_rb/commit/df5691903fa4c07fd0790920df85c45864fe754b)) - [@robcarruthers](https://github.com/robcarruthers)
82
+ - **(version)** v0.6.0 - ([2d69874](https://github.com/robcarruthers/lxi_rb/commit/2d6987451e7f713d7474f5550b9566ddc2a201d4)) - [@robcarruthers](https://github.com/robcarruthers)
50
83
 
51
84
  - - -
52
85
 
53
- ## [v0.5.0](https://github.com/robcarruthers/lxi_rb/compare/v0.4.10..v0.5.0) - 2023-05-10
54
- #### Miscellaneous Chores
86
+ ## [v0.5.0](https://github.com/robcarruthers/lxi_rb/compare/v0.4.10..v0.5.0) - 2023-05-13
87
+ #### Miscellaneous Tasks
55
88
  - **(bundle)** Update - ([11f21ab](https://github.com/robcarruthers/lxi_rb/commit/11f21ab0e0c85306537510bd4ca51275756483d1)) - [@robcarruthers](https://github.com/robcarruthers)
89
+ - **(version)** v0.5.0 - ([93fbb0a](https://github.com/robcarruthers/lxi_rb/commit/93fbb0a9b961a5a4fdf45d5aed3eaa6390fadb63)) - [@robcarruthers](https://github.com/robcarruthers)
56
90
 
57
91
  - - -
58
92
 
59
- ## [v0.4.10](https://github.com/robcarruthers/lxi_rb/compare/v0.4.9..v0.4.10) - 2023-05-10
93
+ ## [v0.4.10](https://github.com/robcarruthers/lxi_rb/compare/v0.4.9..v0.4.10) - 2023-05-13
60
94
  #### Bug Fixes
61
95
  - **(ffi)** Update LXI library location search - ([e557e9a](https://github.com/robcarruthers/lxi_rb/commit/e557e9a77a81eef89260dfa14a5b3e618d6f1879)) - [@robcarruthers](https://github.com/robcarruthers)
62
96
  #### Documentation
63
97
  - **(reademe)** Update header - ([50770ad](https://github.com/robcarruthers/lxi_rb/commit/50770ad38aaf0c7f96560a46cde0e9fa8fbaab89)) - [@robcarruthers](https://github.com/robcarruthers)
64
98
  - **(readme)** Update - ([4fca6cb](https://github.com/robcarruthers/lxi_rb/commit/4fca6cb18e102635307d1eb670607a8be279a5f6)) - [@robcarruthers](https://github.com/robcarruthers)
65
- #### Miscellaneous Chores
99
+ #### Miscellaneous Tasks
66
100
  - **(bundle)** Update - ([aed68fb](https://github.com/robcarruthers/lxi_rb/commit/aed68fbcc0cdb0ded4d9b634cf1c6f56438b526d)) - [@robcarruthers](https://github.com/robcarruthers)
67
101
  - **(bundle)** Update - ([7b3f51a](https://github.com/robcarruthers/lxi_rb/commit/7b3f51a096deebc065544f4078df99bebd22c805)) - [@robcarruthers](https://github.com/robcarruthers)
68
102
  - **(bundle)** Update - ([f4d10c1](https://github.com/robcarruthers/lxi_rb/commit/f4d10c1cb3ff920a21d2236890217bc63f1b6a18)) - [@robcarruthers](https://github.com/robcarruthers)
69
103
  - **(bundle)** Update - ([55fcd9a](https://github.com/robcarruthers/lxi_rb/commit/55fcd9afcef33da6552e872e29fb9550ee0d3faf)) - [@robcarruthers](https://github.com/robcarruthers)
70
104
  - **(changelog)** Updated - ([c30acfd](https://github.com/robcarruthers/lxi_rb/commit/c30acfd2ac37692f0353b45d2cf96e945e597a0b)) - [@robcarruthers](https://github.com/robcarruthers)
105
+ - **(version)** v0.4.10 - ([578e04c](https://github.com/robcarruthers/lxi_rb/commit/578e04cdc752c818ab60fdd8bdf4e3b7cb2a6f7d)) - [@robcarruthers](https://github.com/robcarruthers)
71
106
  - v0.4.12 - ([7f7e90e](https://github.com/robcarruthers/lxi_rb/commit/7f7e90eb2492edc5c9417e4b22db5321a64d9368)) - [@robcarruthers](https://github.com/robcarruthers)
72
107
  - v0.4.11 - ([e2c8a0f](https://github.com/robcarruthers/lxi_rb/commit/e2c8a0f1a2602e3f7cf2ddf8af8aef150e9ad217)) - [@robcarruthers](https://github.com/robcarruthers)
73
108
 
74
109
  - - -
75
110
 
76
-
77
- ## Unreleased ([83cae54..895952d](https://github.com/robcarruthers/lxi_rb/compare/83cae54..895952d))
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
111
+ ## [v0.4.9](https://github.com/robcarruthers/lxi_rb/compare/v0.4.8..v0.4.9) - 2023-05-13
112
+ #### Miscellaneous Tasks
90
113
  - **(rubocop)** Fix offences - ([d7c383e](https://github.com/robcarruthers/lxi_rb/commit/d7c383ea4619064804e2e57125224fed739b0566)) - [@robcarruthers](https://github.com/robcarruthers)
91
114
  - **(version)** v0.4.9 - ([83cae54](https://github.com/robcarruthers/lxi_rb/commit/83cae54e6c4c72afe77907a0957074c4e46ca76e)) - [@robcarruthers](https://github.com/robcarruthers)
92
115
  - Update .gitignore - ([43f4fc4](https://github.com/robcarruthers/lxi_rb/commit/43f4fc4ea9c70eeaec9d6ab4fa2c4c2eb18ab2bf)) - [@robcarruthers](https://github.com/robcarruthers)
@@ -94,35 +117,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
117
 
95
118
  - - -
96
119
 
97
- ## [v0.4.8](https://github.com/robcarruthers/lxi_rb/compare/v0.4.7..v0.4.8) - 2023-05-10
98
- #### Miscellaneous Chores
120
+ ## [v0.4.8](https://github.com/robcarruthers/lxi_rb/compare/v0.4.7..v0.4.8) - 2023-05-13
121
+ #### Miscellaneous Tasks
99
122
  - **(version)** v0.4.8 - ([297fe29](https://github.com/robcarruthers/lxi_rb/commit/297fe292b0f800c0a99db08308fb01af3b5ecf48)) - [@robcarruthers](https://github.com/robcarruthers)
100
123
  - Update .gitignore - ([bea47ce](https://github.com/robcarruthers/lxi_rb/commit/bea47cef4f6c236b4c16fd1465b957cee891dfb3)) - [@robcarruthers](https://github.com/robcarruthers)
101
124
 
102
125
  - - -
103
126
 
104
- ## [v0.4.7](https://github.com/robcarruthers/lxi_rb/compare/v0.4.6..v0.4.7) - 2023-05-10
105
- #### Miscellaneous Chores
127
+ ## [v0.4.7](https://github.com/robcarruthers/lxi_rb/compare/v0.4.6..v0.4.7) - 2023-05-13
128
+ #### Miscellaneous Tasks
106
129
  - **(bundle)** Update - ([7fa3ab3](https://github.com/robcarruthers/lxi_rb/commit/7fa3ab3f9abcac5fae1093c932d4e70cf3092920)) - [@robcarruthers](https://github.com/robcarruthers)
107
130
  - **(version)** v0.4.7 - ([eb7a001](https://github.com/robcarruthers/lxi_rb/commit/eb7a0015e900f47272141ba49ccd996c97414b89)) - [@robcarruthers](https://github.com/robcarruthers)
108
131
 
109
132
  - - -
110
133
 
111
- ## [v0.4.6](https://github.com/robcarruthers/lxi_rb/compare/v0.4.5..v0.4.6) - 2023-05-10
112
- #### Miscellaneous Chores
134
+ ## [v0.4.6](https://github.com/robcarruthers/lxi_rb/compare/v0.4.5..v0.4.6) - 2023-05-13
135
+ #### Miscellaneous Tasks
113
136
  - **(version)** v0.4.6 - ([5b0289c](https://github.com/robcarruthers/lxi_rb/commit/5b0289cf33ba76ae1737593f4c85eb7c6fcf3718)) - [@robcarruthers](https://github.com/robcarruthers)
114
137
 
115
138
  - - -
116
139
 
117
- ## [v0.4.5](https://github.com/robcarruthers/lxi_rb/compare/v0.4.4..v0.4.5) - 2023-05-10
140
+ ## [v0.4.5](https://github.com/robcarruthers/lxi_rb/compare/v0.4.4..v0.4.5) - 2023-05-13
118
141
  #### Documentation
119
142
  - **(changelog)** Update - ([ac74997](https://github.com/robcarruthers/lxi_rb/commit/ac7499725d8ba920215c25196e2514bf1af58465)) - [@robcarruthers](https://github.com/robcarruthers)
120
- #### Miscellaneous Chores
143
+ #### Miscellaneous Tasks
121
144
  - **(version)** v0.4.5 - ([7161638](https://github.com/robcarruthers/lxi_rb/commit/7161638fd76cc37d00ca9a10f0831fa210711fbc)) - [@robcarruthers](https://github.com/robcarruthers)
122
145
 
123
146
  - - -
124
147
 
125
- ## [v0.4.4](https://github.com/robcarruthers/lxi_rb/compare/d0d594119d79afe36f62a44688c216bbc2510f79..v0.4.4) - 2023-05-10
148
+ ## [v0.4.4](https://github.com/robcarruthers/lxi_rb/compare/d0d594119d79afe36f62a44688c216bbc2510f79..v0.4.4) - 2023-05-13
126
149
  #### Bug Fixes
127
150
  - **(Cog)** Update config - ([bc97116](https://github.com/robcarruthers/lxi_rb/commit/bc97116f3c152a37b398ded210dc9dfcb9d48238)) - [@robcarruthers](https://github.com/robcarruthers)
128
151
  #### Documentation
@@ -147,7 +170,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147
170
  - **(Device)** Add query - ([5fb904b](https://github.com/robcarruthers/lxi_rb/commit/5fb904b469eb92bd7df1bd18874b2743f51cae4e)) - [@robcarruthers](https://github.com/robcarruthers)
148
171
  - **(device)** Init LXI Session - ([d326f6a](https://github.com/robcarruthers/lxi_rb/commit/d326f6a4c37f15a6b20ca3681fafa5e40588f81e)) - [@robcarruthers](https://github.com/robcarruthers)
149
172
  - **(ffi)** Add search class method - ([2bfa417](https://github.com/robcarruthers/lxi_rb/commit/2bfa41703f810145a6d6dffb9dd18220577a43a0)) - [@robcarruthers](https://github.com/robcarruthers)
150
- #### Miscellaneous Chores
173
+ #### Miscellaneous Tasks
151
174
  - **(CHANGELOG)** Update - ([003969a](https://github.com/robcarruthers/lxi_rb/commit/003969a1588609e528e5e91405a02871c7a31eaa)) - [@robcarruthers](https://github.com/robcarruthers)
152
175
  - **(Changelog)** Update - ([9a07697](https://github.com/robcarruthers/lxi_rb/commit/9a076972668e06728171eb68b92c37cd9364e85d)) - [@robcarruthers](https://github.com/robcarruthers)
153
176
  - **(Cog)** Update config - ([46f4e5d](https://github.com/robcarruthers/lxi_rb/commit/46f4e5d0c177849b14a7068761bb5068895b5027)) - [@robcarruthers](https://github.com/robcarruthers)
@@ -200,4 +223,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
200
223
  #### Tests
201
224
  - make default tests pass - ([da68bff](https://github.com/robcarruthers/lxi_rb/commit/da68bff976bea886a99a0d31c35fd17df7b780f5)) - [@robcarruthers](https://github.com/robcarruthers)
202
225
 
203
-
226
+ <!-- prettier-ignore-end -->
data/Gemfile CHANGED
@@ -4,6 +4,14 @@ source 'https://rubygems.org'
4
4
 
5
5
  # Specify your gem's dependencies in lxi_rb.gemspec
6
6
  gemspec
7
- gem 'minitest', '~> 5.0'
8
- gem 'rake', '~> 13.0'
9
- gem 'rubocop', '~> 1.21'
7
+
8
+ group :development do
9
+ gem 'bump', '~> 0.10.0'
10
+ gem 'minitest', '~> 5.18'
11
+ gem 'minitest-reporters', '~> 1.4'
12
+ gem 'rake', '~> 13.0'
13
+ gem 'rubocop', '~> 1.18'
14
+ gem 'rubocop-minitest', '~> 0.3'
15
+ gem 'rubocop-performance', '~> 1.10'
16
+ gem 'rubocop-rake', '~> 0.4'
17
+ end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lxi_rb (0.7.0)
4
+ lxi_rb (0.7.2)
5
5
  ffi (~> 1.15)
6
6
 
7
7
  GEM
@@ -10,7 +10,7 @@ GEM
10
10
  ansi (1.5.0)
11
11
  ast (2.4.2)
12
12
  builder (3.2.4)
13
- bump (0.8.0)
13
+ bump (0.10.0)
14
14
  ffi (1.15.5)
15
15
  json (2.6.3)
16
16
  minitest (5.18.0)
@@ -52,12 +52,12 @@ PLATFORMS
52
52
  arm64-darwin-22
53
53
 
54
54
  DEPENDENCIES
55
- bump (~> 0.8.0)
55
+ bump (~> 0.10.0)
56
56
  lxi_rb!
57
- minitest (~> 5.0)
57
+ minitest (~> 5.18)
58
58
  minitest-reporters (~> 1.4)
59
59
  rake (~> 13.0)
60
- rubocop (~> 1.21)
60
+ rubocop (~> 1.18)
61
61
  rubocop-minitest (~> 0.3)
62
62
  rubocop-performance (~> 1.10)
63
63
  rubocop-rake (~> 0.4)
data/README.md CHANGED
@@ -2,24 +2,31 @@
2
2
 
3
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
- 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
- ``` shell
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
- ``` shell
22
+
23
+ ```shell
17
24
  gem install lxi_rb
18
25
  ```
19
26
 
20
27
  ## Usage
21
28
 
22
- ``` ruby
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/[USERNAME]/lxi_rb>.
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
@@ -5,7 +5,8 @@ module Lxi
5
5
  module FFIFunctions
6
6
  extend FFI::Library
7
7
 
8
- ffi_lib 'liblxi'
8
+ ffi_lib %w[liblxi liblxi.so.1 /home/linuxbrew/.linuxbrew/lib/liblxi.so.1]
9
+ ffi_lib_flags :now, :global
9
10
 
10
11
  # Define liblxi structs
11
12
  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.7.1'
4
+ VERSION = '0.7.3'
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.7.1
4
+ version: 0.7.3
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 00:00:00.000000000 Z
11
+ date: 2023-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -24,118 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.15'
27
- - !ruby/object:Gem::Dependency
28
- name: bump
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 0.8.0
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: 0.8.0
41
- - !ruby/object:Gem::Dependency
42
- name: minitest
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: '5.14'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: '5.14'
55
- - !ruby/object:Gem::Dependency
56
- name: minitest-reporters
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '1.4'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - "~>"
67
- - !ruby/object:Gem::Version
68
- version: '1.4'
69
- - !ruby/object:Gem::Dependency
70
- name: rake
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - "~>"
74
- - !ruby/object:Gem::Version
75
- version: '13.0'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - "~>"
81
- - !ruby/object:Gem::Version
82
- version: '13.0'
83
- - !ruby/object:Gem::Dependency
84
- name: rubocop
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: '1.18'
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - "~>"
95
- - !ruby/object:Gem::Version
96
- version: '1.18'
97
- - !ruby/object:Gem::Dependency
98
- name: rubocop-minitest
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '0.3'
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - "~>"
109
- - !ruby/object:Gem::Version
110
- version: '0.3'
111
- - !ruby/object:Gem::Dependency
112
- name: rubocop-performance
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - "~>"
116
- - !ruby/object:Gem::Version
117
- version: '1.10'
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - "~>"
123
- - !ruby/object:Gem::Version
124
- version: '1.10'
125
- - !ruby/object:Gem::Dependency
126
- name: rubocop-rake
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - "~>"
130
- - !ruby/object:Gem::Version
131
- version: '0.4'
132
- type: :development
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - "~>"
137
- - !ruby/object:Gem::Version
138
- version: '0.4'
139
27
  description: The gem includes methods required for discovering and communicating with
140
28
  LXI compliant devices
141
29
  email: