Created
July 31, 2010 18:09
-
-
Save hukl/502441 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source :rubygems | |
gem "nokogiri", :git => "git://github.com/tenderlove/nokogiri.git" |
Da fehlt wohl die .gemspec im Repo von Nokogiri.
Ja und in so vielen anderen auch - sigh
so was tun wir?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[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]$