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.
data/README.rdoc
CHANGED
|
@@ -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
|
-
|
|
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
|
data/lib/blinky/version.rb
CHANGED
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.
|
|
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-
|
|
12
|
+
date: 2013-02-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: libusb
|