2011-01-25 9 views
0

私はsimplegeoを使用していますし、rubygems.orgで宝石が最新のものではありません、私のユーザーので、私のgemfileでこの行:バンドルインストールで私のgemが見つかりません!

gem 'sg-ruby', :git => 'https://github.com/simplegeo/simplegeo-ruby.git' 

をそして、それがうまく働いたが、今日、私は、この行を削除bundle installを走りました、simplegeoでgemfileを復元し、bundle installを再実行、そして今私は、次を取り除くことはできません。ここに

Updating https://github.com/simplegeo/simplegeo-ruby.git 
Fetching source index for http://rubygems.org/ 
Could not find gem 'sg-ruby (>= 0, runtime)' in https://github.com/simplegeo/simplegeo-ruby.git (at master). 
Source does not contain any versions of 'sg-ruby (>= 0, runtime)' 

は私gemfileある(FYI)

source 'http://rubygems.org' 

gem 'rails', '3.0.0' 
gem 'sqlite3-ruby', :require => 'sqlite3' 
gem "compass", ">= 0.10.4"   # The CSS framework 
gem "ruby-debug", ">= 0.10.3"  # enable debug (vital!) 
gem "will_paginate", "~> 3.0.pre2" # The de-facto standard pagination gem for table in rails 
gem 'hassle', :git => 'git://github.com/koppen/hassle.git', :group => :production # In order to use compass on heroku (read-only) 
gem 'jquery-rails' # using jquery instead of prototype with just a gem 
gem 'delorean'  # getting back in time for testing purposes 
gem 'sg-ruby', :git => 'https://github.com/simplegeo/simplegeo-ruby.git'  # SimpleGeo gem 
のgit:

私はこだわっている...

答えて

3

libには、この変更 link 使用simplegeoの代わりに、SG-ルビー

+0

awesoで 見て改名されました私、私は泣いていた – standup75

関連する問題