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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/ws2812.rb +1 -1
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e39a82b0bca3478139d613c71a9391f6897fe818
4
- data.tar.gz: 93b56a48d2f0a479fb40bf899d4a6e6e10582238
3
+ metadata.gz: 33e056d181d674eb617983c076efe0a2fcb0d1f1
4
+ data.tar.gz: 29c20024fe8447dce4aa087127f9cce4287327c6
5
5
  SHA512:
6
- metadata.gz: a53401e7e986463d426fcbbf403cb16bda51deaa8edb2a6d0c28f5f8f95d58166bb78fd427ea65992b6b768a1ada8c78b2523bb98964fb941b25d9b42eca33f1
7
- data.tar.gz: e0e1198ed35a8b8a5944cff9cab294a18de8452e7022a05b3144a38c43f1b73e40046ab00f95b8107f82e6765946cd9146c270c301c501b0ffd189fa22d3f186
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'
@@ -1,5 +1,5 @@
1
1
  module Ws2812
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
4
4
 
5
5
  # to make it all less confusing
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.3
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: []