* changing local reference to released gem
This commit is contained in:
parent
d1df5b9325
commit
20be54bc67
2
Gemfile
2
Gemfile
|
|
@ -7,4 +7,4 @@ workspace = ENV["WORKSPACE"] || "workspace"
|
||||||
# $ cd [workspace]
|
# $ cd [workspace]
|
||||||
# $ git clone https://github.com/sethcall/pg_migrate_ruby
|
# $ 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'
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
|
@ -13,10 +5,14 @@ GEM
|
||||||
logging (1.7.2)
|
logging (1.7.2)
|
||||||
little-plugger (>= 1.1.3)
|
little-plugger (>= 1.1.3)
|
||||||
pg (0.14.0)
|
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)
|
thor (0.15.4)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
pg_migrate!
|
pg_migrate (= 0.1.0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue