From 3dbc125eb937cfe5434690ef329a3d29f30da7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 15 Jun 2014 08:35:43 +0200 Subject: Add mail to the dependencies --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 1b9ad00..c6925ba 100644 --- a/Rakefile +++ b/Rakefile @@ -49,6 +49,7 @@ begin s.name = PKG_NAME s.version = PKG_VERSION s.add_runtime_dependency 'ruby-feedparser', '>= 0.9' + s.add_runtime_dependency 'mail', '>= 2.5' s.require_path = 'lib' s.executables = PKG_FILES.grep(%r{\Abin\/.}).map { |bin| bin.gsub(%r{\Abin/}, '') -- cgit v1.2.3