priteau-vizir 0.1.1 → 0.1.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/README.rdoc +2 -2
- data/VERSION +1 -1
- data/vizir.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Ever been disconnected from Grid'5000 machines with a message like this, losing part or all of your work?
|
6
6
|
|
7
|
-
Vizir is a simple Ruby script that monitors your interactive jobs on Grid'5000[http://www.grid5000.
|
7
|
+
Vizir is a simple Ruby script that monitors your interactive jobs on Grid'5000[http://www.grid5000.fr/].
|
8
8
|
It triggers Growl[http://growl.info/] notifications when your reservations are going to terminate, allowing you to save your work and/or your deployed environments.
|
9
9
|
|
10
10
|
Vizir only supports Mac OS X for now.
|
@@ -15,7 +15,7 @@ Run the following if you haven't already:
|
|
15
15
|
$ gem sources -a http://gems.github.com
|
16
16
|
|
17
17
|
Install the gem:
|
18
|
-
$ sudo gem install
|
18
|
+
$ sudo gem install priteau-vizir
|
19
19
|
|
20
20
|
Configure Growl to accept notifications. Go to the Growl preference panel, and in the Network options enable "Listen for incoming notifications" and "Allow remote application registration". Don't forget to setup a password.
|
21
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/vizir.gemspec
CHANGED