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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{autotest-notify-osd}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Stephen H. Gerstacker"]
@@ -5,6 +5,6 @@ require File.join(File.dirname(__FILE__), 'autotest', 'notify-osd')
5
5
 
6
6
  module AutotestNotifyOSD
7
7
 
8
- VERSION = '0.0.1'
8
+ VERSION = '0.0.2'
9
9
 
10
10
  end
@@ -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
- print "\e[2J\e[f" if @@clear_terminal
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.1
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.2.0
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.