rowland / fb

Firebird Extension Library for Ruby
64 stars 35 forks source link

error when pulling fb gem down with bundler #12

Closed datadude closed 12 years ago

datadude commented 13 years ago

I am trying to pull down the gem code directly with the bundler and am currently getting the following error:

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

This seems strange to me because there is a valid .gemspec file

gem 'sqlite3-ruby', :require => 'sqlite3' gem 'nokogiri' gem 'fb', :git=>'https://github.com/rowland/fb.git' group :development,:test do gem "rspec-rails", "2.4.0"

end

rowland commented 13 years ago

I've not tried to install directly from git. You're not guaranteed a stable release that way, so I would recommend a more-traditional installation from rubygems.org.

Sent from my iPhone

On May 11, 2011, at 22:59, datadudereply@reply.github.com wrote:

I am trying to pull down the gem code directly with the bundler and am currently getting the following error:

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

This seems strange to me because there is a valid .gemspec file

gem 'sqlite3-ruby', :require => 'sqlite3' gem 'nokogiri' gem 'fb', :git=>'https://github.com/rowland/fb.git' group :development,:test do gem "rspec-rails", "2.4.0"

end

Reply to this email directly or view it on GitHub: https://github.com/rowland/fb/issues/12