ffi-wiring_pi 0.1.0 → 0.1.1

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: 2b093eca499d179c3e519ff1538646aa14f9c5857ad81594407cbf9571a15669
4
- data.tar.gz: 19775a22037d0c3af959a33d0550ea4cf38c5f3e566a23b901e179a79373e40e
3
+ metadata.gz: 79de05dea875632cdb94098b803ff35dd33ff50f21d716aa190b86e5984aec75
4
+ data.tar.gz: f37d066ff9a4ec1f29caf6d21f8d16ec13fad9d66946cd6d5f664cfa5ef5c154
5
5
  SHA512:
6
- metadata.gz: 1768ba1ccd52dedf96527da90a2613249f18b0918aef34cd6bf1a7546ee17cf02c32e9d41687ab45b0f34700c42de328fb211a3b9c94490dd361a63fddf0d665
7
- data.tar.gz: 05eb09d62cac5c272e0bc6cff217006891e6075c2d2db16af7d8064956c5d278261256099ddef9bcf6b13fc3d856a4e5977ade4c3ad6b601f43f075f98c41cde
6
+ metadata.gz: 17c916c8627c4d7150e2994bc4a24362f8ae67f712e4aa567e478604c2b05d1065bc6fe6b30c9d7985978ec56b5b73d6234de1ccc23b2926e6b2ee959b9a2f1a
7
+ data.tar.gz: 7d1e5dde58213fdd96a0bfd844f92cf1a3d184104f9e57d4fb3477ba9a814a7bdac30e92ddef61a9f465c803c36ce453b673f8d4df956c30b59551d5c27c0267
@@ -1,5 +1,5 @@
1
1
  name: ffi-wiring_pi
2
- version: 0.1.0
2
+ version: 0.1.1
3
3
  summary: FFI bindings for wiringPi
4
4
  description: Ruby FFI bindings for the wiringPi library.
5
5
  license: MIT
@@ -1,3 +1,4 @@
1
1
  #frozen_string_literal: true
2
2
 
3
3
  require 'ffi/wiring_pi'
4
+ require 'ffi/wiring_pi/gpio'
@@ -1,10 +1,10 @@
1
1
  #frozen_string_literal: true
2
2
 
3
3
  require 'ffi'
4
- require 'ffi/wiring_pi/gpio'
5
4
 
6
5
  module FFI
7
6
  module WiringPi
8
7
  extend FFI::Library
9
8
  end
10
9
  end
10
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi-wiring_pi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Huk