ws2812 0.0.3 → 0.0.4
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/Rakefile +1 -1
- data/lib/ws2812.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33e056d181d674eb617983c076efe0a2fcb0d1f1
|
|
4
|
+
data.tar.gz: 29c20024fe8447dce4aa087127f9cce4287327c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bb434f734bfcf81cdfd04487eaa4e0e8f8f904632864834ebb045a1aca613dc2529f4372813f50597b4e2726f71756830806ba2701604bf6fdbe3b01e02855c
|
|
7
|
+
data.tar.gz: 268aae00f8fb6fe46708691a738d1c1ea39dd5810dc67b38906d8930eb442eec9eb425b952cb67fd733f2d4ebebe0f166f0b030855704e795c53f2fc300bb28c
|
data/Rakefile
CHANGED
|
@@ -12,7 +12,7 @@ spec = Gem::Specification.new do |s|
|
|
|
12
12
|
s.date = '2015-05-03'
|
|
13
13
|
s.summary = 'Ruby wrapper around WS2812 LED driver for Raspberry Pi'
|
|
14
14
|
s.description = 'Gem that encapsulates modified RPi ws281x library from UnicornHat to help drive your WS2812 led chain (or matrix) from RaspberryPi'
|
|
15
|
-
s.authors = ['Michal Jirků', 'Pimoroni', 'Richard Hirst', 'Jeremy Garff']
|
|
15
|
+
s.authors = ['Michal Jirků', 'Pimoroni', 'Richard Hirst', 'Jeremy Garff', 'Philip Howard']
|
|
16
16
|
s.email = 'box@wejn.org'
|
|
17
17
|
s.files = `git ls-files -z`.split("\x0")
|
|
18
18
|
s.homepage = 'https://github.com/wejn/ws2812'
|
data/lib/ws2812.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ws2812
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Jirků
|
|
8
8
|
- Pimoroni
|
|
9
9
|
- Richard Hirst
|
|
10
10
|
- Jeremy Garff
|
|
11
|
+
- Philip Howard
|
|
11
12
|
autorequire:
|
|
12
13
|
bindir: bin
|
|
13
14
|
cert_chain: []
|