ruby-libnotify 0.4.1.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. data/CHANGELOG.rdoc +12 -0
  2. data/README.rdoc +5 -7
  3. data/doc/Notify/Notification.html +1123 -0
  4. data/doc/Notify.html +518 -0
  5. data/doc/created.rid +3 -1
  6. data/doc/ext/rnotify_c.html +52 -0
  7. data/doc/images/brick.png +0 -0
  8. data/doc/images/brick_link.png +0 -0
  9. data/doc/images/bug.png +0 -0
  10. data/doc/images/bullet_black.png +0 -0
  11. data/doc/images/bullet_toggle_minus.png +0 -0
  12. data/doc/images/bullet_toggle_plus.png +0 -0
  13. data/doc/images/date.png +0 -0
  14. data/doc/images/find.png +0 -0
  15. data/doc/images/loadingAnimation.gif +0 -0
  16. data/doc/images/macFFBgHack.png +0 -0
  17. data/doc/images/package.png +0 -0
  18. data/doc/images/page_green.png +0 -0
  19. data/doc/images/page_white_text.png +0 -0
  20. data/doc/images/page_white_width.png +0 -0
  21. data/doc/images/plugin.png +0 -0
  22. data/doc/images/ruby.png +0 -0
  23. data/doc/images/tag_green.png +0 -0
  24. data/doc/images/wrench.png +0 -0
  25. data/doc/images/wrench_orange.png +0 -0
  26. data/doc/images/zoom.png +0 -0
  27. data/doc/index.html +93 -17
  28. data/doc/js/darkfish.js +116 -0
  29. data/doc/js/jquery.js +32 -0
  30. data/doc/js/quicksearch.js +114 -0
  31. data/doc/js/thickbox-compressed.js +10 -0
  32. data/doc/lib/RNotify_rb.html +56 -0
  33. data/doc/rdoc.css +706 -0
  34. data/examples/action.rb +1 -1
  35. data/examples/base.rb +1 -5
  36. data/examples/icon.png +0 -0
  37. data/examples/info.rb +1 -1
  38. data/examples/markup.rb +1 -4
  39. data/examples/multi-actions.rb +1 -1
  40. data/examples/update.rb +1 -6
  41. data/examples/urgency.rb +3 -8
  42. data/examples/xy.rb +1 -6
  43. data/ext/extconf.rb +23 -34
  44. data/ext/rnotify.c +72 -145
  45. data/lib/RNotify.rb +1 -1
  46. metadata +33 -52
  47. data/doc/classes/Notify/Notification.html +0 -787
  48. data/doc/classes/Notify/Notification.src/M000007.html +0 -65
  49. data/doc/classes/Notify/Notification.src/M000008.html +0 -49
  50. data/doc/classes/Notify/Notification.src/M000009.html +0 -43
  51. data/doc/classes/Notify/Notification.src/M000010.html +0 -35
  52. data/doc/classes/Notify/Notification.src/M000011.html +0 -33
  53. data/doc/classes/Notify/Notification.src/M000012.html +0 -36
  54. data/doc/classes/Notify/Notification.src/M000013.html +0 -48
  55. data/doc/classes/Notify/Notification.src/M000014.html +0 -36
  56. data/doc/classes/Notify/Notification.src/M000015.html +0 -38
  57. data/doc/classes/Notify/Notification.src/M000016.html +0 -38
  58. data/doc/classes/Notify/Notification.src/M000017.html +0 -39
  59. data/doc/classes/Notify/Notification.src/M000018.html +0 -38
  60. data/doc/classes/Notify/Notification.src/M000019.html +0 -45
  61. data/doc/classes/Notify/Notification.src/M000020.html +0 -67
  62. data/doc/classes/Notify/Notification.src/M000021.html +0 -33
  63. data/doc/classes/Notify/Notification.src/M000022.html +0 -33
  64. data/doc/classes/Notify/Notification.src/M000023.html +0 -36
  65. data/doc/classes/Notify/Notification.src/M000024.html +0 -34
  66. data/doc/classes/Notify.html +0 -343
  67. data/doc/classes/Notify.src/M000001.html +0 -39
  68. data/doc/classes/Notify.src/M000002.html +0 -24
  69. data/doc/classes/Notify.src/M000003.html +0 -25
  70. data/doc/classes/Notify.src/M000004.html +0 -24
  71. data/doc/classes/Notify.src/M000005.html +0 -37
  72. data/doc/classes/Notify.src/M000006.html +0 -55
  73. data/doc/files/lib/RNotify_rb.html +0 -102
  74. data/doc/files/rnotify_c.html +0 -90
  75. data/doc/fr_class_index.html +0 -27
  76. data/doc/fr_file_index.html +0 -27
  77. data/doc/fr_method_index.html +0 -71
  78. data/doc/rdoc-style.css +0 -299
  79. data/examples/attach_to.rb +0 -43
  80. data/examples/attach_to_status_icon.rb +0 -47
  81. data/examples/geometry-hints.rb +0 -37
data/CHANGELOG.rdoc CHANGED
@@ -1,5 +1,17 @@
1
1
  = Changelog
2
2
 
3
+ == Release 0.5.0
4
+ * libnotify >= 0.7.0 is required in order to use this release
5
+ * CHANGED: Notify.app_name has been renamed to Notify.name
6
+ * CHANGED: Notification.new no longer accept the widget to attach to as argument
7
+ * ADDED: Notify.name=, see doc
8
+ * REMOVED: Notification#attach_to
9
+ * REMOVED: Notification#geometry_hints
10
+
11
+ * All the Notification#hint* methods are deprecated
12
+ As soon as ruby-gnome2 gets GVariant support they will be removed.
13
+ The hint* functions are deprecated in libnotify too.
14
+
3
15
  == Release 0.4.1.1
4
16
  * ADDED: 'pkg-config>=1.0.7' as gem dependency
5
17
 
data/README.rdoc CHANGED
@@ -5,7 +5,7 @@ ruby-libnotify is a ruby binding for libnotify (http://www.galago-project.org)
5
5
  == Requirements
6
6
 
7
7
  * Ruby >= 1.8.6 (not tested with previous versions)
8
- * libnotify >= 0.4.1 (not tested with previous versions)
8
+ * libnotify >= 0.7.0
9
9
  * ruby-gtk2 and its dependencies
10
10
  * pkg-config >= 1.0.7 (http://rubygems.org/gems/pkg-config)
11
11
 
@@ -25,15 +25,13 @@ see gem homepage: http://rubygems.org/gems/ruby-libnotify
25
25
 
26
26
  Visit the page http://ruby-libnotify.rubyforge.org
27
27
 
28
- == Bug Report
29
-
30
- Use this page http://github.com/vargolo/ruby-libnotify/issues
28
+ == Changelog
31
29
 
32
- OR
30
+ See CHANGELOG.rdoc
33
31
 
34
- send me an email (see AUTHORS.rdoc)
32
+ == Bug Report
35
33
 
36
- *IMPORTANT*: the subject of the email MUST contain 'ruby-libnotify' otherwise will be ignored
34
+ Use this page http://github.com/vargolo/ruby-libnotify/issues
37
35
 
38
36
  == Thanks to
39
37