From fda0938e971de29b840a9174093488175e8d218c Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@ie.suberic.net>
Date: Thu, 9 Feb 2017 16:37:05 +0000
Subject: [PATCH] Add a run script.

---
 ruby/Gemfile.lock | 4 ++--
 ruby/run.sh       | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)
 create mode 100755 ruby/run.sh

diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 40d0620..ca9fdc1 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -1,9 +1,9 @@
 GIT
   remote: https://github.com/lyda/mmap.git
-  revision: 379bdbd2c848e96d8f89e954663b8c26529b8919
+  revision: 397013dd15a4e5f3f2cd9ddbad39850ec9f61d33
   branch: non-global-version
   specs:
-    mmap (0.2.7)
+    mmap (0.2.7a)
 
 GEM
   remote: https://rubygems.org/
diff --git a/ruby/run.sh b/ruby/run.sh
new file mode 100755
index 0000000..2945b45
--- /dev/null
+++ b/ruby/run.sh
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+test -f Gemfile.lock && rm Gemfile.lock
+bundle install
+bundle exec ruby test.rb
-- 
GitLab