Mercurial > packages > rhel6 > feed2imap
comparison feed2imap-rubygem-compatibility.patch @ 0:35b72dc38da1
Initial revision
author | Guido Berhoerster <guido+packaging@berhoerster.name> |
---|---|
date | Wed, 09 Jan 2013 17:34:41 +0100 |
parents | |
children | f17c85a9fb8b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:35b72dc38da1 |
---|---|
1 Index: feed2imap/lib/feed2imap/feed2imap.rb | |
2 =================================================================== | |
3 --- feed2imap.orig/lib/feed2imap/feed2imap.rb | |
4 +++ feed2imap/lib/feed2imap/feed2imap.rb | |
5 @@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite | |
6 F2I_VERSION = '1.0' | |
7 F2I_WARNFETCHTIME = 10 | |
8 | |
9 +require 'rubygems' | |
10 require 'feed2imap/config' | |
11 require 'feed2imap/cache' | |
12 require 'feed2imap/httpfetcher' | |
13 Index: feed2imap/lib/feed2imap/itemtomail.rb | |
14 =================================================================== | |
15 --- feed2imap.orig/lib/feed2imap/itemtomail.rb | |
16 +++ feed2imap/lib/feed2imap/itemtomail.rb | |
17 @@ -19,6 +19,7 @@ along with this program; if not, write t | |
18 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
19 =end | |
20 | |
21 +require 'rubygems' | |
22 require 'rexml/document' | |
23 require 'time' | |
24 require 'rmail' | |
25 Index: feed2imap/lib/feed2imap/rexml_patch.rb | |
26 =================================================================== | |
27 --- feed2imap.orig/lib/feed2imap/rexml_patch.rb | |
28 +++ feed2imap/lib/feed2imap/rexml_patch.rb | |
29 @@ -17,6 +17,7 @@ along with this program; if not, write t | |
30 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
31 =end | |
32 | |
33 +require 'rubygems' | |
34 require 'feedparser' | |
35 | |
36 # Patch for REXML |