blinky_billd 0.0.2 → 0.0.3

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/.travis.yml CHANGED
@@ -2,4 +2,7 @@ language: ruby
2
2
  rvm:
3
3
  - 1.8.7
4
4
  - 1.9.2
5
- - 1.9.3
5
+ - 1.9.3
6
+ before_install:
7
+ - sudo apt-get update
8
+ - sudo apt-get install libusb-dev
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- blinky_billd (0.0.2)
4
+ blinky_billd (0.0.3)
5
5
  billd
6
6
  blinky
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- billd (0.0.2)
11
+ billd (0.0.3)
12
12
  nokogiri
13
13
  blinky (0.0.3)
14
14
  ruby-usb (>= 0.2.1)
@@ -3,7 +3,8 @@ require 'billd/status'
3
3
 
4
4
  module BlinkyBilld
5
5
  class Controller
6
- def self.run uri
6
+ def self.run args
7
+ uri = args.shift
7
8
  blinky = Blinky.new
8
9
  billd_status = Billd::Status.new(uri)
9
10
  blinky.light.send(billd_status.overall)
@@ -1,3 +1,3 @@
1
1
  module BlinkyBilld
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blinky_billd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
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: 2012-04-10 00:00:00.000000000 Z
12
+ date: 2012-04-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: blinky
@@ -112,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  segments:
114
114
  - 0
115
- hash: 3021506433494223909
115
+ hash: 3188654448142734569
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  none: false
118
118
  requirements:
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  segments:
123
123
  - 0
124
- hash: 3021506433494223909
124
+ hash: 3188654448142734569
125
125
  requirements: []
126
126
  rubyforge_project: blinky_billd
127
127
  rubygems_version: 1.8.21