stack-autotest-notify-osd 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/autotest-notify-osd.gemspec +1 -1
- data/lib/autotest-notify-osd.rb +1 -1
- data/lib/autotest/notify-osd.rb +1 -1
- metadata +3 -2
data/autotest-notify-osd.gemspec
CHANGED
data/lib/autotest-notify-osd.rb
CHANGED
data/lib/autotest/notify-osd.rb
CHANGED
@@ -94,7 +94,7 @@ module Autotest::NotifyOSD
|
|
94
94
|
Autotest.add_hook :run_command do
|
95
95
|
@label = File.basename(Dir.pwd).upcase + ': ' if !@@hide_label
|
96
96
|
print "\n"*2 + '-'*80 + "\n"*2
|
97
|
-
|
97
|
+
system %(clear) if @@clear_terminal
|
98
98
|
false
|
99
99
|
end
|
100
100
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stack-autotest-notify-osd
|
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
|
- Stephen H. Gerstacker
|
@@ -64,6 +64,7 @@ files:
|
|
64
64
|
- tasks/rspec.rake
|
65
65
|
has_rdoc: false
|
66
66
|
homepage: http://shortround.net
|
67
|
+
licenses:
|
67
68
|
post_install_message: "\n\
|
68
69
|
\e[1;32mIn order to use autotest-notify-osd, the following line has to be added to your\n\
|
69
70
|
~/.autotest file:\n\n\
|
@@ -91,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
92
|
requirements: []
|
92
93
|
|
93
94
|
rubyforge_project: autotest-notify-osd
|
94
|
-
rubygems_version: 1.
|
95
|
+
rubygems_version: 1.3.5
|
95
96
|
signing_key:
|
96
97
|
specification_version: 3
|
97
98
|
summary: Notify OSD notification support for ZenTest's autotest.
|