starting_blocks-stopplicht 0.9.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19f3694bee2e42cdbf3deecf83f483f44feda2e6
4
- data.tar.gz: e4efc7eb70e885c584a1b7f8923d503587aab8c9
3
+ metadata.gz: 9c704784bb83d4d6114641caf41578be421f09c7
4
+ data.tar.gz: b8ec72c82180e956cadc8197b49aaed5397472a3
5
5
  SHA512:
6
- metadata.gz: 1849dac3d0e6fdf6fd656848d42d740463d977cc91a123a9b1a0466f0ecd48786c1c809dcd0f76425e25a2db928195ab63be274f726002137853b970b8677516
7
- data.tar.gz: df1cb7af6ea620e02b1f997495e832580026cedc70ca3eeb26ce3a145c75130ee86bd794835b49882e6488980319d3a9e176926cd5258439bb276ed8fb796a0f
6
+ metadata.gz: 52e7d54c57aa0437ca58962804ffaa9ebfb11ea1372bd9ea02e0174bf327c7dbd2af28e81e687ff53c891c622447deeebb532e9b389ba0f8252fcef317fd4650
7
+ data.tar.gz: deeda055632a99bb86beda0ba52127b82950a07b63771b3f2c70632a08ca5c4fd8c3abe42e0e398203e95a1bdbd2cc50e9460aceeaeab0f9a4bde42e793d99c7
data/README.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # StartingBlocks::Stopplicht
2
2
 
3
- TODO: Write a gem description
3
+ Adds support for stopplicht in starting blocks. When your tests are run, the stopplicht light in your OSX toolbar will change from yellow/red/green, depending on the state of the starting blocks run.
4
+
5
+ ![Screenshot](screenshot.jpg)
6
+
7
+ ## Usage
8
+
9
+ Include "--stopplicht" when using starting blocks.
10
+
11
+ ```
12
+ sb --stopplicht
13
+ ```
4
14
 
5
15
  ## Installation
6
16
 
@@ -16,9 +26,6 @@ Or install it yourself as:
16
26
 
17
27
  $ gem install starting_blocks-stopplicht
18
28
 
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
29
 
23
30
  ## Contributing
24
31
 
Binary file
@@ -4,12 +4,12 @@ $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.9.0"
7
+ spec.version = "1.1.0"
8
8
  spec.authors = ["Darren Cauthon"]
9
9
  spec.email = ["darren@cauthon.com"]
10
10
  spec.description = %q{stopplicht support for starting_blocks}
11
11
  spec.summary = %q{stopplicht support for starting_blocks}
12
- spec.homepage = ""
12
+ spec.homepage = "http://github.com/darrencauthon/starting_blocks-stopplicht"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: starting_blocks-stopplicht
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Cauthon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-24 00:00:00.000000000 Z
11
+ date: 2014-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,9 +80,10 @@ files:
80
80
  - Rakefile
81
81
  - lib/starting_blocks-stopplicht.rb
82
82
  - lib/stopplicht_alert.rb
83
+ - screenshot.jpg
83
84
  - spec/stopplicht_alert_spec.rb
84
85
  - starting_blocks-stopplicht.gemspec
85
- homepage: ''
86
+ homepage: http://github.com/darrencauthon/starting_blocks-stopplicht
86
87
  licenses:
87
88
  - MIT
88
89
  metadata: {}
@@ -102,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
103
  version: '0'
103
104
  requirements: []
104
105
  rubyforge_project:
105
- rubygems_version: 2.2.2
106
+ rubygems_version: 2.0.14
106
107
  signing_key:
107
108
  specification_version: 4
108
109
  summary: stopplicht support for starting_blocks