Skip to content

Instantly share code, notes, and snippets.

@manuelmeurer
Created November 4, 2011 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelmeurer/1340608 to your computer and use it in GitHub Desktop.
Save manuelmeurer/1340608 to your computer and use it in GitHub Desktop.
Error installing mechanize gem via hoe
23:02:43 (ruby-1.9.2-p290@rails-3.1) ~/apps gem list | grep hoe
hoe (2.12.3)
23:02:47 (ruby-1.9.2-p290@rails-3.1) ~/apps git clone git://github.com/tenderlove/mechanize.git
Initialized empty Git repository in /Users/manuel/apps/mechanize/.git/
remote: Counting objects: 6194, done.
remote: Compressing objects: 100% (2105/2105), done.
remote: Total 6194 (delta 4143), reused 6083 (delta 4050)
Receiving objects: 100% (6194/6194), 961.58 KiB | 318 KiB/s, done.
Resolving deltas: 100% (4143/4143), done.
23:02:57 (ruby-1.9.2-p290@rails-3.1) ~/apps cd mechanize
23:02:58 (ruby-1.9.2-p290@rails-3.1) ~/apps/mechanize(master) rake install_gem --trace
** Invoke install_gem (first_time)
** Invoke clean (first_time)
** Invoke clobber_rcov (first_time)
** Execute clobber_rcov
** Invoke clobber_docs (first_time)
** Execute clobber_docs
rm -r doc
** Invoke clobber_package (first_time)
** Execute clobber_package
rm -r pkg
** Execute clean
** Invoke package (first_time)
** Invoke gem (first_time)
** Invoke pkg/mechanize-2.1.gem (first_time)
** Invoke pkg (first_time)
** Execute pkg
mkdir -p pkg
** Invoke pkg/mechanize-2.1 (first_time)
** Invoke .autotest (first_time, not_needed)
** Invoke CHANGELOG.rdoc (first_time, not_needed)
** Invoke EXAMPLES.rdoc (first_time, not_needed)
** Invoke FAQ.rdoc (first_time, not_needed)
** Invoke GUIDE.rdoc (first_time, not_needed)
** Invoke LICENSE.rdoc (first_time, not_needed)
** Invoke Manifest.txt (first_time, not_needed)
** Invoke README.rdoc (first_time, not_needed)
** Invoke Rakefile (first_time, not_needed)
** Invoke examples/flickr_upload.rb (first_time, not_needed)
** Invoke examples/mech-dump.rb (first_time, not_needed)
** Invoke examples/proxy_req.rb (first_time, not_needed)
** Invoke examples/rubyforge.rb (first_time, not_needed)
** Invoke examples/spider.rb (first_time, not_needed)
** Invoke lib/mechanize.rb (first_time, not_needed)
** Invoke lib/mechanize/content_type_error.rb (first_time, not_needed)
** Invoke lib/mechanize/cookie.rb (first_time, not_needed)
** Invoke lib/mechanize/cookie_jar.rb (first_time, not_needed)
** Invoke lib/mechanize/download.rb (first_time, not_needed)
** Invoke lib/mechanize/element_matcher.rb (first_time, not_needed)
** Invoke lib/mechanize/file.rb (first_time, not_needed)
** Invoke lib/mechanize/file_connection.rb (first_time, not_needed)
** Invoke lib/mechanize/file_request.rb (first_time, not_needed)
** Invoke lib/mechanize/file_response.rb (first_time, not_needed)
** Invoke lib/mechanize/file_saver.rb (first_time, not_needed)
** Invoke lib/mechanize/form.rb (first_time, not_needed)
** Invoke lib/mechanize/form/button.rb (first_time, not_needed)
** Invoke lib/mechanize/form/check_box.rb (first_time, not_needed)
** Invoke lib/mechanize/form/field.rb (first_time, not_needed)
** Invoke lib/mechanize/form/file_upload.rb (first_time, not_needed)
** Invoke lib/mechanize/form/hidden.rb (first_time, not_needed)
** Invoke lib/mechanize/form/image_button.rb (first_time, not_needed)
** Invoke lib/mechanize/form/keygen.rb (first_time, not_needed)
** Invoke lib/mechanize/form/multi_select_list.rb (first_time, not_needed)
** Invoke lib/mechanize/form/option.rb (first_time, not_needed)
** Invoke lib/mechanize/form/radio_button.rb (first_time, not_needed)
** Invoke lib/mechanize/form/reset.rb (first_time, not_needed)
** Invoke lib/mechanize/form/select_list.rb (first_time, not_needed)
** Invoke lib/mechanize/form/submit.rb (first_time, not_needed)
** Invoke lib/mechanize/form/text.rb (first_time, not_needed)
** Invoke lib/mechanize/form/textarea.rb (first_time, not_needed)
** Invoke lib/mechanize/headers.rb (first_time, not_needed)
** Invoke lib/mechanize/history.rb (first_time, not_needed)
** Invoke lib/mechanize/http.rb (first_time, not_needed)
** Invoke lib/mechanize/http/agent.rb (first_time, not_needed)
** Invoke lib/mechanize/http/auth_challenge.rb (first_time, not_needed)
** Invoke lib/mechanize/http/auth_realm.rb (first_time, not_needed)
** Invoke lib/mechanize/http/www_authenticate_parser.rb (first_time, not_needed)
** Invoke lib/mechanize/monkey_patch.rb (first_time, not_needed)
** Invoke lib/mechanize/page.rb (first_time, not_needed)
** Invoke lib/mechanize/page/base.rb (first_time, not_needed)
** Invoke lib/mechanize/page/frame.rb (first_time, not_needed)
** Invoke lib/mechanize/page/image.rb (first_time, not_needed)
** Invoke lib/mechanize/page/label.rb (first_time, not_needed)
** Invoke lib/mechanize/page/link.rb (first_time, not_needed)
** Invoke lib/mechanize/page/meta_refresh.rb (first_time, not_needed)
** Invoke lib/mechanize/parser.rb (first_time, not_needed)
** Invoke lib/mechanize/pluggable_parsers.rb (first_time, not_needed)
** Invoke lib/mechanize/redirect_limit_reached_error.rb (first_time, not_needed)
** Invoke lib/mechanize/redirect_not_get_or_head_error.rb (first_time, not_needed)
** Invoke lib/mechanize/response_code_error.rb (first_time, not_needed)
** Invoke lib/mechanize/response_read_error.rb (first_time, not_needed)
** Invoke lib/mechanize/robots_disallowed_error.rb (first_time, not_needed)
** Invoke lib/mechanize/test_case.rb (first_time, not_needed)
** Invoke lib/mechanize/unauthorized_error.rb (first_time, not_needed)
** Invoke lib/mechanize/unsupported_scheme_error.rb (first_time, not_needed)
** Invoke lib/mechanize/util.rb (first_time, not_needed)
** Invoke test/data/htpasswd (first_time, not_needed)
** Invoke test/data/server.crt (first_time, not_needed)
** Invoke test/data/server.csr (first_time, not_needed)
** Invoke test/data/server.key (first_time, not_needed)
** Invoke test/data/server.pem (first_time, not_needed)
** Invoke test/htdocs/alt_text.html (first_time, not_needed)
** Invoke test/htdocs/bad_form_test.html (first_time, not_needed)
** Invoke test/htdocs/button.jpg (first_time, not_needed)
** Invoke test/htdocs/canonical_uri.html (first_time, not_needed)
** Invoke test/htdocs/dir with spaces/foo.html (first_time, not_needed)
** Invoke test/htdocs/empty_form.html (first_time, not_needed)
** Invoke test/htdocs/file_upload.html (first_time, not_needed)
** Invoke test/htdocs/find_link.html (first_time, not_needed)
** Invoke test/htdocs/form_multi_select.html (first_time, not_needed)
** Invoke test/htdocs/form_multival.html (first_time, not_needed)
** Invoke test/htdocs/form_no_action.html (first_time, not_needed)
** Invoke test/htdocs/form_no_input_name.html (first_time, not_needed)
** Invoke test/htdocs/form_order_test.html (first_time, not_needed)
** Invoke test/htdocs/form_select.html (first_time, not_needed)
** Invoke test/htdocs/form_set_fields.html (first_time, not_needed)
** Invoke test/htdocs/form_test.html (first_time, not_needed)
** Invoke test/htdocs/frame_referer_test.html (first_time, not_needed)
** Invoke test/htdocs/frame_test.html (first_time, not_needed)
** Invoke test/htdocs/google.html (first_time, not_needed)
** Invoke test/htdocs/index.html (first_time, not_needed)
** Invoke test/htdocs/link with space.html (first_time, not_needed)
** Invoke test/htdocs/meta_cookie.html (first_time, not_needed)
** Invoke test/htdocs/no_title_test.html (first_time, not_needed)
** Invoke test/htdocs/noindex.html (first_time, not_needed)
** Invoke test/htdocs/rails_3_encoding_hack_form_test.html (first_time, not_needed)
** Invoke test/htdocs/relative/tc_relative_links.html (first_time, not_needed)
** Invoke test/htdocs/robots.html (first_time, not_needed)
** Invoke test/htdocs/robots.txt (first_time, not_needed)
** Invoke test/htdocs/tc_bad_charset.html (first_time, not_needed)
** Invoke test/htdocs/tc_bad_links.html (first_time, not_needed)
** Invoke test/htdocs/tc_base_link.html (first_time, not_needed)
** Invoke test/htdocs/tc_blank_form.html (first_time, not_needed)
** Invoke test/htdocs/tc_charset.html (first_time, not_needed)
** Invoke test/htdocs/tc_checkboxes.html (first_time, not_needed)
** Invoke test/htdocs/tc_encoded_links.html (first_time, not_needed)
** Invoke test/htdocs/tc_field_precedence.html (first_time, not_needed)
** Invoke test/htdocs/tc_follow_meta.html (first_time, not_needed)
** Invoke test/htdocs/tc_form_action.html (first_time, not_needed)
** Invoke test/htdocs/tc_links.html (first_time, not_needed)
** Invoke test/htdocs/tc_meta_in_body.html (first_time, not_needed)
** Invoke test/htdocs/tc_pretty_print.html (first_time, not_needed)
** Invoke test/htdocs/tc_referer.html (first_time, not_needed)
** Invoke test/htdocs/tc_relative_links.html (first_time, not_needed)
** Invoke test/htdocs/tc_textarea.html (first_time, not_needed)
** Invoke test/htdocs/test_click.html (first_time, not_needed)
** Invoke test/htdocs/unusual______.html (first_time, not_needed)
** Invoke test/test_cookies.rb (first_time, not_needed)
** Invoke test/test_mechanize.rb (first_time, not_needed)
** Invoke test/test_mechanize_cookie.rb (first_time, not_needed)
** Invoke test/test_mechanize_cookie_jar.rb (first_time, not_needed)
** Invoke test/test_mechanize_download.rb (first_time, not_needed)
** Invoke test/test_mechanize_file.rb (first_time, not_needed)
** Invoke test/test_mechanize_file_connection.rb (first_time, not_needed)
** Invoke test/test_mechanize_file_request.rb (first_time, not_needed)
** Invoke test/test_mechanize_file_saver.rb (first_time, not_needed)
** Invoke test/test_mechanize_form.rb (first_time, not_needed)
** Invoke test/test_mechanize_form_check_box.rb (first_time, not_needed)
** Invoke test/test_mechanize_form_encoding.rb (first_time, not_needed)
** Invoke test/test_mechanize_form_field.rb (first_time, not_needed)
** Invoke test/test_mechanize_form_file_upload.rb (first_time, not_needed)
** Invoke test/test_mechanize_form_image_button.rb (first_time, not_needed)
** Invoke test/test_mechanize_form_keygen.rb (first_time, not_needed)
** Invoke test/test_mechanize_form_option.rb (first_time, not_needed)
** Invoke test/test_mechanize_form_radio_button.rb (first_time, not_needed)
** Invoke test/test_mechanize_form_textarea.rb (first_time, not_needed)
** Invoke test/test_mechanize_headers.rb (first_time, not_needed)
** Invoke test/test_mechanize_history.rb (first_time, not_needed)
** Invoke test/test_mechanize_http_agent.rb (first_time, not_needed)
** Invoke test/test_mechanize_http_auth_challenge.rb (first_time, not_needed)
** Invoke test/test_mechanize_http_auth_realm.rb (first_time, not_needed)
** Invoke test/test_mechanize_http_www_authenticate_parser.rb (first_time, not_needed)
** Invoke test/test_mechanize_link.rb (first_time, not_needed)
** Invoke test/test_mechanize_page.rb (first_time, not_needed)
** Invoke test/test_mechanize_page_encoding.rb (first_time, not_needed)
** Invoke test/test_mechanize_page_frame.rb (first_time, not_needed)
** Invoke test/test_mechanize_page_link.rb (first_time, not_needed)
** Invoke test/test_mechanize_page_meta_refresh.rb (first_time, not_needed)
** Invoke test/test_mechanize_parser.rb (first_time, not_needed)
** Invoke test/test_mechanize_pluggable_parser.rb (first_time, not_needed)
** Invoke test/test_mechanize_redirect_limit_reached_error.rb (first_time, not_needed)
** Invoke test/test_mechanize_redirect_not_get_or_head_error.rb (first_time, not_needed)
** Invoke test/test_mechanize_subclass.rb (first_time, not_needed)
** Invoke test/test_mechanize_util.rb (first_time, not_needed)
** Invoke test/test_multi_select.rb (first_time, not_needed)
** Invoke test/test_referer.rb (first_time, not_needed)
** Invoke test/test_select.rb (first_time, not_needed)
** Execute pkg/mechanize-2.1
mkdir -p pkg
mkdir -p pkg/mechanize-2.1
rm -f pkg/mechanize-2.1/.autotest
ln .autotest pkg/mechanize-2.1/.autotest
rm -f pkg/mechanize-2.1/CHANGELOG.rdoc
ln CHANGELOG.rdoc pkg/mechanize-2.1/CHANGELOG.rdoc
rm -f pkg/mechanize-2.1/EXAMPLES.rdoc
ln EXAMPLES.rdoc pkg/mechanize-2.1/EXAMPLES.rdoc
rm -f pkg/mechanize-2.1/FAQ.rdoc
ln FAQ.rdoc pkg/mechanize-2.1/FAQ.rdoc
rm -f pkg/mechanize-2.1/GUIDE.rdoc
ln GUIDE.rdoc pkg/mechanize-2.1/GUIDE.rdoc
rm -f pkg/mechanize-2.1/LICENSE.rdoc
ln LICENSE.rdoc pkg/mechanize-2.1/LICENSE.rdoc
rm -f pkg/mechanize-2.1/Manifest.txt
ln Manifest.txt pkg/mechanize-2.1/Manifest.txt
rm -f pkg/mechanize-2.1/README.rdoc
ln README.rdoc pkg/mechanize-2.1/README.rdoc
rm -f pkg/mechanize-2.1/Rakefile
ln Rakefile pkg/mechanize-2.1/Rakefile
mkdir -p pkg/mechanize-2.1/examples
rm -f pkg/mechanize-2.1/examples/flickr_upload.rb
ln examples/flickr_upload.rb pkg/mechanize-2.1/examples/flickr_upload.rb
rm -f pkg/mechanize-2.1/examples/mech-dump.rb
ln examples/mech-dump.rb pkg/mechanize-2.1/examples/mech-dump.rb
rm -f pkg/mechanize-2.1/examples/proxy_req.rb
ln examples/proxy_req.rb pkg/mechanize-2.1/examples/proxy_req.rb
rm -f pkg/mechanize-2.1/examples/rubyforge.rb
ln examples/rubyforge.rb pkg/mechanize-2.1/examples/rubyforge.rb
rm -f pkg/mechanize-2.1/examples/spider.rb
ln examples/spider.rb pkg/mechanize-2.1/examples/spider.rb
mkdir -p pkg/mechanize-2.1/lib
rm -f pkg/mechanize-2.1/lib/mechanize.rb
ln lib/mechanize.rb pkg/mechanize-2.1/lib/mechanize.rb
mkdir -p pkg/mechanize-2.1/lib/mechanize
rm -f pkg/mechanize-2.1/lib/mechanize/content_type_error.rb
ln lib/mechanize/content_type_error.rb pkg/mechanize-2.1/lib/mechanize/content_type_error.rb
rm -f pkg/mechanize-2.1/lib/mechanize/cookie.rb
ln lib/mechanize/cookie.rb pkg/mechanize-2.1/lib/mechanize/cookie.rb
rm -f pkg/mechanize-2.1/lib/mechanize/cookie_jar.rb
ln lib/mechanize/cookie_jar.rb pkg/mechanize-2.1/lib/mechanize/cookie_jar.rb
rm -f pkg/mechanize-2.1/lib/mechanize/download.rb
ln lib/mechanize/download.rb pkg/mechanize-2.1/lib/mechanize/download.rb
rm -f pkg/mechanize-2.1/lib/mechanize/element_matcher.rb
ln lib/mechanize/element_matcher.rb pkg/mechanize-2.1/lib/mechanize/element_matcher.rb
rm -f pkg/mechanize-2.1/lib/mechanize/file.rb
ln lib/mechanize/file.rb pkg/mechanize-2.1/lib/mechanize/file.rb
rm -f pkg/mechanize-2.1/lib/mechanize/file_connection.rb
ln lib/mechanize/file_connection.rb pkg/mechanize-2.1/lib/mechanize/file_connection.rb
rm -f pkg/mechanize-2.1/lib/mechanize/file_request.rb
ln lib/mechanize/file_request.rb pkg/mechanize-2.1/lib/mechanize/file_request.rb
rm -f pkg/mechanize-2.1/lib/mechanize/file_response.rb
ln lib/mechanize/file_response.rb pkg/mechanize-2.1/lib/mechanize/file_response.rb
rm -f pkg/mechanize-2.1/lib/mechanize/file_saver.rb
ln lib/mechanize/file_saver.rb pkg/mechanize-2.1/lib/mechanize/file_saver.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form.rb
ln lib/mechanize/form.rb pkg/mechanize-2.1/lib/mechanize/form.rb
mkdir -p pkg/mechanize-2.1/lib/mechanize/form
rm -f pkg/mechanize-2.1/lib/mechanize/form/button.rb
ln lib/mechanize/form/button.rb pkg/mechanize-2.1/lib/mechanize/form/button.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/check_box.rb
ln lib/mechanize/form/check_box.rb pkg/mechanize-2.1/lib/mechanize/form/check_box.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/field.rb
ln lib/mechanize/form/field.rb pkg/mechanize-2.1/lib/mechanize/form/field.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/file_upload.rb
ln lib/mechanize/form/file_upload.rb pkg/mechanize-2.1/lib/mechanize/form/file_upload.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/hidden.rb
ln lib/mechanize/form/hidden.rb pkg/mechanize-2.1/lib/mechanize/form/hidden.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/image_button.rb
ln lib/mechanize/form/image_button.rb pkg/mechanize-2.1/lib/mechanize/form/image_button.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/keygen.rb
ln lib/mechanize/form/keygen.rb pkg/mechanize-2.1/lib/mechanize/form/keygen.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/multi_select_list.rb
ln lib/mechanize/form/multi_select_list.rb pkg/mechanize-2.1/lib/mechanize/form/multi_select_list.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/option.rb
ln lib/mechanize/form/option.rb pkg/mechanize-2.1/lib/mechanize/form/option.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/radio_button.rb
ln lib/mechanize/form/radio_button.rb pkg/mechanize-2.1/lib/mechanize/form/radio_button.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/reset.rb
ln lib/mechanize/form/reset.rb pkg/mechanize-2.1/lib/mechanize/form/reset.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/select_list.rb
ln lib/mechanize/form/select_list.rb pkg/mechanize-2.1/lib/mechanize/form/select_list.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/submit.rb
ln lib/mechanize/form/submit.rb pkg/mechanize-2.1/lib/mechanize/form/submit.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/text.rb
ln lib/mechanize/form/text.rb pkg/mechanize-2.1/lib/mechanize/form/text.rb
rm -f pkg/mechanize-2.1/lib/mechanize/form/textarea.rb
ln lib/mechanize/form/textarea.rb pkg/mechanize-2.1/lib/mechanize/form/textarea.rb
rm -f pkg/mechanize-2.1/lib/mechanize/headers.rb
ln lib/mechanize/headers.rb pkg/mechanize-2.1/lib/mechanize/headers.rb
rm -f pkg/mechanize-2.1/lib/mechanize/history.rb
ln lib/mechanize/history.rb pkg/mechanize-2.1/lib/mechanize/history.rb
rm -f pkg/mechanize-2.1/lib/mechanize/http.rb
ln lib/mechanize/http.rb pkg/mechanize-2.1/lib/mechanize/http.rb
mkdir -p pkg/mechanize-2.1/lib/mechanize/http
rm -f pkg/mechanize-2.1/lib/mechanize/http/agent.rb
ln lib/mechanize/http/agent.rb pkg/mechanize-2.1/lib/mechanize/http/agent.rb
rm -f pkg/mechanize-2.1/lib/mechanize/http/auth_challenge.rb
ln lib/mechanize/http/auth_challenge.rb pkg/mechanize-2.1/lib/mechanize/http/auth_challenge.rb
rm -f pkg/mechanize-2.1/lib/mechanize/http/auth_realm.rb
ln lib/mechanize/http/auth_realm.rb pkg/mechanize-2.1/lib/mechanize/http/auth_realm.rb
rm -f pkg/mechanize-2.1/lib/mechanize/http/www_authenticate_parser.rb
ln lib/mechanize/http/www_authenticate_parser.rb pkg/mechanize-2.1/lib/mechanize/http/www_authenticate_parser.rb
rm -f pkg/mechanize-2.1/lib/mechanize/monkey_patch.rb
ln lib/mechanize/monkey_patch.rb pkg/mechanize-2.1/lib/mechanize/monkey_patch.rb
rm -f pkg/mechanize-2.1/lib/mechanize/page.rb
ln lib/mechanize/page.rb pkg/mechanize-2.1/lib/mechanize/page.rb
mkdir -p pkg/mechanize-2.1/lib/mechanize/page
rm -f pkg/mechanize-2.1/lib/mechanize/page/base.rb
ln lib/mechanize/page/base.rb pkg/mechanize-2.1/lib/mechanize/page/base.rb
rm -f pkg/mechanize-2.1/lib/mechanize/page/frame.rb
ln lib/mechanize/page/frame.rb pkg/mechanize-2.1/lib/mechanize/page/frame.rb
rm -f pkg/mechanize-2.1/lib/mechanize/page/image.rb
ln lib/mechanize/page/image.rb pkg/mechanize-2.1/lib/mechanize/page/image.rb
rm -f pkg/mechanize-2.1/lib/mechanize/page/label.rb
ln lib/mechanize/page/label.rb pkg/mechanize-2.1/lib/mechanize/page/label.rb
rm -f pkg/mechanize-2.1/lib/mechanize/page/link.rb
ln lib/mechanize/page/link.rb pkg/mechanize-2.1/lib/mechanize/page/link.rb
rm -f pkg/mechanize-2.1/lib/mechanize/page/meta_refresh.rb
ln lib/mechanize/page/meta_refresh.rb pkg/mechanize-2.1/lib/mechanize/page/meta_refresh.rb
rm -f pkg/mechanize-2.1/lib/mechanize/parser.rb
ln lib/mechanize/parser.rb pkg/mechanize-2.1/lib/mechanize/parser.rb
rm -f pkg/mechanize-2.1/lib/mechanize/pluggable_parsers.rb
ln lib/mechanize/pluggable_parsers.rb pkg/mechanize-2.1/lib/mechanize/pluggable_parsers.rb
rm -f pkg/mechanize-2.1/lib/mechanize/redirect_limit_reached_error.rb
ln lib/mechanize/redirect_limit_reached_error.rb pkg/mechanize-2.1/lib/mechanize/redirect_limit_reached_error.rb
rm -f pkg/mechanize-2.1/lib/mechanize/redirect_not_get_or_head_error.rb
ln lib/mechanize/redirect_not_get_or_head_error.rb pkg/mechanize-2.1/lib/mechanize/redirect_not_get_or_head_error.rb
rm -f pkg/mechanize-2.1/lib/mechanize/response_code_error.rb
ln lib/mechanize/response_code_error.rb pkg/mechanize-2.1/lib/mechanize/response_code_error.rb
rm -f pkg/mechanize-2.1/lib/mechanize/response_read_error.rb
ln lib/mechanize/response_read_error.rb pkg/mechanize-2.1/lib/mechanize/response_read_error.rb
rm -f pkg/mechanize-2.1/lib/mechanize/robots_disallowed_error.rb
ln lib/mechanize/robots_disallowed_error.rb pkg/mechanize-2.1/lib/mechanize/robots_disallowed_error.rb
rm -f pkg/mechanize-2.1/lib/mechanize/test_case.rb
ln lib/mechanize/test_case.rb pkg/mechanize-2.1/lib/mechanize/test_case.rb
rm -f pkg/mechanize-2.1/lib/mechanize/unauthorized_error.rb
ln lib/mechanize/unauthorized_error.rb pkg/mechanize-2.1/lib/mechanize/unauthorized_error.rb
rm -f pkg/mechanize-2.1/lib/mechanize/unsupported_scheme_error.rb
ln lib/mechanize/unsupported_scheme_error.rb pkg/mechanize-2.1/lib/mechanize/unsupported_scheme_error.rb
rm -f pkg/mechanize-2.1/lib/mechanize/util.rb
ln lib/mechanize/util.rb pkg/mechanize-2.1/lib/mechanize/util.rb
mkdir -p pkg/mechanize-2.1/test/data
rm -f pkg/mechanize-2.1/test/data/htpasswd
ln test/data/htpasswd pkg/mechanize-2.1/test/data/htpasswd
rm -f pkg/mechanize-2.1/test/data/server.crt
ln test/data/server.crt pkg/mechanize-2.1/test/data/server.crt
rm -f pkg/mechanize-2.1/test/data/server.csr
ln test/data/server.csr pkg/mechanize-2.1/test/data/server.csr
rm -f pkg/mechanize-2.1/test/data/server.key
ln test/data/server.key pkg/mechanize-2.1/test/data/server.key
rm -f pkg/mechanize-2.1/test/data/server.pem
ln test/data/server.pem pkg/mechanize-2.1/test/data/server.pem
mkdir -p pkg/mechanize-2.1/test/htdocs
rm -f pkg/mechanize-2.1/test/htdocs/alt_text.html
ln test/htdocs/alt_text.html pkg/mechanize-2.1/test/htdocs/alt_text.html
rm -f pkg/mechanize-2.1/test/htdocs/bad_form_test.html
ln test/htdocs/bad_form_test.html pkg/mechanize-2.1/test/htdocs/bad_form_test.html
rm -f pkg/mechanize-2.1/test/htdocs/button.jpg
ln test/htdocs/button.jpg pkg/mechanize-2.1/test/htdocs/button.jpg
rm -f pkg/mechanize-2.1/test/htdocs/canonical_uri.html
ln test/htdocs/canonical_uri.html pkg/mechanize-2.1/test/htdocs/canonical_uri.html
mkdir -p pkg/mechanize-2.1/test/htdocs/dir with spaces
rm -f pkg/mechanize-2.1/test/htdocs/dir with spaces/foo.html
ln test/htdocs/dir with spaces/foo.html pkg/mechanize-2.1/test/htdocs/dir with spaces/foo.html
rm -f pkg/mechanize-2.1/test/htdocs/empty_form.html
ln test/htdocs/empty_form.html pkg/mechanize-2.1/test/htdocs/empty_form.html
rm -f pkg/mechanize-2.1/test/htdocs/file_upload.html
ln test/htdocs/file_upload.html pkg/mechanize-2.1/test/htdocs/file_upload.html
rm -f pkg/mechanize-2.1/test/htdocs/find_link.html
ln test/htdocs/find_link.html pkg/mechanize-2.1/test/htdocs/find_link.html
rm -f pkg/mechanize-2.1/test/htdocs/form_multi_select.html
ln test/htdocs/form_multi_select.html pkg/mechanize-2.1/test/htdocs/form_multi_select.html
rm -f pkg/mechanize-2.1/test/htdocs/form_multival.html
ln test/htdocs/form_multival.html pkg/mechanize-2.1/test/htdocs/form_multival.html
rm -f pkg/mechanize-2.1/test/htdocs/form_no_action.html
ln test/htdocs/form_no_action.html pkg/mechanize-2.1/test/htdocs/form_no_action.html
rm -f pkg/mechanize-2.1/test/htdocs/form_no_input_name.html
ln test/htdocs/form_no_input_name.html pkg/mechanize-2.1/test/htdocs/form_no_input_name.html
rm -f pkg/mechanize-2.1/test/htdocs/form_order_test.html
ln test/htdocs/form_order_test.html pkg/mechanize-2.1/test/htdocs/form_order_test.html
rm -f pkg/mechanize-2.1/test/htdocs/form_select.html
ln test/htdocs/form_select.html pkg/mechanize-2.1/test/htdocs/form_select.html
rm -f pkg/mechanize-2.1/test/htdocs/form_set_fields.html
ln test/htdocs/form_set_fields.html pkg/mechanize-2.1/test/htdocs/form_set_fields.html
rm -f pkg/mechanize-2.1/test/htdocs/form_test.html
ln test/htdocs/form_test.html pkg/mechanize-2.1/test/htdocs/form_test.html
rm -f pkg/mechanize-2.1/test/htdocs/frame_referer_test.html
ln test/htdocs/frame_referer_test.html pkg/mechanize-2.1/test/htdocs/frame_referer_test.html
rm -f pkg/mechanize-2.1/test/htdocs/frame_test.html
ln test/htdocs/frame_test.html pkg/mechanize-2.1/test/htdocs/frame_test.html
rm -f pkg/mechanize-2.1/test/htdocs/google.html
ln test/htdocs/google.html pkg/mechanize-2.1/test/htdocs/google.html
rm -f pkg/mechanize-2.1/test/htdocs/index.html
ln test/htdocs/index.html pkg/mechanize-2.1/test/htdocs/index.html
rm -f pkg/mechanize-2.1/test/htdocs/link with space.html
ln test/htdocs/link with space.html pkg/mechanize-2.1/test/htdocs/link with space.html
rm -f pkg/mechanize-2.1/test/htdocs/meta_cookie.html
ln test/htdocs/meta_cookie.html pkg/mechanize-2.1/test/htdocs/meta_cookie.html
rm -f pkg/mechanize-2.1/test/htdocs/no_title_test.html
ln test/htdocs/no_title_test.html pkg/mechanize-2.1/test/htdocs/no_title_test.html
rm -f pkg/mechanize-2.1/test/htdocs/noindex.html
ln test/htdocs/noindex.html pkg/mechanize-2.1/test/htdocs/noindex.html
rm -f pkg/mechanize-2.1/test/htdocs/rails_3_encoding_hack_form_test.html
ln test/htdocs/rails_3_encoding_hack_form_test.html pkg/mechanize-2.1/test/htdocs/rails_3_encoding_hack_form_test.html
mkdir -p pkg/mechanize-2.1/test/htdocs/relative
rm -f pkg/mechanize-2.1/test/htdocs/relative/tc_relative_links.html
ln test/htdocs/relative/tc_relative_links.html pkg/mechanize-2.1/test/htdocs/relative/tc_relative_links.html
rm -f pkg/mechanize-2.1/test/htdocs/robots.html
ln test/htdocs/robots.html pkg/mechanize-2.1/test/htdocs/robots.html
rm -f pkg/mechanize-2.1/test/htdocs/robots.txt
ln test/htdocs/robots.txt pkg/mechanize-2.1/test/htdocs/robots.txt
rm -f pkg/mechanize-2.1/test/htdocs/tc_bad_charset.html
ln test/htdocs/tc_bad_charset.html pkg/mechanize-2.1/test/htdocs/tc_bad_charset.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_bad_links.html
ln test/htdocs/tc_bad_links.html pkg/mechanize-2.1/test/htdocs/tc_bad_links.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_base_link.html
ln test/htdocs/tc_base_link.html pkg/mechanize-2.1/test/htdocs/tc_base_link.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_blank_form.html
ln test/htdocs/tc_blank_form.html pkg/mechanize-2.1/test/htdocs/tc_blank_form.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_charset.html
ln test/htdocs/tc_charset.html pkg/mechanize-2.1/test/htdocs/tc_charset.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_checkboxes.html
ln test/htdocs/tc_checkboxes.html pkg/mechanize-2.1/test/htdocs/tc_checkboxes.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_encoded_links.html
ln test/htdocs/tc_encoded_links.html pkg/mechanize-2.1/test/htdocs/tc_encoded_links.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_field_precedence.html
ln test/htdocs/tc_field_precedence.html pkg/mechanize-2.1/test/htdocs/tc_field_precedence.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_follow_meta.html
ln test/htdocs/tc_follow_meta.html pkg/mechanize-2.1/test/htdocs/tc_follow_meta.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_form_action.html
ln test/htdocs/tc_form_action.html pkg/mechanize-2.1/test/htdocs/tc_form_action.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_links.html
ln test/htdocs/tc_links.html pkg/mechanize-2.1/test/htdocs/tc_links.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_meta_in_body.html
ln test/htdocs/tc_meta_in_body.html pkg/mechanize-2.1/test/htdocs/tc_meta_in_body.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_pretty_print.html
ln test/htdocs/tc_pretty_print.html pkg/mechanize-2.1/test/htdocs/tc_pretty_print.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_referer.html
ln test/htdocs/tc_referer.html pkg/mechanize-2.1/test/htdocs/tc_referer.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_relative_links.html
ln test/htdocs/tc_relative_links.html pkg/mechanize-2.1/test/htdocs/tc_relative_links.html
rm -f pkg/mechanize-2.1/test/htdocs/tc_textarea.html
ln test/htdocs/tc_textarea.html pkg/mechanize-2.1/test/htdocs/tc_textarea.html
rm -f pkg/mechanize-2.1/test/htdocs/test_click.html
ln test/htdocs/test_click.html pkg/mechanize-2.1/test/htdocs/test_click.html
rm -f pkg/mechanize-2.1/test/htdocs/unusual______.html
ln test/htdocs/unusual______.html pkg/mechanize-2.1/test/htdocs/unusual______.html
rm -f pkg/mechanize-2.1/test/test_cookies.rb
ln test/test_cookies.rb pkg/mechanize-2.1/test/test_cookies.rb
rm -f pkg/mechanize-2.1/test/test_mechanize.rb
ln test/test_mechanize.rb pkg/mechanize-2.1/test/test_mechanize.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_cookie.rb
ln test/test_mechanize_cookie.rb pkg/mechanize-2.1/test/test_mechanize_cookie.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_cookie_jar.rb
ln test/test_mechanize_cookie_jar.rb pkg/mechanize-2.1/test/test_mechanize_cookie_jar.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_download.rb
ln test/test_mechanize_download.rb pkg/mechanize-2.1/test/test_mechanize_download.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_file.rb
ln test/test_mechanize_file.rb pkg/mechanize-2.1/test/test_mechanize_file.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_file_connection.rb
ln test/test_mechanize_file_connection.rb pkg/mechanize-2.1/test/test_mechanize_file_connection.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_file_request.rb
ln test/test_mechanize_file_request.rb pkg/mechanize-2.1/test/test_mechanize_file_request.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_file_saver.rb
ln test/test_mechanize_file_saver.rb pkg/mechanize-2.1/test/test_mechanize_file_saver.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_form.rb
ln test/test_mechanize_form.rb pkg/mechanize-2.1/test/test_mechanize_form.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_form_check_box.rb
ln test/test_mechanize_form_check_box.rb pkg/mechanize-2.1/test/test_mechanize_form_check_box.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_form_encoding.rb
ln test/test_mechanize_form_encoding.rb pkg/mechanize-2.1/test/test_mechanize_form_encoding.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_form_field.rb
ln test/test_mechanize_form_field.rb pkg/mechanize-2.1/test/test_mechanize_form_field.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_form_file_upload.rb
ln test/test_mechanize_form_file_upload.rb pkg/mechanize-2.1/test/test_mechanize_form_file_upload.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_form_image_button.rb
ln test/test_mechanize_form_image_button.rb pkg/mechanize-2.1/test/test_mechanize_form_image_button.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_form_keygen.rb
ln test/test_mechanize_form_keygen.rb pkg/mechanize-2.1/test/test_mechanize_form_keygen.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_form_option.rb
ln test/test_mechanize_form_option.rb pkg/mechanize-2.1/test/test_mechanize_form_option.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_form_radio_button.rb
ln test/test_mechanize_form_radio_button.rb pkg/mechanize-2.1/test/test_mechanize_form_radio_button.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_form_textarea.rb
ln test/test_mechanize_form_textarea.rb pkg/mechanize-2.1/test/test_mechanize_form_textarea.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_headers.rb
ln test/test_mechanize_headers.rb pkg/mechanize-2.1/test/test_mechanize_headers.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_history.rb
ln test/test_mechanize_history.rb pkg/mechanize-2.1/test/test_mechanize_history.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_http_agent.rb
ln test/test_mechanize_http_agent.rb pkg/mechanize-2.1/test/test_mechanize_http_agent.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_http_auth_challenge.rb
ln test/test_mechanize_http_auth_challenge.rb pkg/mechanize-2.1/test/test_mechanize_http_auth_challenge.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_http_auth_realm.rb
ln test/test_mechanize_http_auth_realm.rb pkg/mechanize-2.1/test/test_mechanize_http_auth_realm.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_http_www_authenticate_parser.rb
ln test/test_mechanize_http_www_authenticate_parser.rb pkg/mechanize-2.1/test/test_mechanize_http_www_authenticate_parser.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_link.rb
ln test/test_mechanize_link.rb pkg/mechanize-2.1/test/test_mechanize_link.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_page.rb
ln test/test_mechanize_page.rb pkg/mechanize-2.1/test/test_mechanize_page.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_page_encoding.rb
ln test/test_mechanize_page_encoding.rb pkg/mechanize-2.1/test/test_mechanize_page_encoding.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_page_frame.rb
ln test/test_mechanize_page_frame.rb pkg/mechanize-2.1/test/test_mechanize_page_frame.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_page_link.rb
ln test/test_mechanize_page_link.rb pkg/mechanize-2.1/test/test_mechanize_page_link.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_page_meta_refresh.rb
ln test/test_mechanize_page_meta_refresh.rb pkg/mechanize-2.1/test/test_mechanize_page_meta_refresh.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_parser.rb
ln test/test_mechanize_parser.rb pkg/mechanize-2.1/test/test_mechanize_parser.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_pluggable_parser.rb
ln test/test_mechanize_pluggable_parser.rb pkg/mechanize-2.1/test/test_mechanize_pluggable_parser.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_redirect_limit_reached_error.rb
ln test/test_mechanize_redirect_limit_reached_error.rb pkg/mechanize-2.1/test/test_mechanize_redirect_limit_reached_error.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_redirect_not_get_or_head_error.rb
ln test/test_mechanize_redirect_not_get_or_head_error.rb pkg/mechanize-2.1/test/test_mechanize_redirect_not_get_or_head_error.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_subclass.rb
ln test/test_mechanize_subclass.rb pkg/mechanize-2.1/test/test_mechanize_subclass.rb
rm -f pkg/mechanize-2.1/test/test_mechanize_util.rb
ln test/test_mechanize_util.rb pkg/mechanize-2.1/test/test_mechanize_util.rb
rm -f pkg/mechanize-2.1/test/test_multi_select.rb
ln test/test_multi_select.rb pkg/mechanize-2.1/test/test_multi_select.rb
rm -f pkg/mechanize-2.1/test/test_referer.rb
ln test/test_referer.rb pkg/mechanize-2.1/test/test_referer.rb
rm -f pkg/mechanize-2.1/test/test_select.rb
ln test/test_select.rb pkg/mechanize-2.1/test/test_select.rb
** Invoke .autotest (not_needed)
** Invoke CHANGELOG.rdoc (not_needed)
** Invoke EXAMPLES.rdoc (not_needed)
** Invoke FAQ.rdoc (not_needed)
** Invoke GUIDE.rdoc (not_needed)
** Invoke LICENSE.rdoc (not_needed)
** Invoke Manifest.txt (not_needed)
** Invoke README.rdoc (not_needed)
** Invoke Rakefile (not_needed)
** Invoke examples/flickr_upload.rb (not_needed)
** Invoke examples/mech-dump.rb (not_needed)
** Invoke examples/proxy_req.rb (not_needed)
** Invoke examples/rubyforge.rb (not_needed)
** Invoke examples/spider.rb (not_needed)
** Invoke lib/mechanize.rb (not_needed)
** Invoke lib/mechanize/content_type_error.rb (not_needed)
** Invoke lib/mechanize/cookie.rb (not_needed)
** Invoke lib/mechanize/cookie_jar.rb (not_needed)
** Invoke lib/mechanize/download.rb (not_needed)
** Invoke lib/mechanize/element_matcher.rb (not_needed)
** Invoke lib/mechanize/file.rb (not_needed)
** Invoke lib/mechanize/file_connection.rb (not_needed)
** Invoke lib/mechanize/file_request.rb (not_needed)
** Invoke lib/mechanize/file_response.rb (not_needed)
** Invoke lib/mechanize/file_saver.rb (not_needed)
** Invoke lib/mechanize/form.rb (not_needed)
** Invoke lib/mechanize/form/button.rb (not_needed)
** Invoke lib/mechanize/form/check_box.rb (not_needed)
** Invoke lib/mechanize/form/field.rb (not_needed)
** Invoke lib/mechanize/form/file_upload.rb (not_needed)
** Invoke lib/mechanize/form/hidden.rb (not_needed)
** Invoke lib/mechanize/form/image_button.rb (not_needed)
** Invoke lib/mechanize/form/keygen.rb (not_needed)
** Invoke lib/mechanize/form/multi_select_list.rb (not_needed)
** Invoke lib/mechanize/form/option.rb (not_needed)
** Invoke lib/mechanize/form/radio_button.rb (not_needed)
** Invoke lib/mechanize/form/reset.rb (not_needed)
** Invoke lib/mechanize/form/select_list.rb (not_needed)
** Invoke lib/mechanize/form/submit.rb (not_needed)
** Invoke lib/mechanize/form/text.rb (not_needed)
** Invoke lib/mechanize/form/textarea.rb (not_needed)
** Invoke lib/mechanize/headers.rb (not_needed)
** Invoke lib/mechanize/history.rb (not_needed)
** Invoke lib/mechanize/http.rb (not_needed)
** Invoke lib/mechanize/http/agent.rb (not_needed)
** Invoke lib/mechanize/http/auth_challenge.rb (not_needed)
** Invoke lib/mechanize/http/auth_realm.rb (not_needed)
** Invoke lib/mechanize/http/www_authenticate_parser.rb (not_needed)
** Invoke lib/mechanize/monkey_patch.rb (not_needed)
** Invoke lib/mechanize/page.rb (not_needed)
** Invoke lib/mechanize/page/base.rb (not_needed)
** Invoke lib/mechanize/page/frame.rb (not_needed)
** Invoke lib/mechanize/page/image.rb (not_needed)
** Invoke lib/mechanize/page/label.rb (not_needed)
** Invoke lib/mechanize/page/link.rb (not_needed)
** Invoke lib/mechanize/page/meta_refresh.rb (not_needed)
** Invoke lib/mechanize/parser.rb (not_needed)
** Invoke lib/mechanize/pluggable_parsers.rb (not_needed)
** Invoke lib/mechanize/redirect_limit_reached_error.rb (not_needed)
** Invoke lib/mechanize/redirect_not_get_or_head_error.rb (not_needed)
** Invoke lib/mechanize/response_code_error.rb (not_needed)
** Invoke lib/mechanize/response_read_error.rb (not_needed)
** Invoke lib/mechanize/robots_disallowed_error.rb (not_needed)
** Invoke lib/mechanize/test_case.rb (not_needed)
** Invoke lib/mechanize/unauthorized_error.rb (not_needed)
** Invoke lib/mechanize/unsupported_scheme_error.rb (not_needed)
** Invoke lib/mechanize/util.rb (not_needed)
** Invoke test/data/htpasswd (not_needed)
** Invoke test/data/server.crt (not_needed)
** Invoke test/data/server.csr (not_needed)
** Invoke test/data/server.key (not_needed)
** Invoke test/data/server.pem (not_needed)
** Invoke test/htdocs/alt_text.html (not_needed)
** Invoke test/htdocs/bad_form_test.html (not_needed)
** Invoke test/htdocs/button.jpg (not_needed)
** Invoke test/htdocs/canonical_uri.html (not_needed)
** Invoke test/htdocs/dir with spaces/foo.html (not_needed)
** Invoke test/htdocs/empty_form.html (not_needed)
** Invoke test/htdocs/file_upload.html (not_needed)
** Invoke test/htdocs/find_link.html (not_needed)
** Invoke test/htdocs/form_multi_select.html (not_needed)
** Invoke test/htdocs/form_multival.html (not_needed)
** Invoke test/htdocs/form_no_action.html (not_needed)
** Invoke test/htdocs/form_no_input_name.html (not_needed)
** Invoke test/htdocs/form_order_test.html (not_needed)
** Invoke test/htdocs/form_select.html (not_needed)
** Invoke test/htdocs/form_set_fields.html (not_needed)
** Invoke test/htdocs/form_test.html (not_needed)
** Invoke test/htdocs/frame_referer_test.html (not_needed)
** Invoke test/htdocs/frame_test.html (not_needed)
** Invoke test/htdocs/google.html (not_needed)
** Invoke test/htdocs/index.html (not_needed)
** Invoke test/htdocs/link with space.html (not_needed)
** Invoke test/htdocs/meta_cookie.html (not_needed)
** Invoke test/htdocs/no_title_test.html (not_needed)
** Invoke test/htdocs/noindex.html (not_needed)
** Invoke test/htdocs/rails_3_encoding_hack_form_test.html (not_needed)
** Invoke test/htdocs/relative/tc_relative_links.html (not_needed)
** Invoke test/htdocs/robots.html (not_needed)
** Invoke test/htdocs/robots.txt (not_needed)
** Invoke test/htdocs/tc_bad_charset.html (not_needed)
** Invoke test/htdocs/tc_bad_links.html (not_needed)
** Invoke test/htdocs/tc_base_link.html (not_needed)
** Invoke test/htdocs/tc_blank_form.html (not_needed)
** Invoke test/htdocs/tc_charset.html (not_needed)
** Invoke test/htdocs/tc_checkboxes.html (not_needed)
** Invoke test/htdocs/tc_encoded_links.html (not_needed)
** Invoke test/htdocs/tc_field_precedence.html (not_needed)
** Invoke test/htdocs/tc_follow_meta.html (not_needed)
** Invoke test/htdocs/tc_form_action.html (not_needed)
** Invoke test/htdocs/tc_links.html (not_needed)
** Invoke test/htdocs/tc_meta_in_body.html (not_needed)
** Invoke test/htdocs/tc_pretty_print.html (not_needed)
** Invoke test/htdocs/tc_referer.html (not_needed)
** Invoke test/htdocs/tc_relative_links.html (not_needed)
** Invoke test/htdocs/tc_textarea.html (not_needed)
** Invoke test/htdocs/test_click.html (not_needed)
** Invoke test/htdocs/unusual______.html (not_needed)
** Invoke test/test_cookies.rb (not_needed)
** Invoke test/test_mechanize.rb (not_needed)
** Invoke test/test_mechanize_cookie.rb (not_needed)
** Invoke test/test_mechanize_cookie_jar.rb (not_needed)
** Invoke test/test_mechanize_download.rb (not_needed)
** Invoke test/test_mechanize_file.rb (not_needed)
** Invoke test/test_mechanize_file_connection.rb (not_needed)
** Invoke test/test_mechanize_file_request.rb (not_needed)
** Invoke test/test_mechanize_file_saver.rb (not_needed)
** Invoke test/test_mechanize_form.rb (not_needed)
** Invoke test/test_mechanize_form_check_box.rb (not_needed)
** Invoke test/test_mechanize_form_encoding.rb (not_needed)
** Invoke test/test_mechanize_form_field.rb (not_needed)
** Invoke test/test_mechanize_form_file_upload.rb (not_needed)
** Invoke test/test_mechanize_form_image_button.rb (not_needed)
** Invoke test/test_mechanize_form_keygen.rb (not_needed)
** Invoke test/test_mechanize_form_option.rb (not_needed)
** Invoke test/test_mechanize_form_radio_button.rb (not_needed)
** Invoke test/test_mechanize_form_textarea.rb (not_needed)
** Invoke test/test_mechanize_headers.rb (not_needed)
** Invoke test/test_mechanize_history.rb (not_needed)
** Invoke test/test_mechanize_http_agent.rb (not_needed)
** Invoke test/test_mechanize_http_auth_challenge.rb (not_needed)
** Invoke test/test_mechanize_http_auth_realm.rb (not_needed)
** Invoke test/test_mechanize_http_www_authenticate_parser.rb (not_needed)
** Invoke test/test_mechanize_link.rb (not_needed)
** Invoke test/test_mechanize_page.rb (not_needed)
** Invoke test/test_mechanize_page_encoding.rb (not_needed)
** Invoke test/test_mechanize_page_frame.rb (not_needed)
** Invoke test/test_mechanize_page_link.rb (not_needed)
** Invoke test/test_mechanize_page_meta_refresh.rb (not_needed)
** Invoke test/test_mechanize_parser.rb (not_needed)
** Invoke test/test_mechanize_pluggable_parser.rb (not_needed)
** Invoke test/test_mechanize_redirect_limit_reached_error.rb (not_needed)
** Invoke test/test_mechanize_redirect_not_get_or_head_error.rb (not_needed)
** Invoke test/test_mechanize_subclass.rb (not_needed)
** Invoke test/test_mechanize_util.rb (not_needed)
** Invoke test/test_multi_select.rb (not_needed)
** Invoke test/test_referer.rb (not_needed)
** Invoke test/test_select.rb (not_needed)
** Invoke pkg/mechanize-2.1/.gemtest (first_time)
** Execute pkg/mechanize-2.1/.gemtest
touch pkg/mechanize-2.1/.gemtest
** Execute pkg/mechanize-2.1.gem
cd pkg/mechanize-2.1
Successfully built RubyGem
Name: mechanize
Version: 2.1
File: mechanize-2.1.gem
mv mechanize-2.1.gem ..
cd -
** Execute gem
** Execute package
** Invoke check_extra_deps (first_time)
** Execute check_extra_deps
rake aborted!
wrong number of arguments (3 for 2)
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/hoe-2.12.3/lib/hoe/package.rb:88:in `install_gem'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/hoe-2.12.3/lib/hoe/deps.rb:116:in `rescue in block (2 levels) in define_deps_tasks'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/hoe-2.12.3/lib/hoe/deps.rb:113:in `block (2 levels) in define_deps_tasks'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/hoe-2.12.3/lib/hoe/deps.rb:112:in `each'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/hoe-2.12.3/lib/hoe/deps.rb:112:in `block in define_deps_tasks'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/Users/manuel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:176:in `block in invoke_prerequisites'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `each'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `invoke_prerequisites'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:157:in `block in invoke_with_call_chain'
/Users/manuel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/bin/rake:19:in `load'
/Users/manuel/.rvm/gems/ruby-1.9.2-p290@rails-3.1/bin/rake:19:in `<main>'
Tasks: TOP => install_gem => check_extra_deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment