data/ruby-docker-api-1.22.2/Rakefile: Ruby script, ASCII text data/ruby-docker-api-1.22.2/Gemfile: ASCII text data/ruby-docker-api-1.22.2/TESTING.md: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/docker/connection_spec.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/spec/docker/event_spec.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/spec/docker/container_spec.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/spec/docker/messages_stack.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/spec/docker/image_spec.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/spec/docker/messages_spec.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/spec/docker/util_spec.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/spec/docker/exec_spec.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker/_validate_version/when_nothing_is_raised/validate_version_/.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker/_version/returns_the_version_as_a_Hash.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker/_info/returns_the_info_as_a_Hash.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker/_authenticate_/with_valid_credentials/logs_in_and_sets_the_creds.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_run/when_the_argument_is_a_String/splits_the_String_by_spaces_and_creates_a_new_Container.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_run/when_the_argument_is_nil/command_configured_in_image/should_normally_show_result_if_image_has_Cmd_configured.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_run/when_the_argument_is_nil/no_command_configured_in_image/should_raise_an_error_if_no_command_is_specified.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_run/when_the_argument_is_an_Array/creates_a_new_Container.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_import/when_the_argument_is_a_URI/when_the_URI_is_valid/returns_an_Image.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_import/when_the_argument_is_a_URI/when_the_URI_is_invalid/raises_an_error.yml: HTML document, ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_import/when_the_file_does_exist/creates_the_Image.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_tag/tags_the_image_with_the_repo_name.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_exist_/when_the_image_does_exist/returns_true.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_all/materializes_each_Image_into_a_Docker_Image.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_search/materializes_each_Image_into_a_Docker_Image.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_insert_local/when_removing_intermediate_containers/leave_no_intermediate_containers.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_insert_local/when_removing_intermediate_containers/creates_a_new_image.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_insert_local/when_there_are_multiple_files_passed/creates_a_new_Image_that_has_each_file.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_insert_local/when_the_local_file_does_not_exist/raises_an_error.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_insert_local/when_a_direcory_is_passed/inserts_the_directory.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_insert_local/when_the_local_file_does_exist/creates_a_new_Image_that_has_that_file.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_history/returns_the_history_of_the_Image.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_save/calls_the_class_method.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_save/when_a_filename_is_specified/exports_tarball_of_image_to_specified_file.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_save/when_no_filename_is_specified/returns_raw_binary_data_as_string.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_build_from_dir/with_a_valid_Dockerfile/with_specifying_a_repo_in_the_query_parameters/builds_the_image_and_tags_it.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_build_from_dir/with_a_valid_Dockerfile/with_no_query_parameters/builds_the_image.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_build_from_dir/with_a_valid_Dockerfile/with_credentials_passed/sends_X-Registry-Config_header.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_build_from_dir/with_a_valid_Dockerfile/with_a_block_capturing_build_output/calls_the_block_and_passes_build_output.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_build_from_dir/with_a_valid_Dockerfile/with_a_block_capturing_build_output/uses_a_cached_version_the_second_time/calls_the_block_and_passes_build_output.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_create/when_the_Image_does_not_yet_exist_and_the_body_is_a_Hash/sets_the_id_and_sends_Docker_creds.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_create/with_a_block_capturing_create_output/calls_the_block_and_passes_build_output.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_get/when_the_image_does_exist/returns_the_new_image.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_json/returns_additional_information_about_image_image.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_refresh_/with_an_explicit_connection/updates_using_the_provided_connection.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_refresh_/updates_the_info_hash.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_push/when_the_image_was_retrived_by_get/when_no_tag_is_specified/looks_up_the_first_repo_tag.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_push/pushes_the_Image.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_push/streams_output_from_push.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_push/when_there_are_no_credentials/still_pushes.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_build/with_an_invalid_Dockerfile/throws_a_UnexpectedResponseError.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_build/with_a_valid_Dockerfile/with_specifying_a_repo_in_the_query_parameters/builds_an_image_and_tags_it.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_build/with_a_valid_Dockerfile/with_a_block_capturing_build_output/calls_the_block_and_passes_build_output.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_build/with_a_valid_Dockerfile/without_query_parameters/builds_an_image.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Image/_remove/when_no_name_is_given/removes_the_Image.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Exec/_start_/when_the_command_has_already_run/raises_an_error.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Exec/_start_/when_the_HTTP_request_returns_a_201/starts_the_exec_instance.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Exec/_start_/when_detach_is_set_to_false/returns_the_stdout_and_stderr_messages.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Exec/_start_/when_detach_is_set_to_false/block_is_passed/attaches_to_the_stream.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Exec/_start_/when_detach_is_set_to_true/returns_empty_stdout/stderr_messages_with_exitcode.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Exec/_create/when_the_HTTP_request_returns_a_201/sets_the_id.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Exec/_json/returns_the_description_as_a_Hash.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_run/when_the_Container_s_command_returns_a_status_code_of_0/creates_a_new_container_to_run_the_specified_command.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_run/when_the_Container_s_command_does_not_return_status_code_of_0/raises_an_error.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_all/when_the_HTTP_response_is_a_200/materializes_each_Container_into_a_Docker_Container.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_export/yields_each_chunk.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_attach/with_normal_sized_chunks/yields_each_chunk.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_attach/with_very_small_chunks/yields_each_chunk.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_delete/deletes_the_container.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_rename/renames_the_container.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_copy/when_the_input_is_a_file/yields_each_chunk_of_the_tarred_file.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_copy/when_the_file_does_not_exist/raises_an_error.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_copy/when_the_input_is_a_directory/yields_each_chunk_of_the_tarred_directory.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_restart/restarts_the_container.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_wait/waits_for_the_command_to_finish.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_wait/when_an_argument_is_given/sets_the_read_timeout_to_that_amount_of_time.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_streaming_logs/when_using_a_tty/returns_hello_.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_streaming_logs/when_passing_a_block/returns_hello_.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_streaming_logs/when_not_selecting_any_stream/raises_a_client_error.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_streaming_logs/when_selecting_stdout/returns_blank_logs.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_changes/returns_the_changes_as_an_array.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_kill/with_a_kill_signal/kills_the_container.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_kill/kills_the_container.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_commit/creates_a_new_Image_from_the_Container_s_changes.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_create/when_creating_a_container_named_bob/should_have_name_set_to_bob.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_create/when_the_Container_does_not_yet_exist/when_the_HTTP_request_returns_a_200/sets_the_id.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_get/when_the_HTTP_response_is_a_200/materializes_the_Container_into_a_Docker_Container.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_json/returns_the_description_as_a_Hash.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_stop/stops_the_container.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_top/returns_the_top_commands_as_an_Array.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_logs/when_not_selecting_any_stream/raises_a_client_error.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_logs/when_selecting_stdout/returns_blank_logs.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_pause/pauses_the_container.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_unpause/unpauses_the_container.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_start/starts_the_container.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_exec/when_tty_is_true/returns_the_raw_stdout/stderr_output.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_exec/when_detach_is_true/returns_the_Docker_Exec_object.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_exec/when_passed_a_block/streams_the_stdout/stderr_messages.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_exec/when_stdin_object_is_passed/returns_the_stdout/stderr_messages.yml: ASCII text data/ruby-docker-api-1.22.2/spec/vcr/Docker_Container/_exec/when_passed_only_a_command/returns_the_stdout/stderr_messages_and_exit_code.yml: ASCII text, with very long lines data/ruby-docker-api-1.22.2/spec/fixtures/export.tar: POSIX tar archive data/ruby-docker-api-1.22.2/spec/fixtures/top/Dockerfile: ASCII text data/ruby-docker-api-1.22.2/spec/fixtures/build_from_dir/Dockerfile: ASCII text data/ruby-docker-api-1.22.2/spec/docker_spec.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/spec/support/vcr.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/spec/spec_helper.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/.travis.yml: ASCII text data/ruby-docker-api-1.22.2/lib/docker/connection.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/container.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/exec.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/rake_task.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/messages_stack.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/event.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/version.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/base.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/messages.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/error.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/util.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker/image.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/excon/middlewares/hijack.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/lib/docker.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/metadata.yml: ASCII text data/ruby-docker-api-1.22.2/.cane: ASCII text data/ruby-docker-api-1.22.2/.gitignore: ASCII text data/ruby-docker-api-1.22.2/docker-api.gemspec: ASCII text data/ruby-docker-api-1.22.2/LICENSE: ASCII text data/ruby-docker-api-1.22.2/README.md: HTML document, ASCII text, with very long lines data/ruby-docker-api-1.22.2/.simplecov: ASCII text data/ruby-docker-api-1.22.2/debian/control: ASCII text data/ruby-docker-api-1.22.2/debian/rules: a /usr/bin/make -f script, ASCII text executable data/ruby-docker-api-1.22.2/debian/compat: ASCII text data/ruby-docker-api-1.22.2/debian/patches/01_disable_rubygems.diff: unified diff output, ASCII text data/ruby-docker-api-1.22.2/debian/patches/02_disable_vcr.diff: unified diff output, ASCII text data/ruby-docker-api-1.22.2/debian/patches/series: ASCII text data/ruby-docker-api-1.22.2/debian/watch: ASCII text data/ruby-docker-api-1.22.2/debian/changelog: ASCII text data/ruby-docker-api-1.22.2/debian/source/format: ASCII text data/ruby-docker-api-1.22.2/debian/ruby-tests.rb: ASCII text data/ruby-docker-api-1.22.2/debian/copyright: ASCII text data/ruby-docker-api-1.22.2/debian/ruby-docker-api.docs: ASCII text data/ruby-docker-api-1.22.2/.pc/.version: ASCII text data/ruby-docker-api-1.22.2/.pc/.quilt_patches: ASCII text data/ruby-docker-api-1.22.2/.pc/.quilt_series: ASCII text data/ruby-docker-api-1.22.2/.pc/applied-patches: ASCII text data/ruby-docker-api-1.22.2/.pc/01_disable_rubygems.diff/lib/docker.rb: Ruby script, ASCII text data/ruby-docker-api-1.22.2/.pc/02_disable_vcr.diff/spec/spec_helper.rb: Ruby script, ASCII text