blinky 0.0.11 → 0.0.12

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.
@@ -27,7 +27,7 @@ Plug in your USB light, and then do something like this
27
27
  require 'rubygems'
28
28
  require 'blinky'
29
29
 
30
- blinky = Blinky.new.light
30
+ light = Blinky.new.light
31
31
  light.watch_cctray_server http://your.ci.server/cctray.xml
32
32
 
33
33
  Or, with basic authentication
@@ -130,11 +130,11 @@ Or if you want to get really fancy, take a look at {Chicanery}[http://github.com
130
130
 
131
131
  == How do I contribute support for more lights?
132
132
 
133
- Take a look at the classes in device_recipes then write your own!
133
+ Take a look at the classes in lib/device_recipes then write your own!
134
134
 
135
135
  == How do I contribute support for more ci servers?
136
136
 
137
- Take a look at the classes in ci_server plugins then write your own!
137
+ Take a look at the classes in lib/ci_server plugins then write your own!
138
138
  You will probably find {Chicanery}[http://github.com/markryall/chicanery] very useful when doing this.
139
139
 
140
140
  == Copyright
@@ -1,3 +1,3 @@
1
1
  module Blinky
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
@@ -23,6 +23,9 @@ module Blinky
23
23
  set_colour(0xFF)
24
24
  end
25
25
 
26
+ def init
27
+ end
28
+
26
29
  private
27
30
  def set_colour colour
28
31
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blinky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-28 00:00:00.000000000 Z
12
+ date: 2013-02-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: libusb