2011-01-25 79 views
0

我使用simplegeo和rubygems.org創業板是不是最新的,所以我使用的此行中我的Gemfile:捆綁安裝沒有找到我的寶石!

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

它工作得很好,但今天,我刪除了這條線,跑到bundle install ,恢復與simplegeo,重新運行bundle install的Gemfile中,現在我無法擺脫以下內容:

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 

我卡住了...

回答

3

LIB在這種變化 link 使用simplegeo代替SG-紅寶石

+0

aweso改名 外觀我,我在哭 – standup75 2011-01-25 04:47:32

相關問題