From 0eefd18a7587b94c0be598ecaca48e8164f1d263 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 26 Aug 2012 14:34:04 -0500 Subject: [PATCH] * fixing up workspace --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b48d10426..2de75c187 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,10 @@ source 'https://rubygems.org' # Look for $WORKSPACE, otherwise use "workspace" as dev path. -workspace = ENV["WORKSPACE"] || "workspace" +workspace = ENV["WORKSPACE"] || "~/workspace" # Assumes you have already cloned pg_migrate_ruby in your workspace # $ cd [workspace] # $ git clone https://github.com/sethcall/pg_migrate_ruby -gem 'pg_migrate', '0.1.5' # :path=> '~/' + workspace + '/pg_migrate_ruby' +gem 'pg_migrate', '0.1.5' # :path=> "#{workspace}/pg_migrate_ruby"