[DRE-commits] [ruby-docker-api] branch master updated (4d0d3d5 -> 32a32bb)

Miguel Landaeta nomadium at moszumanska.debian.org
Sun Mar 16 17:18:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomadium pushed a change to branch master
in repository ruby-docker-api.

      from  4d0d3d5   d/rules: Complete clean target
       new  45ac9ad   d/control: Improve package description
      adds  0ee25f4   Imported Upstream version 1.10.1
       new  5524d04   Merge tag 'upstream/1.10.1'
       new  32a32bb   Refresh patches

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |    32 +-
 checksums.yaml.gz                                  |   Bin 269 -> 268 bytes
 debian/control                                     |     7 +-
 debian/patches/01_disable_rubygems.diff            |    10 +-
 lib/docker.rb                                      |    19 +-
 lib/docker/base.rb                                 |     2 +-
 lib/docker/container.rb                            |    26 +-
 lib/docker/image.rb                                |    25 +-
 lib/docker/rake_task.rb                            |    30 +
 lib/docker/util.rb                                 |    10 +-
 lib/docker/version.rb                              |     4 +-
 metadata.yml                                       |    11 +-
 spec/docker/container_spec.rb                      |    10 +-
 spec/docker/image_spec.rb                          |    12 +-
 spec/docker/util_spec.rb                           |    25 +-
 .../logs_in_and_sets_the_creds.yml                 |    32 +-
 .../Docker/_info/returns_the_info_as_a_Hash.yml    |    12 +-
 .../when_nothing_is_raised/validate_version_/.yml  |    12 +-
 .../_version/returns_the_version_as_a_Hash.yml     |    12 +-
 ...izes_each_Container_into_a_Docker_Container.yml |   136 +-
 .../with_normal_sized_chunks/yields_each_chunk.yml |    24 +-
 .../with_very_small_chunks/yields_each_chunk.yml   |    24 +-
 .../_changes/returns_the_changes_as_an_array.yml   |    38 +-
 ...es_a_new_Image_from_the_Container_s_changes.yml |    28 +-
 .../saves_the_command.yml                          |   131 +-
 .../raises_an_error.yml                            |   156 -
 .../yields_each_chunk_of_the_tarred_directory.yml  |    48 +-
 .../yields_each_chunk_of_the_tarred_file.yml       |    48 +-
 .../should_have_name_set_to_bob.yml                |    26 +-
 .../sets_the_id.yml                                |    10 +-
 .../_delete/deletes_the_container.yml              |    36 +-
 .../Docker_Container/_export/yields_each_chunk.yml | 82746 +------------------
 ...lizes_the_Container_into_a_Docker_Container.yml |    26 +-
 .../_json/returns_the_description_as_a_Hash.yml    |    26 +-
 .../Docker_Container/_kill/kills_the_container.yml |    74 +-
 .../_restart/restarts_the_container.yml            |    86 +-
 .../raises_an_error.yml                            |    30 +-
 ..._new_container_to_run_the_specified_command.yml |    76 +-
 .../_start/starts_the_container.yml                |    43 +-
 .../Docker_Container/_stop/stops_the_container.yml |    80 +-
 .../_top/returns_the_top_commands_as_an_Array.yml  |   141 +-
 .../_wait/waits_for_the_command_to_finish.yml      |    26 +-
 .../raises_a_ServerError.yml                       |    18 +-
 ...ets_the_read_timeout_to_that_amount_of_time.yml |    26 +-
 ...materializes_each_Image_into_a_Docker_Image.yml |    55 +-
 .../calls_the_block_and_passes_build_output.yml    |    14 +-
 .../builds_an_image_and_tags_it.yml                |    56 +-
 .../without_query_parameters/builds_an_image.yml   |    14 +-
 .../throws_a_UnexpectedResponseError.yml           |    14 +-
 .../calls_the_block_and_passes_build_output.yml    |    15 +-
 .../with_no_query_parameters/builds_the_image.yml  |    40 +-
 .../builds_the_image_and_tags_it.yml               |    82 +-
 .../sets_the_id.yml                                |    10 +-
 .../returns_the_new_image.yml                      |    16 +-
 .../_history/returns_the_history_of_the_Image.yml  |    20 +-
 .../inserts_the_url_s_file_into_a_new_Image.yml    |    56 +-
 .../creates_a_new_image.yml                        |   104 +-
 .../leave_no_intermediate_containers.yml           |   190 +-
 .../creates_a_new_Image_that_has_that_file.yml     |    60 +-
 .../raises_an_error.yml                            |    14 +-
 .../creates_a_new_Image_that_has_each_file.yml     |    64 +-
 ...ns_additional_information_about_image_image.yml |    16 +-
 spec/vcr/Docker_Image/_push/pushes_the_Image.yml   |   161 +-
 .../_refresh_/updates_the_info_hash.yml            |   282 +
 .../vcr/Docker_Image/_remove/removes_the_Image.yml |    43 +-
 ...tring_by_spaces_and_creates_a_new_Container.yml |    36 +-
 .../creates_a_new_Container.yml                    |    36 +-
 ...lly_show_result_if_image_has_Cmd_configured.yml |    93 -
 ...d_raise_an_error_if_no_command_is_specified.yml |    24 +-
 ...materializes_each_Image_into_a_Docker_Image.yml |    73 +-
 .../_tag/tags_the_image_with_the_repo_name.yml     |    16 +-
 71 files changed, 1627 insertions(+), 84371 deletions(-)
 create mode 100644 lib/docker/rake_task.rb
 delete mode 100644 spec/vcr/Docker_Container/_copy/when_the_file_does_not_exist/raises_an_error.yml
 create mode 100644 spec/vcr/Docker_Image/_refresh_/updates_the_info_hash.yml
 delete mode 100644 spec/vcr/Docker_Image/_run/when_the_argument_is_nil/command_configured_in_image/should_normally_show_result_if_image_has_Cmd_configured.yml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-docker-api.git



More information about the Pkg-ruby-extras-commits mailing list