stack-autotest-notify-osd 0.0.2 → 0.0.3
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/README.rdoc +2 -2
- data/autotest-notify-osd.gemspec +1 -1
- data/lib/autotest-notify-osd.rb +1 -1
- metadata +2 -3
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-
|
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
|
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
|
data/autotest-notify-osd.gemspec
CHANGED
data/lib/autotest-notify-osd.rb
CHANGED
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.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.
|
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.
|