* changing local reference to released gem

This commit is contained in:
Seth Call 2012-07-29 21:40:18 -05:00
parent d1df5b9325
commit 20be54bc67
2 changed files with 6 additions and 10 deletions

View File

@ -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'

View File

@ -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)