ruby-libnotify 0.4.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.
Files changed (55) hide show
  1. data/AUTHORS.rdoc +4 -0
  2. data/CHANGELOG.rdoc +55 -0
  3. data/COPYING +504 -0
  4. data/README.rdoc +46 -0
  5. data/doc/classes/Notify.html +343 -0
  6. data/doc/classes/Notify.src/M000001.html +39 -0
  7. data/doc/classes/Notify.src/M000002.html +24 -0
  8. data/doc/classes/Notify.src/M000003.html +25 -0
  9. data/doc/classes/Notify.src/M000004.html +24 -0
  10. data/doc/classes/Notify.src/M000005.html +37 -0
  11. data/doc/classes/Notify.src/M000006.html +55 -0
  12. data/doc/classes/Notify/Notification.html +787 -0
  13. data/doc/classes/Notify/Notification.src/M000007.html +65 -0
  14. data/doc/classes/Notify/Notification.src/M000008.html +49 -0
  15. data/doc/classes/Notify/Notification.src/M000009.html +43 -0
  16. data/doc/classes/Notify/Notification.src/M000010.html +35 -0
  17. data/doc/classes/Notify/Notification.src/M000011.html +33 -0
  18. data/doc/classes/Notify/Notification.src/M000012.html +36 -0
  19. data/doc/classes/Notify/Notification.src/M000013.html +48 -0
  20. data/doc/classes/Notify/Notification.src/M000014.html +36 -0
  21. data/doc/classes/Notify/Notification.src/M000015.html +38 -0
  22. data/doc/classes/Notify/Notification.src/M000016.html +38 -0
  23. data/doc/classes/Notify/Notification.src/M000017.html +39 -0
  24. data/doc/classes/Notify/Notification.src/M000018.html +38 -0
  25. data/doc/classes/Notify/Notification.src/M000019.html +45 -0
  26. data/doc/classes/Notify/Notification.src/M000020.html +67 -0
  27. data/doc/classes/Notify/Notification.src/M000021.html +33 -0
  28. data/doc/classes/Notify/Notification.src/M000022.html +33 -0
  29. data/doc/classes/Notify/Notification.src/M000023.html +36 -0
  30. data/doc/classes/Notify/Notification.src/M000024.html +34 -0
  31. data/doc/created.rid +1 -0
  32. data/doc/files/lib/RNotify_rb.html +102 -0
  33. data/doc/files/rnotify_c.html +90 -0
  34. data/doc/fr_class_index.html +27 -0
  35. data/doc/fr_file_index.html +27 -0
  36. data/doc/fr_method_index.html +71 -0
  37. data/doc/index.html +21 -0
  38. data/doc/rdoc-style.css +299 -0
  39. data/examples/action.rb +39 -0
  40. data/examples/attach_to.rb +43 -0
  41. data/examples/attach_to_status_icon.rb +47 -0
  42. data/examples/base.rb +29 -0
  43. data/examples/geometry-hints.rb +37 -0
  44. data/examples/icon.png +0 -0
  45. data/examples/info.rb +27 -0
  46. data/examples/markup.rb +29 -0
  47. data/examples/multi-actions.rb +44 -0
  48. data/examples/update.rb +36 -0
  49. data/examples/urgency.rb +47 -0
  50. data/examples/xy.rb +32 -0
  51. data/ext/extconf.rb +67 -0
  52. data/ext/rnotify.c +814 -0
  53. data/lib/RNotify.rb +15 -0
  54. data/setup.rb +1333 -0
  55. metadata +120 -0
metadata ADDED
@@ -0,0 +1,120 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-libnotify
3
+ version: !ruby/object:Gem::Version
4
+ hash: 13
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 4
9
+ - 1
10
+ version: 0.4.1
11
+ platform: ruby
12
+ authors:
13
+ - Luca Russo
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-07-18 00:00:00 +02:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description:
23
+ email: vargolo@gmail.com
24
+ executables: []
25
+
26
+ extensions:
27
+ - ext/extconf.rb
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - doc/created.rid
32
+ - doc/fr_class_index.html
33
+ - doc/index.html
34
+ - 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
+ - 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
43
+ - 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
47
+ - doc/classes/Notify/Notification.src/M000010.html
48
+ - doc/classes/Notify/Notification.src/M000009.html
49
+ - doc/classes/Notify/Notification.src/M000021.html
50
+ - 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
54
+ - doc/classes/Notify.src/M000002.html
55
+ - doc/classes/Notify.src/M000006.html
56
+ - 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
60
+ - 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
+ - doc/rdoc-style.css
65
+ - examples/base.rb
66
+ - examples/attach_to.rb
67
+ - examples/update.rb
68
+ - examples/urgency.rb
69
+ - examples/info.rb
70
+ - examples/action.rb
71
+ - examples/xy.rb
72
+ - examples/markup.rb
73
+ - examples/geometry-hints.rb
74
+ - examples/attach_to_status_icon.rb
75
+ - examples/icon.png
76
+ - examples/multi-actions.rb
77
+ - lib/RNotify.rb
78
+ - ext/extconf.rb
79
+ - ext/rnotify.c
80
+ - AUTHORS.rdoc
81
+ - CHANGELOG.rdoc
82
+ - COPYING
83
+ - README.rdoc
84
+ - setup.rb
85
+ has_rdoc: true
86
+ homepage: http://github.com/vargolo/ruby-libnotify
87
+ licenses: []
88
+
89
+ post_install_message:
90
+ rdoc_options: []
91
+
92
+ require_paths:
93
+ - lib
94
+ required_ruby_version: !ruby/object:Gem::Requirement
95
+ none: false
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ hash: 3
100
+ segments:
101
+ - 0
102
+ version: "0"
103
+ required_rubygems_version: !ruby/object:Gem::Requirement
104
+ none: false
105
+ requirements:
106
+ - - ">="
107
+ - !ruby/object:Gem::Version
108
+ hash: 3
109
+ segments:
110
+ - 0
111
+ version: "0"
112
+ requirements: []
113
+
114
+ rubyforge_project:
115
+ rubygems_version: 1.3.7
116
+ signing_key:
117
+ specification_version: 3
118
+ summary: ruby-libnotify is a ruby binding for libnotify
119
+ test_files: []
120
+