Mercurial > packages > rhel6 > feed2imap
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/feed2imap-rubygem-compatibility.patch Wed Jan 09 17:34:41 2013 +0100 @@ -0,0 +1,36 @@ +Index: feed2imap/lib/feed2imap/feed2imap.rb +=================================================================== +--- feed2imap.orig/lib/feed2imap/feed2imap.rb ++++ feed2imap/lib/feed2imap/feed2imap.rb +@@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite + F2I_VERSION = '1.0' + F2I_WARNFETCHTIME = 10 + ++require 'rubygems' + require 'feed2imap/config' + require 'feed2imap/cache' + require 'feed2imap/httpfetcher' +Index: feed2imap/lib/feed2imap/itemtomail.rb +=================================================================== +--- feed2imap.orig/lib/feed2imap/itemtomail.rb ++++ feed2imap/lib/feed2imap/itemtomail.rb +@@ -19,6 +19,7 @@ along with this program; if not, write t + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + =end + ++require 'rubygems' + require 'rexml/document' + require 'time' + require 'rmail' +Index: feed2imap/lib/feed2imap/rexml_patch.rb +=================================================================== +--- feed2imap.orig/lib/feed2imap/rexml_patch.rb ++++ feed2imap/lib/feed2imap/rexml_patch.rb +@@ -17,6 +17,7 @@ along with this program; if not, write t + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + =end + ++require 'rubygems' + require 'feedparser' + + # Patch for REXML