mruby-linux-spi 0.9.0 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mruby/spi/version.rb +1 -1
  3. metadata +10 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a72961a5cd63b9763984c28407d942c81de8311e0780eb24e9bc371aedeaf56
4
- data.tar.gz: 07034c750af72824ff3436e7ef44435c69ccb2b5b78cda3d25fde26238a14cab
3
+ metadata.gz: 1f3bf9212ff9debe77443870521fcd68ee37d5ea75d15adfd131c0885235fd4c
4
+ data.tar.gz: c93ae0df46537404335fce4ec23a0e70b01d4d8b555d1e8cd6f7d621555c3c08
5
5
  SHA512:
6
- metadata.gz: 79d7b82d3217cbec07af1551c33c3af4404423913cdd986ee14367bf685c77432d62ce24cdb09012488bc28fe31b5a40624c0fa177beb99d8a2585b7532f30e8
7
- data.tar.gz: 33b8175d33eb5a0d29db8b30689f1108bf7f8b4f2c567ed9c155b285564c267e7acf3fa9c99daed5c5a2b6f4a2d6a54e02f9f65abdbbbd7452993ed731ad0472
6
+ metadata.gz: c46757d3d89cc5450f82f46abb7186a70c6449993cc66e9e83bf914e58fc4631470c3f1b3c7418c408fcda307f24cb91b011986576dc86cd42a5bb77be6380d8
7
+ data.tar.gz: 3587a69bf2d192e3913b03988f7370150a43ef603971c824cbfc6d2150f605610f5a46cb970630ae14302ad3eecd2d65f42e55a9e217d297d9d6c37e80b61903
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SPI
4
- VERSION = "0.9.0"
4
+ VERSION = "0.9.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mruby-linux-spi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - HirohitoHigashi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-13 00:00:00.000000000 Z
11
+ date: 2023-10-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -21,10 +21,13 @@ files:
21
21
  - README.md
22
22
  - lib/mruby/spi.rb
23
23
  - lib/mruby/spi/version.rb
24
- homepage: https://github.com/HirohitoHigashi/mruby-mio/tree/main/mruby-linux-spi
25
- licenses: []
24
+ homepage: https://github.com/HirohitoHigashi/mruby-mio/
25
+ licenses:
26
+ - BSD 3-CLAUSE
26
27
  metadata:
27
- homepage_uri: https://github.com/HirohitoHigashi/mruby-mio/tree/main/mruby-linux-spi
28
+ homepage_uri: https://github.com/HirohitoHigashi/mruby-mio/
29
+ source_code_uri: https://github.com/HirohitoHigashi/mruby-mio/tree/main/mruby-linux-spi
30
+ documentation_uri: https://www.rubydoc.info/gems/mruby-linux-spi
28
31
  post_install_message:
29
32
  rdoc_options: []
30
33
  require_paths:
@@ -43,5 +46,6 @@ requirements: []
43
46
  rubygems_version: 3.4.13
44
47
  signing_key:
45
48
  specification_version: 4
46
- summary: SPI bus driver class library using Linux spidev.
49
+ summary: SPI bus driver class library using Linux spidev. Compliant with mruby, mruby/c
50
+ common I/O API guidelines.
47
51
  test_files: []