Skip to content

Instantly share code, notes, and snippets.

@hukl
Created July 31, 2010 18:09
Show Gist options
  • Save hukl/502441 to your computer and use it in GitHub Desktop.
Save hukl/502441 to your computer and use it in GitHub Desktop.
source :rubygems
gem "nokogiri", :git => "git://github.com/tenderlove/nokogiri.git"
@hukl
Copy link
Author

hukl commented Jul 31, 2010

[hukl@eight ~/Desktop/bundlertest]$ bundle install vendor/gems
Fetching git://github.com/tenderlove/nokogiri.git
remote: Counting objects: 16603, done.
remote: Compressing objects: 100% (3876/3876), done.
remote: Total 16603 (delta 11759), reused 16511 (delta 11675)
Receiving objects: 100% (16603/16603), 3.98 MiB | 1.33 MiB/s, done.
Resolving deltas: 100% (11759/11759), done.
Fetching source index for http://rubygems.org/
Could not find gem 'nokogiri (>= 0, runtime)' in git://github.com/tenderlove/nokogiri.git (at master).
Source does not contain any versions of 'nokogiri (>= 0, runtime)'
[hukl@eight ~/Desktop/bundlertest]$

@thcyron
Copy link

thcyron commented Jul 31, 2010

Da fehlt wohl die .gemspec im Repo von Nokogiri.

@hukl
Copy link
Author

hukl commented Jul 31, 2010

Ja und in so vielen anderen auch - sigh

@tbbooher
Copy link

tbbooher commented Aug 6, 2011

so was tun wir?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment