starting_blocks-stopplicht 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,6 +26,7 @@ module StartingBlocks
26
26
 
27
27
  def display color
28
28
  puts "Display #{color}"
29
+ color = "running" if color == :yellow
29
30
  `stopplicht-#{color}`
30
31
  end
31
32
  end
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "starting_blocks-stopplicht"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["Darren Cauthon"]
9
9
  spec.email = ["darren@cauthon.com"]
10
10
  spec.description = %q{stopplicht support for starting_blocks}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: starting_blocks-stopplicht
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:
@@ -89,7 +89,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  segments:
91
91
  - 0
92
- hash: 4337014526622047793
92
+ hash: -1531263515612435259
93
93
  required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements:
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  segments:
100
100
  - 0
101
- hash: 4337014526622047793
101
+ hash: -1531263515612435259
102
102
  requirements: []
103
103
  rubyforge_project:
104
104
  rubygems_version: 1.8.24