From 677e185eb890696cdb234d9ce9b7f8540aba6bd9 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Fri, 19 Aug 2011 19:54:41 +0200 Subject: [PATCH] use spec.executables instead of spec.executable --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e53c71e6..be73e447 100644 --- a/Rakefile +++ b/Rakefile @@ -69,7 +69,7 @@ DESCRIPTION #spec.homepage = 'todo' spec.version = PROJECT_VERSION spec.files = files - spec.executable = 'rubixir' + spec.executables = ['rubixir'] end Rake::GemPackageTask.new(gem_spec) do |pkg|