From 3387115fa3e49a11cf70d4e2cbfaf8875993bed4 Mon Sep 17 00:00:00 2001 From: Kevin Clark Date: Thu, 26 Jun 2008 18:14:25 +0000 Subject: [PATCH] rb: Add stubs for rake install/package when Echoe not present [THRIFT-52] Author: Kevin Ballard git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@671971 13f79535-47bb-0310-9956-ffa450edef68 --- lib/rb/Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index efd56f77..e88e9844 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile @@ -58,4 +58,10 @@ begin p.include_rakefile = true end rescue LoadError + [:install, :package].each do |t| + desc "Stub for #{t}" + task t do + fail "The Echoe gem is required for this task" + end + end end -- 2.17.1