From 20be54bc67bfabe03cab7c54adb6a90f122d9aa0 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 29 Jul 2012 21:40:18 -0500 Subject: [PATCH] * changing local reference to released gem --- Gemfile | 2 +- Gemfile.lock | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 6495cfe2b..cd0d1e58f 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ workspace = ENV["WORKSPACE"] || "workspace" # $ cd [workspace] # $ git clone https://github.com/sethcall/pg_migrate_ruby -gem 'pg_migrate', :path=> '~/' + workspace + '/pg_migrate_ruby' +gem 'pg_migrate', '0.1.0' #:path=> '~/' + workspace + '/pg_migrate_ruby' diff --git a/Gemfile.lock b/Gemfile.lock index 1f282a784..bc687e3d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,3 @@ -PATH - remote: ~/dev/pg_migrate_ruby - specs: - pg_migrate (0.1.0) - logging (= 1.7.2) - pg (= 0.14.0) - thor (= 0.15.4) - GEM remote: https://rubygems.org/ specs: @@ -13,10 +5,14 @@ GEM logging (1.7.2) little-plugger (>= 1.1.3) pg (0.14.0) + pg_migrate (0.1.0) + logging (= 1.7.2) + pg (= 0.14.0) + thor (= 0.15.4) thor (0.15.4) PLATFORMS ruby DEPENDENCIES - pg_migrate! + pg_migrate (= 0.1.0)