ruby-libnotify 0.4.1 → 0.4.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. data/AUTHORS.rdoc +0 -0
  2. data/CHANGELOG.rdoc +3 -0
  3. data/COPYING +0 -0
  4. data/README.rdoc +4 -1
  5. data/doc/classes/Notify/Notification.html +0 -0
  6. data/doc/classes/Notify/Notification.src/M000007.html +0 -0
  7. data/doc/classes/Notify/Notification.src/M000008.html +0 -0
  8. data/doc/classes/Notify/Notification.src/M000009.html +0 -0
  9. data/doc/classes/Notify/Notification.src/M000010.html +0 -0
  10. data/doc/classes/Notify/Notification.src/M000011.html +0 -0
  11. data/doc/classes/Notify/Notification.src/M000012.html +0 -0
  12. data/doc/classes/Notify/Notification.src/M000013.html +0 -0
  13. data/doc/classes/Notify/Notification.src/M000014.html +0 -0
  14. data/doc/classes/Notify/Notification.src/M000015.html +0 -0
  15. data/doc/classes/Notify/Notification.src/M000016.html +0 -0
  16. data/doc/classes/Notify/Notification.src/M000017.html +0 -0
  17. data/doc/classes/Notify/Notification.src/M000018.html +0 -0
  18. data/doc/classes/Notify/Notification.src/M000019.html +0 -0
  19. data/doc/classes/Notify/Notification.src/M000020.html +0 -0
  20. data/doc/classes/Notify/Notification.src/M000021.html +0 -0
  21. data/doc/classes/Notify/Notification.src/M000022.html +0 -0
  22. data/doc/classes/Notify/Notification.src/M000023.html +0 -0
  23. data/doc/classes/Notify/Notification.src/M000024.html +0 -0
  24. data/doc/classes/Notify.html +1 -1
  25. data/doc/classes/Notify.src/M000001.html +0 -0
  26. data/doc/classes/Notify.src/M000002.html +0 -0
  27. data/doc/classes/Notify.src/M000003.html +0 -0
  28. data/doc/classes/Notify.src/M000004.html +0 -0
  29. data/doc/classes/Notify.src/M000005.html +0 -0
  30. data/doc/classes/Notify.src/M000006.html +0 -0
  31. data/doc/created.rid +0 -0
  32. data/doc/files/lib/RNotify_rb.html +0 -0
  33. data/doc/files/rnotify_c.html +0 -0
  34. data/doc/fr_class_index.html +0 -0
  35. data/doc/fr_file_index.html +0 -0
  36. data/doc/fr_method_index.html +0 -0
  37. data/doc/index.html +0 -0
  38. data/doc/rdoc-style.css +0 -0
  39. data/examples/action.rb +1 -1
  40. data/examples/attach_to.rb +1 -1
  41. data/examples/attach_to_status_icon.rb +1 -1
  42. data/examples/base.rb +1 -1
  43. data/examples/geometry-hints.rb +1 -1
  44. data/examples/icon.png +0 -0
  45. data/examples/info.rb +1 -1
  46. data/examples/markup.rb +1 -1
  47. data/examples/multi-actions.rb +1 -1
  48. data/examples/update.rb +1 -1
  49. data/examples/urgency.rb +1 -1
  50. data/examples/xy.rb +1 -1
  51. data/ext/extconf.rb +4 -2
  52. data/ext/rnotify.c +1 -1
  53. data/lib/RNotify.rb +2 -2
  54. data/setup.rb +0 -0
  55. metadata +49 -37
data/AUTHORS.rdoc CHANGED
File without changes
data/CHANGELOG.rdoc CHANGED
@@ -1,5 +1,8 @@
1
1
  = Changelog
2
2
 
3
+ == Release 0.4.1.1
4
+ * ADDED: 'pkg-config>=1.0.7' as gem dependency
5
+
3
6
  == Release 0.4.1
4
7
  * CHANGED: package's structure, now more standard
5
8
  * ADDED: require 'rubygems' in examples
data/COPYING CHANGED
File without changes
data/README.rdoc CHANGED
@@ -7,6 +7,7 @@ ruby-libnotify is a ruby binding for libnotify (http://www.galago-project.org)
7
7
  * Ruby >= 1.8.6 (not tested with previous versions)
8
8
  * libnotify >= 0.4.1 (not tested with previous versions)
9
9
  * ruby-gtk2 and its dependencies
10
+ * pkg-config >= 1.0.7 (http://rubygems.org/gems/pkg-config)
10
11
 
11
12
  == Install
12
13
 
@@ -18,6 +19,8 @@ OR
18
19
 
19
20
  * gem install ruby-libnotify
20
21
 
22
+ see gem homepage: http://rubygems.org/gems/ruby-libnotify
23
+
21
24
  == API Documentation
22
25
 
23
26
  Visit the page http://ruby-libnotify.rubyforge.org
@@ -42,5 +45,5 @@ ruby-libnotify is released under the terms of the LGPL license
42
45
 
43
46
  == Authors
44
47
 
45
- (c) Luca Russo 2006 - 2010
48
+ (c) Luca Russo 2006 - 2011
46
49
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -137,7 +137,7 @@ href="http://www.galago-project.org">www.galago-project.org</a> ]
137
137
  <tr class="top-aligned-row context-row">
138
138
  <td class="context-item-name">VERSION</td>
139
139
  <td>=</td>
140
- <td class="context-item-value">&quot;0.4.1&quot;</td>
140
+ <td class="context-item-value">&quot;0.4.1.1&quot;</td>
141
141
 
142
142
  </tr>
143
143
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/doc/created.rid CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/doc/index.html CHANGED
File without changes
data/doc/rdoc-style.css CHANGED
File without changes
data/examples/action.rb CHANGED
@@ -5,7 +5,7 @@
5
5
  action.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify action example
11
11
 
@@ -5,7 +5,7 @@
5
5
  attach_to.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify attach_to example
11
11
 
@@ -5,7 +5,7 @@
5
5
  attach_to_status_icon.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify attach_to_status_icon example
11
11
 
data/examples/base.rb CHANGED
@@ -5,7 +5,7 @@
5
5
  base.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify basic example
11
11
 
@@ -5,7 +5,7 @@
5
5
  geometry-hints.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify geometry-hints example
11
11
 
data/examples/icon.png CHANGED
File without changes
data/examples/info.rb CHANGED
@@ -5,7 +5,7 @@
5
5
  info.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify info example
11
11
 
data/examples/markup.rb CHANGED
@@ -5,7 +5,7 @@
5
5
  markup.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify markup example
11
11
 
@@ -5,7 +5,7 @@
5
5
  multi-actions.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify multi-actions example
11
11
 
data/examples/update.rb CHANGED
@@ -5,7 +5,7 @@
5
5
  update.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify update example
11
11
 
data/examples/urgency.rb CHANGED
@@ -5,7 +5,7 @@
5
5
  urgency.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify urgency example
11
11
 
data/examples/xy.rb CHANGED
@@ -5,7 +5,7 @@
5
5
  xy.rb
6
6
 
7
7
  Luca Russo <vargolo@gmail.com>
8
- Copyright (LGPL) 2006 - 2010
8
+ Copyright (LGPL) 2006 - 2011
9
9
 
10
10
  ruby-libnotify xy example
11
11
 
data/ext/extconf.rb CHANGED
@@ -5,11 +5,13 @@ type=0, DEBUG
5
5
  type=1, RELEASE
6
6
  =end
7
7
 
8
+ require 'rubygems'
9
+
8
10
  begin
9
11
  require 'pkg-config'
10
12
  rescue LoadError
11
- puts "ERROR: no pkg-config.rb file found, please install Ruby/GLib2",
12
- "[ http://ruby-gnome2.sourceforge.jp/ ]"
13
+ puts "ERROR: no pkg-config.rb file found, please install pkg-config",
14
+ "[ http://rubygems.org/gems/pkg-config ]"
13
15
  exit
14
16
  end
15
17
 
data/ext/rnotify.c CHANGED
@@ -2,7 +2,7 @@
2
2
  // rnotify.c
3
3
  //
4
4
  // Luca Russo <vargolo@gmail.com>
5
- // Copyright (LGPL) 2006 - 2010
5
+ // Copyright (LGPL) 2006 - 2011
6
6
  //
7
7
 
8
8
  #include <libnotify/notify.h>
data/lib/RNotify.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  RNotify.rb
4
4
 
5
5
  Luca Russo <vargolo@gmail.com>
6
- Copyright (LGPL) 2006 - 2010
6
+ Copyright (LGPL) 2006 - 2011
7
7
 
8
8
  =end
9
9
 
@@ -11,5 +11,5 @@ require 'gtk2'
11
11
  require 'rnotify.so'
12
12
 
13
13
  module Notify
14
- VERSION = "0.4.1"
14
+ VERSION = "0.4.1.1"
15
15
  end
data/setup.rb CHANGED
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-libnotify
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
5
4
  prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 4
9
8
  - 1
10
- version: 0.4.1
9
+ - 1
10
+ version: 0.4.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Luca Russo
@@ -15,10 +15,24 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-18 00:00:00 +02:00
18
+ date: 2011-01-27 00:00:00 +01:00
19
19
  default_executable:
20
- dependencies: []
21
-
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: pkg-config
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ segments:
30
+ - 1
31
+ - 0
32
+ - 7
33
+ version: 1.0.7
34
+ type: :runtime
35
+ version_requirements: *id001
22
36
  description:
23
37
  email: vargolo@gmail.com
24
38
  executables: []
@@ -29,51 +43,51 @@ extra_rdoc_files: []
29
43
 
30
44
  files:
31
45
  - doc/created.rid
32
- - doc/fr_class_index.html
33
- - doc/index.html
46
+ - doc/fr_file_index.html
47
+ - doc/files/lib/RNotify_rb.html
48
+ - doc/files/rnotify_c.html
49
+ - doc/classes/Notify/Notification.html
50
+ - doc/classes/Notify/Notification.src/M000024.html
51
+ - doc/classes/Notify/Notification.src/M000020.html
52
+ - doc/classes/Notify/Notification.src/M000014.html
34
53
  - doc/classes/Notify/Notification.src/M000022.html
35
- - doc/classes/Notify/Notification.src/M000007.html
36
- - doc/classes/Notify/Notification.src/M000011.html
37
- - doc/classes/Notify/Notification.src/M000016.html
38
- - doc/classes/Notify/Notification.src/M000018.html
39
54
  - doc/classes/Notify/Notification.src/M000012.html
40
- - doc/classes/Notify/Notification.src/M000017.html
41
- - doc/classes/Notify/Notification.src/M000014.html
42
- - doc/classes/Notify/Notification.src/M000020.html
55
+ - doc/classes/Notify/Notification.src/M000018.html
43
56
  - doc/classes/Notify/Notification.src/M000019.html
44
- - doc/classes/Notify/Notification.src/M000015.html
45
- - doc/classes/Notify/Notification.src/M000008.html
46
- - doc/classes/Notify/Notification.src/M000013.html
57
+ - doc/classes/Notify/Notification.src/M000016.html
47
58
  - doc/classes/Notify/Notification.src/M000010.html
48
- - doc/classes/Notify/Notification.src/M000009.html
49
- - doc/classes/Notify/Notification.src/M000021.html
59
+ - doc/classes/Notify/Notification.src/M000017.html
60
+ - doc/classes/Notify/Notification.src/M000007.html
61
+ - doc/classes/Notify/Notification.src/M000013.html
50
62
  - doc/classes/Notify/Notification.src/M000023.html
51
- - doc/classes/Notify/Notification.src/M000024.html
52
- - doc/classes/Notify/Notification.html
53
- - doc/classes/Notify.src/M000003.html
63
+ - doc/classes/Notify/Notification.src/M000015.html
64
+ - doc/classes/Notify/Notification.src/M000021.html
65
+ - doc/classes/Notify/Notification.src/M000011.html
66
+ - doc/classes/Notify/Notification.src/M000009.html
67
+ - doc/classes/Notify/Notification.src/M000008.html
68
+ - doc/classes/Notify.html
54
69
  - doc/classes/Notify.src/M000002.html
70
+ - doc/classes/Notify.src/M000004.html
71
+ - doc/classes/Notify.src/M000005.html
55
72
  - doc/classes/Notify.src/M000006.html
56
73
  - doc/classes/Notify.src/M000001.html
57
- - doc/classes/Notify.src/M000005.html
58
- - doc/classes/Notify.src/M000004.html
59
- - doc/classes/Notify.html
74
+ - doc/classes/Notify.src/M000003.html
60
75
  - doc/fr_method_index.html
61
- - doc/fr_file_index.html
62
- - doc/files/rnotify_c.html
63
- - doc/files/lib/RNotify_rb.html
64
76
  - doc/rdoc-style.css
77
+ - doc/fr_class_index.html
78
+ - doc/index.html
79
+ - examples/multi-actions.rb
80
+ - examples/markup.rb
81
+ - examples/action.rb
65
82
  - examples/base.rb
66
- - examples/attach_to.rb
67
83
  - examples/update.rb
68
- - examples/urgency.rb
69
- - examples/info.rb
70
- - examples/action.rb
71
- - examples/xy.rb
72
- - examples/markup.rb
73
84
  - examples/geometry-hints.rb
85
+ - examples/attach_to.rb
86
+ - examples/info.rb
74
87
  - examples/attach_to_status_icon.rb
75
88
  - examples/icon.png
76
- - examples/multi-actions.rb
89
+ - examples/xy.rb
90
+ - examples/urgency.rb
77
91
  - lib/RNotify.rb
78
92
  - ext/extconf.rb
79
93
  - ext/rnotify.c
@@ -96,7 +110,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
110
  requirements:
97
111
  - - ">="
98
112
  - !ruby/object:Gem::Version
99
- hash: 3
100
113
  segments:
101
114
  - 0
102
115
  version: "0"
@@ -105,7 +118,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
118
  requirements:
106
119
  - - ">="
107
120
  - !ruby/object:Gem::Version
108
- hash: 3
109
121
  segments:
110
122
  - 0
111
123
  version: "0"