guard-blink1 0.0.0 → 0.0.1
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/.gitignore +1 -0
- data/README.md +9 -0
- data/guard-blink1.gemspec +3 -3
- metadata +4 -4
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -24,6 +24,15 @@ and also add
|
|
24
24
|
|
25
25
|
```gem 'guard-blink1'``` after this
|
26
26
|
|
27
|
+
you'll probably want to put them in your test group
|
28
|
+
|
29
|
+
```
|
30
|
+
group :test do
|
31
|
+
gem 'guard'
|
32
|
+
gem 'guard-shell'
|
33
|
+
gem 'guard-blink1'
|
34
|
+
end
|
35
|
+
```
|
27
36
|
|
28
37
|
### Now add this to the end of your Guardfile
|
29
38
|
|
data/guard-blink1.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'guard-blink1'
|
3
|
-
s.version = '0.0.
|
3
|
+
s.version = '0.0.1'
|
4
4
|
s.date = '2013-05-10'
|
5
|
-
s.
|
6
|
-
s.
|
5
|
+
s.description = "guard output to blink1"
|
6
|
+
s.summary = "expects first line from guard result file, user guard file notification & guard-shell to outputs relevant colour to blink1"
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
8
|
s.authors = ["Geoff Tidey"]
|
9
9
|
s.email = 'guard-blink1@tidey.net'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-blink1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -107,8 +107,7 @@ dependencies:
|
|
107
107
|
- - ~>
|
108
108
|
- !ruby/object:Gem::Version
|
109
109
|
version: 0.1.2
|
110
|
-
description:
|
111
|
-
to blink1
|
110
|
+
description: guard output to blink1
|
112
111
|
email: guard-blink1@tidey.net
|
113
112
|
executables: []
|
114
113
|
extensions: []
|
@@ -145,7 +144,8 @@ rubyforge_project:
|
|
145
144
|
rubygems_version: 1.8.24
|
146
145
|
signing_key:
|
147
146
|
specification_version: 3
|
148
|
-
summary: guard
|
147
|
+
summary: expects first line from guard result file, user guard file notification &
|
148
|
+
guard-shell to outputs relevant colour to blink1
|
149
149
|
test_files:
|
150
150
|
- test/guard_blink1_test.rb
|
151
151
|
has_rdoc:
|