Skip to content

Instantly share code, notes, and snippets.

@ratnikov
Created December 23, 2009 21:24
Show Gist options
  • Select an option

  • Save ratnikov/262816 to your computer and use it in GitHub Desktop.

Select an option

Save ratnikov/262816 to your computer and use it in GitHub Desktop.
$ rake repackage && rake install && gem bundle
(in c:/Documents and Settings/dfr/bundler)
rm -r pkg
mkdir -p pkg
WARNING: no rubyforge_project specified
WARNING: description and summary are identical
Successfully built RubyGem
Name: bundler
Version: 0.7.2
File: bundler-0.7.2.gem
mv bundler-0.7.2.gem pkg/bundler-0.7.2.gem
(in c:/Documents and Settings/dfr/bundler)
gem install pkg/bundler-0.7.2
Successfully installed bundler-0.7.2
1 gem installed
Installing ri documentation for bundler-0.7.2...
Installing RDoc documentation for bundler-0.7.2...
Calculating dependencies...
Updating source: http://gems.rubyforge.org
resolving!!!
reqs: [<Gem::Dependency type=:runtime name="hpricot" requirements=">= 0">]
didn'g throw....
sorting reqs...
searching for <Gem::Dependency type=:runtime name="hpricot" requirements=">= 0">
begun!
asdf: nil
checking....
finding....
found....
after rejection....
found size: ["#<Bundler::RemoteSpecification:0x75aeb30>", "#<Bundler::RemoteSpec
ification:0x75ae8d8>", "#<Bundler::RemoteSpecification:0x75aea18>", "#<Bundler::
RemoteSpecification:0x75aea04>", "#<Bundler::RemoteSpecification:0x75aea40>", "#
<Bundler::RemoteSpecification:0x75ae8ec>", "#<Bundler::RemoteSpecification:0x75a
e8b0>", "#<Bundler::RemoteSpecification:0x75ae874>", "#<Bundler::RemoteSpecifica
tion:0x75ae824>", "#<Bundler::RemoteSpecification:0x75ae70c>", "#<Bundler::Remot
eSpecification:0x75ae6f8>", "#<Bundler::RemoteSpecification:0x75ae5e0>", "#<Bund
ler::RemoteSpecification:0x75ae5cc>", "#<Bundler::RemoteSpecification:0x75ae4f0>
", "#<Bundler::RemoteSpecification:0x75ae4dc>", "#<Bundler::RemoteSpecification:
0x75ae388>", "#<Bundler::RemoteSpecification:0x75ae284>", "#<Gem::Specification
name=hpricot version=0.8.2>"]
ERROR: While executing gem ... (ArgumentError)
comparison of Array with Array failed
dfr@BETA ~/bundler (master)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment