humble_rpi-plugin-led 0.2.0 → 0.2.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
  SHA1:
3
- metadata.gz: e7c11bfdcebf86a9df185515a36aafc82ab77d3f
4
- data.tar.gz: 4cd9021270a8100dbbe473669dc0a88f47296d18
3
+ metadata.gz: 8fb5bd2886ac9c5e95ad29176b03c65e9870e8a1
4
+ data.tar.gz: 82a9301cebf97b5334cb988b464efb86414a7c33
5
5
  SHA512:
6
- metadata.gz: 10ddfc1f19585567873457e2833a93b7c56e88985b23443d86c63db2bcec55311aebaa285c051165fab789ffd458c1edf3a969b14e16fe62b27c13d0c3267839
7
- data.tar.gz: d6b351d165800b68aa3ab85f420c6d5098a48aeda5bc41fc52aa7c415d700bbfa3fdbbc6c3ffcab1c2cbbec281746d341ee40e96f82356c2822d47f85a379b0b
6
+ metadata.gz: b9084dd29432a3213f9a55bc42948fb7ffd8fdf6540d10c141d8e930fb620b92552d1b2fb86d0c0062155f062289f3cbec18997d17301cd8796d7e9490c26c43
7
+ data.tar.gz: e45ae0b48f24a3f9876e0351b9059b41c37d4b2362b3b7339830214610c9d55c95694c216730ade7c03a61146c570591c585e64f1a22079829d0cb52cf307ffb
checksums.yaml.gz.sig CHANGED
Binary file
@@ -2,7 +2,10 @@
2
2
 
3
3
  # file: humble_rpi-plugin-led.rb
4
4
 
5
- require 'rpi_led'
5
+ #require 'rpi_led'
6
+ require 'requestor'
7
+
8
+ eval Requestor.read('http://rorbuilder.info/r/ruby'){|x| x.require 'rpi_led'}
6
9
 
7
10
 
8
11
  class HumbleRPiPluginLed
@@ -56,10 +59,6 @@ class HumbleRPiPluginLed
56
59
  end
57
60
 
58
61
  alias on_start start
62
+
59
63
 
60
- def on_exit()
61
- @led.on_exit
62
- end
63
-
64
-
65
- end
64
+ end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humble_rpi-plugin-led
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file