stack-autotest-notify-osd 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -18,7 +18,7 @@ notifications by means of a workaround.
18
18
 
19
19
  First install the gem:
20
20
 
21
- sudo gem install stack-autotest-growl --source=http://gems.github.com
21
+ sudo gem install stack-autotest-notify-osd --source=http://gems.github.com
22
22
 
23
23
  Then add the following line to your ~/.autotest file:
24
24
 
@@ -68,7 +68,7 @@ notification listing the files modified before tests are re-run.
68
68
 
69
69
  (The MIT License)
70
70
 
71
- Copyright (c) 2009 Sven Schwyn
71
+ Copyright (c) 2009 Stephen H. Gerstacker
72
72
 
73
73
  Permission is hereby granted, free of charge, to any person obtaining
74
74
  a copy of this software and associated documentation files (the
@@ -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.2"
5
+ s.version = "0.0.3"
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.2'
8
+ VERSION = '0.0.3'
9
9
 
10
10
  end
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen H. Gerstacker
@@ -64,7 +64,6 @@ files:
64
64
  - tasks/rspec.rake
65
65
  has_rdoc: false
66
66
  homepage: http://shortround.net
67
- licenses:
68
67
  post_install_message: "\n\
69
68
  \e[1;32mIn order to use autotest-notify-osd, the following line has to be added to your\n\
70
69
  ~/.autotest file:\n\n\
@@ -92,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
91
  requirements: []
93
92
 
94
93
  rubyforge_project: autotest-notify-osd
95
- rubygems_version: 1.3.5
94
+ rubygems_version: 1.2.0
96
95
  signing_key:
97
96
  specification_version: 3
98
97
  summary: Notify OSD notification support for ZenTest's autotest.