diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-02-04 11:18:06 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-02-04 11:18:06 +0000 |
commit | 1bd6d80e35f5a6453c16860a5025b1cd19eb1988 (patch) | |
tree | b8e19cbbad5a06b217d6e81623d572d5f7f03677 /bin | |
parent | bb8ba1cffa70af8c3aa519188dd23061dc150c23 (diff) |
Hint to ruby that rubygems should be loaded.
This allows our redis-library to be used.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/custodian-enqueue | 2 | ||||
-rwxr-xr-x | bin/custodian-queue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index 672ace9..e4ce9d9 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby -Ilib/ +#!/usr/bin/ruby -Ilib/ -I../lib/ -rubygems # # NAME # custodian-enqueue - Parse tests from a file and enqueue them. diff --git a/bin/custodian-queue b/bin/custodian-queue index 0545df7..01fb381 100755 --- a/bin/custodian-queue +++ b/bin/custodian-queue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby -Ilib/ +#!/usr/bin/ruby -Ilib/ -I../lib/ -rubygems # # NAME # custodian-queue - Work with the queue. |