libnotify 0.3.0 → 0.4.0
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/.rvmrc +1 -2
- data/Gemfile +1 -1
- data/Gemfile.lock +6 -3
- data/VERSION +1 -1
- data/libnotify.gemspec +2 -2
- data/test/test_libnotify.rb +1 -1
- metadata +4 -4
data/.rvmrc
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
rvm
|
|
2
|
-
rvm gemset use libnotify
|
|
1
|
+
rvm @libnotify --create
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -10,13 +10,16 @@ GEM
|
|
|
10
10
|
git (>= 1.2.5)
|
|
11
11
|
rubyforge (>= 2.0.0)
|
|
12
12
|
json_pure (1.4.6)
|
|
13
|
+
libnotify (0.2.0)
|
|
14
|
+
ffi (>= 0.6.2)
|
|
13
15
|
rake (0.8.7)
|
|
14
16
|
riot (0.11.2)
|
|
15
17
|
rr
|
|
16
18
|
term-ansicolor
|
|
17
|
-
riot_notifier (0.
|
|
19
|
+
riot_notifier (0.4.0)
|
|
20
|
+
libnotify (~> 0.2.0)
|
|
18
21
|
riot (~> 0.11.0)
|
|
19
|
-
rr (1.0.
|
|
22
|
+
rr (1.0.2)
|
|
20
23
|
rubyforge (2.0.4)
|
|
21
24
|
json_pure (>= 1.1.7)
|
|
22
25
|
term-ansicolor (1.0.5)
|
|
@@ -29,5 +32,5 @@ DEPENDENCIES
|
|
|
29
32
|
ffi (>= 0.6.2)
|
|
30
33
|
jeweler
|
|
31
34
|
riot (= 0.11.2)
|
|
32
|
-
riot_notifier (
|
|
35
|
+
riot_notifier (~> 0.4.0)
|
|
33
36
|
yard
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.4.0
|
data/libnotify.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{libnotify}
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.4.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Peter Suschlik"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2011-04-23}
|
|
13
13
|
s.email = %q{peter-libnotify@suschlik.de}
|
|
14
14
|
s.extra_rdoc_files = [
|
|
15
15
|
"README.rdoc"
|
data/test/test_libnotify.rb
CHANGED
|
@@ -61,7 +61,7 @@ context Libnotify::API do
|
|
|
61
61
|
# TODO Mock FFI calls with rrriot.
|
|
62
62
|
context "show!" do
|
|
63
63
|
setup do
|
|
64
|
-
topic.new(:timeout => 1.0, :icon_path => "/usr/share/icons/gnome/
|
|
64
|
+
topic.new(:timeout => 1.0, :icon_path => "/usr/share/icons/gnome/48x48/emblems/emblem-favorite.png")
|
|
65
65
|
end
|
|
66
66
|
|
|
67
67
|
context "for real" do
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: libnotify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
8
|
+
- 4
|
|
9
9
|
- 0
|
|
10
|
-
version: 0.
|
|
10
|
+
version: 0.4.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Peter Suschlik
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2011-04-23 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|