From 4f4e96ac1b651ded67881ccc471407549953483f Mon Sep 17 00:00:00 2001 From: kares Date: Wed, 25 May 2016 13:45:57 +0200 Subject: [PATCH] [spec] missed gem executable for previous commit --- spec/sample_jar/sbin/sample_jar | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/sample_jar/sbin/sample_jar diff --git a/spec/sample_jar/sbin/sample_jar b/spec/sample_jar/sbin/sample_jar new file mode 100644 index 00000000..02af9713 --- /dev/null +++ b/spec/sample_jar/sbin/sample_jar @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby + +require 'sample_jar' + +SampleJar.hello