lxi_rb 0.4.8 → 0.4.9

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: 3f085f10d4bc17ce472c48df526b2af4ebbef329f1f8f5e6d146cbdd946a236a
4
- data.tar.gz: 2923818498e6f68b1ac54746681c69c2e7d9107d1b289f16ce83f1d19a3c66b1
3
+ metadata.gz: d375f23cc1ac230b9f49e5ca2a00501fd2ebc7b35800f2b204b87880c8900661
4
+ data.tar.gz: b15776d4d7d4ad84619629ff8a1fbc4a4c38b81d024d880667b943d25ac57177
5
5
  SHA512:
6
- metadata.gz: e397ffe8bb236e32a6b06b5c2d229be50b488ec3fb9ddb72adaf83e5ff74820cee9e918e37086d5df6b4984db8dea7bf5c110d0a3d14e83af1e2099445deb2d7
7
- data.tar.gz: 499716e673e21aefb7d92248b78afbefb9f6d693a008aed866e1b896d3a5788fd3524462b1feef0907a42fda08443e2bf7ebc18576f9993f1cacbd4245aaf381
6
+ metadata.gz: 190935ef3e76f9fc9cf598870d31d883c80f300db88b013b3ffc66e628a0c5651f3f9ccbefc253bc209c164fd5e36e37facfb20a955abf11f64a39e7d8f2ab26
7
+ data.tar.gz: 4fb5561b0f73cc732879c4c30ed126b65fbb4b24c569ce84ab8ba514340d4f0014b92672a08be3040021ad46401ca5c53dadafed7c46ab101020f8794dc53a05
data/CHANGELOG.md CHANGED
@@ -9,6 +9,14 @@
9
9
  - Update .gitignore - ([b70c1f0](https://github.com/robcarruthers/lxi_rb/commit/b70c1f0566db9b4043f02b4e3f79c228fd0531df)) - [@robcarruthers](https://github.com/robcarruthers)
10
10
 
11
11
  - - -
12
+ ## [v0.4.9](https://github.com/robcarruthers/lxi_rb/compare/v0.4.8..v0.4.9) - 2023-05-10
13
+ #### Miscellaneous Chores
14
+ - **(rubocop)** Fix offences - ([d7c383e](https://github.com/robcarruthers/lxi_rb/commit/d7c383ea4619064804e2e57125224fed739b0566)) - [@robcarruthers](https://github.com/robcarruthers)
15
+ - Update .gitignore - ([43f4fc4](https://github.com/robcarruthers/lxi_rb/commit/43f4fc4ea9c70eeaec9d6ab4fa2c4c2eb18ab2bf)) - [@robcarruthers](https://github.com/robcarruthers)
16
+ - Update .gitignore - ([37f96a8](https://github.com/robcarruthers/lxi_rb/commit/37f96a8b30981eed4bc9941a1d5f2f8e033c5b8f)) - [@robcarruthers](https://github.com/robcarruthers)
17
+
18
+ - - -
19
+
12
20
  ## [v0.4.8](https://github.com/robcarruthers/lxi_rb/compare/v0.4.7..v0.4.8) - 2023-05-10
13
21
  #### Miscellaneous Chores
14
22
  - Update .gitignore - ([bea47ce](https://github.com/robcarruthers/lxi_rb/commit/bea47cef4f6c236b4c16fd1465b957cee891dfb3)) - [@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.6)
4
+ lxi_rb (0.4.8)
5
5
  ffi (~> 1.15)
6
6
 
7
7
  GEM
data/Rakefile CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'bundler/gem_tasks'
4
4
  require 'rake/testtask'
5
- Dir.glob('lib/tasks/*.rake').each { |r| import r }
5
+ Dir.glob('tasks/*.rake').each { |r| import r }
6
6
 
7
7
  Rake::TestTask.new(:test) do |t|
8
8
  t.libs << 'test'
data/lib/lxi/callbacks.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module Lxi
2
3
  # VXI11 Discovery Callbacks
3
4
  BroadcastCallback =
data/lib/lxi/constants.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module Lxi
2
3
  # LXI Constants
3
4
  LXI_OK = 0
data/lib/lxi/discovery.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module Lxi
2
3
  # Search for LXI-11 instruments on the network and return hash of instruments
3
4
  def self.discover_instruments(timeout: 1000, type: :vxi11)
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.8'
4
+ VERSION = '0.4.9'
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.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Carruthers
@@ -32,7 +32,6 @@ executables: []
32
32
  extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
- - ".streerc"
36
35
  - ".tool-versions"
37
36
  - ".vscode/settings.json"
38
37
  - CHANGELOG.md
@@ -41,7 +40,6 @@ files:
41
40
  - LICENSE.txt
42
41
  - README.md
43
42
  - Rakefile
44
- - cog.toml
45
43
  - lib/lxi/callbacks.rb
46
44
  - lib/lxi/constants.rb
47
45
  - lib/lxi/device.rb
data/.streerc DELETED
@@ -1 +0,0 @@
1
- /Users/rob/.streerc
data/cog.toml DELETED
@@ -1,24 +0,0 @@
1
- from_latest_tag = true
2
- ignore_merge_commits = false
3
- branch_whitelist = []
4
- pre_bump_hooks = []
5
- post_bump_hooks = []
6
- pre_package_bump_hooks = []
7
- post_package_bump_hooks = []
8
- tag_prefix = "v"
9
-
10
- [commit_types]
11
-
12
- [changelog]
13
- path = "CHANGELOG.md"
14
- template = "remote"
15
- remote = "github.com"
16
- repository = "lxi_rb"
17
- owner = "robcarruthers"
18
- authors = [
19
- { signature = "Rob Carruthers", username = "robcarruthers" }
20
- ]
21
-
22
- [bump_profiles]
23
-
24
- [packages]