vizir 0.2.4 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +1 -1
  2. data/Rakefile +3 -2
  3. data/VERSION +1 -1
  4. data/vizir.gemspec +8 -4
  5. metadata +5 -5
data/README.rdoc CHANGED
@@ -19,7 +19,7 @@ Install the gem:
19
19
 
20
20
  $ sudo gem install priteau-vizir
21
21
 
22
- Vizir uses HotCocoa to trigger Growl notifications. HotCocoa is shipped with Mac OS X 10.5, so it should work out of the box on Leopard.
22
+ Vizir uses RubyCocoa to trigger Growl notifications. RubyCocoa is shipped with Mac OS X 10.5, so it should work out of the box on Leopard.
23
23
 
24
24
  Run Vizir in the background, using the <tt>--login</tt> switch with your Grid'5000 login name.
25
25
 
data/Rakefile CHANGED
@@ -6,8 +6,9 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "vizir"
8
8
  gem.summary = "Growl notifications for Grid'5000 jobs"
9
- gem.email = "pierre.riteau@gmail.com"
10
- gem.homepage = "http://github.com/priteau/vizir"
9
+ gem.description = %Q{Vizir is a simple Ruby script for Mac OS X that monitors your interactive jobs on Grid'5000. It triggers Growl notifications when your reservations are going to terminate, allowing you to save your work and/or your deployed environments.}
10
+ gem.email = "priteau@gmail.com"
11
+ gem.homepage = "http://priteau.github.com/vizir/"
11
12
  gem.authors = ["Pierre Riteau"]
12
13
  gem.rubyforge_project = "vizir"
13
14
  gem.add_dependency "eventmachine"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.6
data/vizir.gemspec CHANGED
@@ -1,14 +1,18 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
1
4
  # -*- encoding: utf-8 -*-
2
5
 
3
6
  Gem::Specification.new do |s|
4
7
  s.name = %q{vizir}
5
- s.version = "0.2.4"
8
+ s.version = "0.2.6"
6
9
 
7
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
11
  s.authors = ["Pierre Riteau"]
9
- s.date = %q{2009-07-13}
12
+ s.date = %q{2009-08-06}
10
13
  s.default_executable = %q{vizir}
11
- s.email = %q{pierre.riteau@gmail.com}
14
+ s.description = %q{Vizir is a simple Ruby script for Mac OS X that monitors your interactive jobs on Grid'5000. It triggers Growl notifications when your reservations are going to terminate, allowing you to save your work and/or your deployed environments.}
15
+ s.email = %q{priteau@gmail.com}
12
16
  s.executables = ["vizir"]
13
17
  s.extra_rdoc_files = [
14
18
  "LICENSE",
@@ -27,7 +31,7 @@ Gem::Specification.new do |s|
27
31
  "test/test_vizir.rb",
28
32
  "vizir.gemspec"
29
33
  ]
30
- s.homepage = %q{http://github.com/priteau/vizir}
34
+ s.homepage = %q{http://priteau.github.com/vizir/}
31
35
  s.rdoc_options = ["--charset=UTF-8"]
32
36
  s.require_paths = ["lib"]
33
37
  s.rubyforge_project = %q{vizir}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vizir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre Riteau
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-13 00:00:00 +02:00
12
+ date: 2009-08-06 00:00:00 +02:00
13
13
  default_executable: vizir
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -62,8 +62,8 @@ dependencies:
62
62
  - !ruby/object:Gem::Version
63
63
  version: "0"
64
64
  version:
65
- description:
66
- email: pierre.riteau@gmail.com
65
+ description: Vizir is a simple Ruby script for Mac OS X that monitors your interactive jobs on Grid'5000. It triggers Growl notifications when your reservations are going to terminate, allowing you to save your work and/or your deployed environments.
66
+ email: priteau@gmail.com
67
67
  executables:
68
68
  - vizir
69
69
  extensions: []
@@ -84,7 +84,7 @@ files:
84
84
  - test/test_vizir.rb
85
85
  - vizir.gemspec
86
86
  has_rdoc: true
87
- homepage: http://github.com/priteau/vizir
87
+ homepage: http://priteau.github.com/vizir/
88
88
  licenses: []
89
89
 
90
90
  post_install_message: