ruby-libnotify 0.4.1 → 0.4.1.1
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/AUTHORS.rdoc +0 -0
- data/CHANGELOG.rdoc +3 -0
- data/COPYING +0 -0
- data/README.rdoc +4 -1
- data/doc/classes/Notify/Notification.html +0 -0
- data/doc/classes/Notify/Notification.src/M000007.html +0 -0
- data/doc/classes/Notify/Notification.src/M000008.html +0 -0
- data/doc/classes/Notify/Notification.src/M000009.html +0 -0
- data/doc/classes/Notify/Notification.src/M000010.html +0 -0
- data/doc/classes/Notify/Notification.src/M000011.html +0 -0
- data/doc/classes/Notify/Notification.src/M000012.html +0 -0
- data/doc/classes/Notify/Notification.src/M000013.html +0 -0
- data/doc/classes/Notify/Notification.src/M000014.html +0 -0
- data/doc/classes/Notify/Notification.src/M000015.html +0 -0
- data/doc/classes/Notify/Notification.src/M000016.html +0 -0
- data/doc/classes/Notify/Notification.src/M000017.html +0 -0
- data/doc/classes/Notify/Notification.src/M000018.html +0 -0
- data/doc/classes/Notify/Notification.src/M000019.html +0 -0
- data/doc/classes/Notify/Notification.src/M000020.html +0 -0
- data/doc/classes/Notify/Notification.src/M000021.html +0 -0
- data/doc/classes/Notify/Notification.src/M000022.html +0 -0
- data/doc/classes/Notify/Notification.src/M000023.html +0 -0
- data/doc/classes/Notify/Notification.src/M000024.html +0 -0
- data/doc/classes/Notify.html +1 -1
- data/doc/classes/Notify.src/M000001.html +0 -0
- data/doc/classes/Notify.src/M000002.html +0 -0
- data/doc/classes/Notify.src/M000003.html +0 -0
- data/doc/classes/Notify.src/M000004.html +0 -0
- data/doc/classes/Notify.src/M000005.html +0 -0
- data/doc/classes/Notify.src/M000006.html +0 -0
- data/doc/created.rid +0 -0
- data/doc/files/lib/RNotify_rb.html +0 -0
- data/doc/files/rnotify_c.html +0 -0
- data/doc/fr_class_index.html +0 -0
- data/doc/fr_file_index.html +0 -0
- data/doc/fr_method_index.html +0 -0
- data/doc/index.html +0 -0
- data/doc/rdoc-style.css +0 -0
- data/examples/action.rb +1 -1
- data/examples/attach_to.rb +1 -1
- data/examples/attach_to_status_icon.rb +1 -1
- data/examples/base.rb +1 -1
- data/examples/geometry-hints.rb +1 -1
- data/examples/icon.png +0 -0
- data/examples/info.rb +1 -1
- data/examples/markup.rb +1 -1
- data/examples/multi-actions.rb +1 -1
- data/examples/update.rb +1 -1
- data/examples/urgency.rb +1 -1
- data/examples/xy.rb +1 -1
- data/ext/extconf.rb +4 -2
- data/ext/rnotify.c +1 -1
- data/lib/RNotify.rb +2 -2
- data/setup.rb +0 -0
- metadata +49 -37
data/AUTHORS.rdoc
CHANGED
|
File without changes
|
data/CHANGELOG.rdoc
CHANGED
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 -
|
|
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
|
data/doc/classes/Notify.html
CHANGED
|
@@ -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">"0.4.1"</td>
|
|
140
|
+
<td class="context-item-value">"0.4.1.1"</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
|
data/doc/files/rnotify_c.html
CHANGED
|
File without changes
|
data/doc/fr_class_index.html
CHANGED
|
File without changes
|
data/doc/fr_file_index.html
CHANGED
|
File without changes
|
data/doc/fr_method_index.html
CHANGED
|
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
data/examples/attach_to.rb
CHANGED
data/examples/base.rb
CHANGED
data/examples/geometry-hints.rb
CHANGED
data/examples/icon.png
CHANGED
|
File without changes
|
data/examples/info.rb
CHANGED
data/examples/markup.rb
CHANGED
data/examples/multi-actions.rb
CHANGED
data/examples/update.rb
CHANGED
data/examples/urgency.rb
CHANGED
data/examples/xy.rb
CHANGED
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
|
|
12
|
-
"[ http://
|
|
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
data/lib/RNotify.rb
CHANGED
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
|
-
|
|
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:
|
|
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/
|
|
33
|
-
- doc/
|
|
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/
|
|
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/
|
|
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/
|
|
49
|
-
- doc/classes/Notify/Notification.src/
|
|
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/
|
|
52
|
-
- doc/classes/Notify/Notification.html
|
|
53
|
-
- doc/classes/Notify.src/
|
|
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/
|
|
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/
|
|
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"
|