catfriend 0.14 → 0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/catfriend/imap.rb +6 -0
  2. metadata +4 -4
@@ -2,6 +2,12 @@ require 'libnotify'
2
2
  require 'catfriend/server'
3
3
  require 'catfriend/thread'
4
4
 
5
+ # unless I do this I get random errors from Libnotify on startup 90% of the
6
+ # time... this could be a bug in autoload or ruby 1.9 rather than libnotify
7
+ module Libnotify
8
+ class API ; end
9
+ end
10
+
5
11
  module Catfriend
6
12
 
7
13
  # This class represents a thread capable of checking and creating
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catfriend
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.14'
4
+ version: '0.15'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-09 00:00:00.000000000 Z
12
+ date: 2012-01-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: libnotify
16
- requirement: &14748540 !ruby/object:Gem::Requirement
16
+ requirement: &12249920 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.7.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *14748540
24
+ version_requirements: *12249920
25
25
  description: E-mail checker with libnotify desktop notifications.
26
26
  email:
27
27
  - catfriend@chilon.net