libnotify 0.7.0.pre-universal-rubinius-1.2 → 0.7.0-universal-rubinius-1.2

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/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
- p notify_notification_update(@notification, summary, body, icon_path)
85
+ notify_notification_update(@notification, summary, body, icon_path, nil)
86
86
  notify_notification_show(@notification, nil)
87
87
  else
88
88
  show!
@@ -1,3 +1,3 @@
1
1
  module Libnotify
2
- VERSION = "0.7.0.pre"
2
+ VERSION = "0.7.0"
3
3
  end
@@ -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: 4034470010463317425
5
- prerelease: 6
4
+ hash: 3
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
9
  - 0
10
- - pre
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: 25
113
+ hash: 3
115
114
  segments:
116
- - 1
117
- - 3
118
- - 1
119
- version: 1.3.1
115
+ - 0
116
+ version: "0"
120
117
  requirements: []
121
118
 
122
119
  rubyforge_project: