From 5ff5b6d733136936af1789793e66d84df15731d5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 10 Jan 2011 05:25:43 -0800 Subject: gem: include executable wrappers in bin/* The RubyGems installation of feed2imap did not install the RubyGems bin/* wrappers in the user's normal $PATH --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index a6a9b42..493792c 100644 --- a/Rakefile +++ b/Rakefile @@ -50,6 +50,9 @@ begin s.version = PKG_VERSION s.requirements << 'feedparser' s.require_path = 'lib' + s.executables = PKG_FILES.grep(%r{\Abin\/.}).map { |bin| + bin.gsub(%r{\Abin/}, '') + } s.files = PKG_FILES s.description = "RSS/Atom feed aggregator" end -- cgit v1.2.3