libnotify 0.5.6.pre2 → 0.5.6.pre3

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.
@@ -10,7 +10,7 @@ module Libnotify
10
10
  ffi_lib_flags :lazy, :local, :global if respond_to?(:ffi_lib_flags)
11
11
  ffi_lib %w[libgtk-x11-2.0.so.0 libgtk-x11-2.0.so libgtk-3.so.0 libgtk-3.so]
12
12
  ffi_lib %w[libgtkmm-2.4.so.1 libgtkmm-2.4.so libgtkmm-3.0.so.1 libgtkmm-3.0.so]
13
- ffi_lib %w[libnotify.so.1 libnotify.so libnotify]
13
+ ffi_lib %w[libnotify.so.4 libnotify.so.3 libnotify.so.2 libnotify.so.1 libnotify.so libnotify]
14
14
  attach_functions!
15
15
  rescue LoadError => e
16
16
  warn e.message
@@ -1,3 +1,3 @@
1
1
  module Libnotify
2
- VERSION = "0.5.6.pre2"
2
+ VERSION = "0.5.6.pre3"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libnotify
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1923832013
4
+ hash: 1923832015
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
9
  - 6
10
10
  - pre
11
- - 2
12
- version: 0.5.6.pre2
11
+ - 3
12
+ version: 0.5.6.pre3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Peter Suschlik