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.
- checksums.yaml +4 -4
- data/lib/mruby/spi/version.rb +1 -1
- metadata +10 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f3bf9212ff9debe77443870521fcd68ee37d5ea75d15adfd131c0885235fd4c
|
4
|
+
data.tar.gz: c93ae0df46537404335fce4ec23a0e70b01d4d8b555d1e8cd6f7d621555c3c08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c46757d3d89cc5450f82f46abb7186a70c6449993cc66e9e83bf914e58fc4631470c3f1b3c7418c408fcda307f24cb91b011986576dc86cd42a5bb77be6380d8
|
7
|
+
data.tar.gz: 3587a69bf2d192e3913b03988f7370150a43ef603971c824cbfc6d2150f605610f5a46cb970630ae14302ad3eecd2d65f42e55a9e217d297d9d6c37e80b61903
|
data/lib/mruby/spi/version.rb
CHANGED
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.
|
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-
|
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/
|
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/
|
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: []
|