From 41087ce5f3e6042ea30a9ea659cfbcf7afe1f5ae Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 29 Jan 2014 21:57:57 +0000 Subject: [PATCH] set executable bit rainbows executable Folks don't usually run from the source directory, but RubyGems complains otherwise. --- bin/rainbows | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/rainbows diff --git a/bin/rainbows b/bin/rainbows old mode 100644 new mode 100755 -- 2.11.4.GIT