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 +1 -1
- data/{build-lights.gemspec → buildlights.gemspec} +5 -5
- data/lib/lights.rb +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
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{
|
|
5
|
-
s.version = "0.0.
|
|
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
|
-
"
|
|
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/
|
|
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{
|
|
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
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.
|
|
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
|
-
-
|
|
52
|
+
- buildlights.gemspec
|
|
53
53
|
- lib/buildlights.rb
|
|
54
54
|
- lib/ccnet.rb
|
|
55
55
|
- lib/hudson.rb
|