libnotify 0.7.1 → 0.7.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.
@@ -1,3 +1,6 @@
1
+ require 'libnotify/version'
2
+ require 'libnotify/api'
3
+
1
4
  # Ruby bindings for libnotify using FFI.
2
5
  #
3
6
  # See README.rdoc for usage examples.
@@ -62,8 +65,4 @@ module Libnotify
62
65
  def self.show(options={}, &block)
63
66
  API.show(options, &block)
64
67
  end
65
-
66
- autoload :VERSION, 'libnotify/version'
67
- autoload :API, 'libnotify/api'
68
- autoload :FFI, 'libnotify/ffi'
69
68
  end
@@ -1,3 +1,5 @@
1
+ require 'libnotify/ffi'
2
+
1
3
  module Libnotify
2
4
  # API for Libnotify
3
5
  #
@@ -1,3 +1,3 @@
1
1
  module Libnotify
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
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: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 1
10
- version: 0.7.1
9
+ - 2
10
+ version: 0.7.2
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: 2012-01-04 00:00:00 Z
18
+ date: 2012-01-18 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: ffi