priteau-vizir 0.2.5 → 0.2.6

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.
Files changed (4) hide show
  1. data/Rakefile +3 -2
  2. data/VERSION +1 -1
  3. data/vizir.gemspec +8 -4
  4. metadata +7 -6
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.5
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.5"
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-24}
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: priteau-vizir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
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-24 00:00:00 -07:00
12
+ date: 2009-08-06 00:00:00 -07: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,8 @@ files:
84
84
  - test/test_vizir.rb
85
85
  - vizir.gemspec
86
86
  has_rdoc: false
87
- homepage: http://github.com/priteau/vizir
87
+ homepage: http://priteau.github.com/vizir/
88
+ licenses:
88
89
  post_install_message:
89
90
  rdoc_options:
90
91
  - --charset=UTF-8
@@ -105,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
106
  requirements: []
106
107
 
107
108
  rubyforge_project: vizir
108
- rubygems_version: 1.2.0
109
+ rubygems_version: 1.3.5
109
110
  signing_key:
110
111
  specification_version: 3
111
112
  summary: Growl notifications for Grid'5000 jobs