darrinholst-buildlights 0.0.1 → 0.0.2

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -1,8 +1,8 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  Gem::Specification.new do |s|
4
- s.name = %q{build-lights}
5
- s.version = "0.0.1"
4
+ s.name = %q{buildlights}
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Darrin Holst"]
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  "Rakefile",
23
23
  "VERSION",
24
24
  "bin/buildlights",
25
- "build-lights.gemspec",
25
+ "buildlights.gemspec",
26
26
  "lib/buildlights.rb",
27
27
  "lib/ccnet.rb",
28
28
  "lib/hudson.rb",
@@ -32,10 +32,10 @@ Gem::Specification.new do |s|
32
32
  "test/lights_test.rb",
33
33
  "test/test_helper.rb"
34
34
  ]
35
- s.homepage = %q{http://github.com/darrinholst/build-lights}
35
+ s.homepage = %q{http://github.com/darrinholst/buildlights}
36
36
  s.rdoc_options = ["--charset=UTF-8"]
37
37
  s.require_paths = ["lib"]
38
- s.rubyforge_project = %q{build-lights}
38
+ s.rubyforge_project = %q{buildlights}
39
39
  s.rubygems_version = %q{1.3.5}
40
40
  s.summary = %q{build monitor that will trigger lights via x10}
41
41
  s.test_files = [
data/lib/lights.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module BuildLights
2
2
  class Lights
3
- GREEN = 1
4
- RED = 2
3
+ RED = 1
4
+ GREEN = 2
5
5
 
6
6
  def initialize(implementation = BottleRocket)
7
7
  @implementation = implementation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darrinholst-buildlights
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darrin Holst
@@ -49,7 +49,7 @@ files:
49
49
  - Rakefile
50
50
  - VERSION
51
51
  - bin/buildlights
52
- - build-lights.gemspec
52
+ - buildlights.gemspec
53
53
  - lib/buildlights.rb
54
54
  - lib/ccnet.rb
55
55
  - lib/hudson.rb