mruby-sysfs-gpio 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f1089ddaf2fac2419d96329266191f95fa186ce6874c413ec760ce613cea778
4
- data.tar.gz: dbf651b91a38c20574400416d68927b453337acf658869b178eeef63dab0918d
3
+ metadata.gz: 3c812293aaa4692733917044dfa1b167cbe1aec3eb63dd780a7b50b75750576d
4
+ data.tar.gz: b3aed7109587cd127b31cc4566016e622235447c1cf0275efb5ea8c0f0d9c425
5
5
  SHA512:
6
- metadata.gz: bc9b8550ef886b679203cf5cd129cae6e3a56593c2fd4205ce9c0cbee68fb98411e0083aaaf2a512d51f401dfea87f9a2b54ab9da78bf056cfbfc03b5179af05
7
- data.tar.gz: 3752775990083bc49c7a28fcead23d017adcc8a28d7ceadf5d32f58d2809646cdfbced9b1d0933eae3d0e86174b8f5c89ca55dcb19b6a7fa6c84899fccfc1a5a
6
+ metadata.gz: 349090b7dd666ef7e91b894c74654b9fb0d5eaded6df755c81ad2e22ef1b6373b69fe93c1ef44d184df767fa77c93712df476316e7989f3595d1442697bfeafe
7
+ data.tar.gz: 1eafcb90df9c71b13a81129c3a79aa6383552f1acdd9f81f1bace9bd42fd3a84af297db7b63c74dfdfab92bf98df9f9fc73f76b863d60afef1ef63e6b043f57a
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class GPIO
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-sysfs-gpio
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:
@@ -23,11 +23,13 @@ files:
23
23
  - lib/mruby/gpio/sysfs.rb
24
24
  - lib/mruby/gpio/sysfs/gpio_sysfs.rb
25
25
  - lib/mruby/gpio/sysfs/version.rb
26
- homepage: https://github.com/HirohitoHigashi/mruby-mio/tree/main/mruby-sysfs-gpio
26
+ homepage: https://github.com/HirohitoHigashi/mruby-mio/
27
27
  licenses:
28
28
  - BSD 3-CLAUSE
29
29
  metadata:
30
- homepage_uri: https://github.com/HirohitoHigashi/mruby-mio/tree/main/mruby-sysfs-gpio
30
+ homepage_uri: https://github.com/HirohitoHigashi/mruby-mio/
31
+ source_code_uri: https://github.com/HirohitoHigashi/mruby-mio/tree/main/mruby-sysfs-gpio
32
+ documentation_uri: https://www.rubydoc.info/gems/mruby-sysfs-gpio
31
33
  post_install_message:
32
34
  rdoc_options: []
33
35
  require_paths:
@@ -46,6 +48,6 @@ requirements: []
46
48
  rubygems_version: 3.4.13
47
49
  signing_key:
48
50
  specification_version: 4
49
- summary: GPIO class library using Linux sysfs. compliant with mruby, mruby/c common
51
+ summary: GPIO class library using Linux sysfs. Compliant with mruby, mruby/c common
50
52
  I/O API guidelines.
51
53
  test_files: []