libnotify 0.7.0.pre-universal-rubinius-1.2 → 0.7.0-universal-rubinius-1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/libnotify/api.rb +1 -1
- data/lib/libnotify/version.rb +1 -1
- data/test/test_libnotify.rb +1 -1
- metadata +7 -10
data/lib/libnotify/api.rb
CHANGED
@@ -82,7 +82,7 @@ module Libnotify
|
|
82
82
|
def update(options={}, &block)
|
83
83
|
apply_options(options, &block)
|
84
84
|
if @notification
|
85
|
-
|
85
|
+
notify_notification_update(@notification, summary, body, icon_path, nil)
|
86
86
|
notify_notification_show(@notification, nil)
|
87
87
|
else
|
88
88
|
show!
|
data/lib/libnotify/version.rb
CHANGED
data/test/test_libnotify.rb
CHANGED
@@ -72,7 +72,7 @@ class TestLibnotifyAPI < MiniTest::Unit::TestCase
|
|
72
72
|
end
|
73
73
|
|
74
74
|
def test_update
|
75
|
-
libnotify(:summary => "hello", :body => "world")
|
75
|
+
libnotify(:summary => "hello", :body => "world").show!
|
76
76
|
libnotify.update(:summary => "hell") do |n|
|
77
77
|
n.body = "yeah"
|
78
78
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libnotify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 3
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
9
|
- 0
|
10
|
-
|
11
|
-
version: 0.7.0.pre
|
10
|
+
version: 0.7.0
|
12
11
|
platform: universal-rubinius-1.2
|
13
12
|
authors:
|
14
13
|
- Peter Suschlik
|
@@ -109,14 +108,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
109
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
110
109
|
none: false
|
111
110
|
requirements:
|
112
|
-
- - "
|
111
|
+
- - ">="
|
113
112
|
- !ruby/object:Gem::Version
|
114
|
-
hash:
|
113
|
+
hash: 3
|
115
114
|
segments:
|
116
|
-
-
|
117
|
-
|
118
|
-
- 1
|
119
|
-
version: 1.3.1
|
115
|
+
- 0
|
116
|
+
version: "0"
|
120
117
|
requirements: []
|
121
118
|
|
122
119
|
rubyforge_project:
|