mruby-linux-i2c 0.9.1 → 0.9.2.pre

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/i2c/version.rb +1 -1
  3. metadata +10 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46c4225897adb0648942d42ea1e4eb65c243e61a2af6de9c504879f3c1afcd5c
4
- data.tar.gz: eafb1599d08a9815f626117fce36808c4c65ad882ce67421bb66480c0ede0ffd
3
+ metadata.gz: e9b469b923ddcd38e74febf22682d984a6447dac45a89ff9ddf90b185cdbe12c
4
+ data.tar.gz: cb4b7b9c90cdc23ee4110a01e9ba45e636a17b95ca751548162ae69d55c86ac9
5
5
  SHA512:
6
- metadata.gz: 85391b9c9aa58c83499536de06aea0b8abddf4ae0d4d036888c3981cdbdb604dc91720b98d04c1cdc4f6cda7986ca3b8a5e5f5d3fda607ee3b7e51a5bd9d2506
7
- data.tar.gz: b43912f6aa1f1369a202cc56e3ee1331600d5790b22c9be7a44cf7932b0468809880172bd05250e5c3ab3f25f5de922de53bef099e9017b5fa160ca8fed6c088
6
+ metadata.gz: 383b692acf0ad8809b633fedb5130828e661a401d75f6252435bec826373e1658c16a5e1a79658ea8b2fc4fa003efb8f81016fdf6b66edd4c28d5ba8302096fc
7
+ data.tar.gz: 0e3217cba4022c31d4978ca8989ccf347b369d8ac39b0d2a38ff2219c91550376c1bfc1c11049680e1d4e38d223594d7d37115377354635b2a684bd78c58ca95
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module I2C
4
- VERSION = "0.9.1"
4
+ VERSION = "0.9.2.pre"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mruby-linux-i2c
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2.pre
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,11 +21,13 @@ files:
21
21
  - README.md
22
22
  - lib/mruby/i2c.rb
23
23
  - lib/mruby/i2c/version.rb
24
- homepage: https://github.com/HirohitoHigashi/mruby-mio/tree/main/mruby-linux-i2c
24
+ homepage: https://github.com/HirohitoHigashi/mruby-mio/
25
25
  licenses:
26
26
  - BSD 3-CLAUSE
27
27
  metadata:
28
- homepage_uri: https://github.com/HirohitoHigashi/mruby-mio/tree/main/mruby-linux-i2c
28
+ homepage_uri: https://github.com/HirohitoHigashi/mruby-mio/
29
+ source_code_uri: https://github.com/HirohitoHigashi/mruby-mio/tree/main/mruby-linux-i2c
30
+ documentation_url: https://www.rubydoc.info/gems/mruby-linux-i2c/0.9.2.pre/
29
31
  post_install_message:
30
32
  rdoc_options: []
31
33
  require_paths:
@@ -37,12 +39,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
37
39
  version: 2.6.0
38
40
  required_rubygems_version: !ruby/object:Gem::Requirement
39
41
  requirements:
40
- - - ">="
42
+ - - ">"
41
43
  - !ruby/object:Gem::Version
42
- version: '0'
44
+ version: 1.3.1
43
45
  requirements: []
44
46
  rubygems_version: 3.4.13
45
47
  signing_key:
46
48
  specification_version: 4
47
- summary: I2C bus driver class library using Linux i2cdev.
49
+ summary: I2C bus driver class library using Linux i2cdev. Compliant with mruby, mruby/c
50
+ common I/O API guidelines.
48
51
  test_files: []