guard-blink1 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/guard-blink1.gemspec +2 -2
- metadata +2 -2
data/guard-blink1.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'guard-blink1'
|
|
3
|
-
s.version = '0.0.
|
|
3
|
+
s.version = '0.0.2'
|
|
4
4
|
s.date = '2013-05-10'
|
|
5
5
|
s.description = "guard output to blink1"
|
|
6
6
|
s.summary = "expects first line from guard result file, user guard file notification & guard-shell to outputs relevant colour to blink1"
|
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ["Geoff Tidey"]
|
|
9
9
|
s.email = 'guard-blink1@tidey.net'
|
|
10
10
|
s.files = `git ls-files`.split($\)
|
|
11
|
-
s.homepage = ''
|
|
11
|
+
s.homepage = 'https://github.com/GeoffTidey/guard-blink1'
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
|
14
14
|
|
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.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -121,7 +121,7 @@ files:
|
|
|
121
121
|
- guard-blink1.gemspec
|
|
122
122
|
- lib/guard_blink1.rb
|
|
123
123
|
- test/guard_blink1_test.rb
|
|
124
|
-
homepage:
|
|
124
|
+
homepage: https://github.com/GeoffTidey/guard-blink1
|
|
125
125
|
licenses: []
|
|
126
126
|
post_install_message:
|
|
127
127
|
rdoc_options: []
|