lxi_rb 0.4.0 → 0.4.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: c70934f5b171989e8380256f7d44635ec56cfc77b0115878f5d2507c0f49ef4b
4
- data.tar.gz: f9a006729e634c9e2e498ce4f8182194ed77f9067446079f3567172b9e7a18af
3
+ metadata.gz: 865af953b55f85a74fe071b7142d662c60380990e74d182514f3a52c9983b23d
4
+ data.tar.gz: e962e501c5be68c70d7b21fd18dcf163d75c0f1d5ca4a29c2ab57379b0bea35d
5
5
  SHA512:
6
- metadata.gz: 5b8b0b5f0b002ee50cdedf0f4490e4eb328e68839d1e3d6e8e6ff09dd0f879abf5a57e83e282f1318497c476b109f591ef0f9a6ac5f48535d3a62afd492ff9fc
7
- data.tar.gz: acd91c71df039a683b90b8c6f2b99e4ce506c122ea421e0c5fbf44a066f3c0aa1b160894828c816d559abf697952f716bb49a5ec54ae472765743941b5a5c8f2
6
+ metadata.gz: ee59388181dfc1c12e561018beccfb50b6345ff14febbf3d1480c56891965f4928dfaee3083cccf22403073b6e785ee038778e597399262959be29631d3405a9
7
+ data.tar.gz: 48b261199cb21a2802f05b961b881bcfc0fdf820b6bc8135493e4f96f2c20ede8ecfa8591a24c55670fe9d8e667cf8901e3994f9288f52b6f2add4d3f384238b
data/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
5
5
 
6
6
  - - -
7
+ ## [v0.4.1](https://github.com/robcarruthers/lxi_rb/compare/v0.4.0..v0.4.1) - 2023-05-09
8
+ #### Documentation
9
+ - **(readme)** Update - ([7bc1302](https://github.com/robcarruthers/lxi_rb/commit/7bc130206ade43df0e679208118c6b6f595a6760)) - [@robcarruthers](https://github.com/robcarruthers)
10
+ - **(readme)** Update - ([803632e](https://github.com/robcarruthers/lxi_rb/commit/803632e91a3c0e27478132a22135bb46b0edb58e)) - [@robcarruthers](https://github.com/robcarruthers)
11
+
12
+ - - -
13
+
7
14
  ## [v0.4.0](https://github.com/robcarruthers/lxi_rb/compare/v0.3.0..v0.4.0) - 2023-05-09
8
15
  #### Features
9
16
  - **(Device)** Add query - ([5fb904b](https://github.com/robcarruthers/lxi_rb/commit/5fb904b469eb92bd7df1bd18874b2743f51cae4e)) - [@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.0)
4
+ lxi_rb (0.4.1)
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](https://img.shields.io/gem/v/lxi_rb?color=green&label=version) ![Ruby](https://img.shields.io/static/v1?message=Ruby&color=red&logo=Ruby&logoColor=FFFFFF&label=v3.2.1) ![Ruby](https://img.shields.io/gitlab/license/robcarruthers/rfbeam?color=orange)
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)
4
4
 
5
5
  Ruby wrapper for the [liblxi](https://github.com/lxi-tools/liblxi) library.
6
6
 
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.0'
4
+ VERSION = '0.4.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.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Carruthers
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  homepage_uri: https://github.com/robcarruthers/lxi_rb
60
60
  source_code_uri: https://github.com/robcarruthers/lxi_rb
61
- changelog_uri: https://github.com/robcarruthers/lxi_rb/-/blob/master/CHANGELOG.md
61
+ changelog_uri: https://github.com/robcarruthers/lxi_rb/blob/master/CHANGELOG.md
62
62
  post_install_message:
63
63
  rdoc_options: []
64
64
  require_paths: