lxi_rb 0.8.0 → 0.8.1

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: 4b847376736132429d609f86fd63bd6193bf5ad9448d51c5df87f68c3c53b916
4
- data.tar.gz: f9640603dce7a800d0ef0fdf107b5c0f2271daa1f978329b3650b5d87c238941
3
+ metadata.gz: 6f801e3f63346578e5c2479fe2a6f4b895399c85fc6199b07d45ad409360b96a
4
+ data.tar.gz: 6ed11628035314d04742d2a330894fc05fc681027feb055112332fcaabb937aa
5
5
  SHA512:
6
- metadata.gz: 55209a7f2b3fc12db1f316f9c38ac6b1013b3d7f429f636e9bbc0707ed09e217387eb55afa9959a884b005bcd2a87c1fd23d1097fbb62246f81e8ef77c1668ee
7
- data.tar.gz: 14f8e2a2e194e4a409292a252fa133d735b8788d8c38d9d05bdef82ccffeb834225fb1e3c8cc46a0fd49368e7746b8249f38f063b473ff017f6033cb7c2b6333
6
+ metadata.gz: 9688397f4e0203e27f7f4f1a3a16fbd069c5a3857ae5eba34806791539dbb5133c42e9271cd0c98fc90a23b11b270173d81684423e05d96c35c36de796fdec1f
7
+ data.tar.gz: 1190ad3fd91b459034ed94dd044579520c34b08a35fb85cffea6d33ffe797e88b7fbc37fcb5a9f4280d2de1c6561ccc70eb43433f41e9274865574a2695ab192
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.8.1](https://github.com/robcarruthers/lxi_rb/compare/v0.8.0..v0.8.1) - 2023-05-19
8
+ #### Miscellaneous Tasks
9
+ - **(bundle)** Update - ([eb95319](https://github.com/robcarruthers/lxi_rb/commit/eb95319bb48eb5f6c131f3e658ba1df6c3a0f4fb)) - [@robcarruthers](https://github.com/robcarruthers)
10
+
11
+ - - -
12
+
7
13
  ## [v0.8.0](https://github.com/robcarruthers/lxi_rb/compare/v0.7.3..v0.8.0) - 2023-05-19
8
14
  #### Features
9
15
  - **(examples)** Add scpi example - ([1d3ce45](https://github.com/robcarruthers/lxi_rb/commit/1d3ce45f199ae50fc2fded3fc2741aa132e5e4ac)) - [@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.8.0)
4
+ lxi_rb (0.8.1)
5
5
  ffi (~> 1.15)
6
6
 
7
7
  GEM
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.8.0'
4
+ VERSION = '0.8.1'
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.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Carruthers