[DRE-commits] [ruby-docker-api] branch master updated (91995b1 -> 46c6774)

Miguel Landaeta nomadium at moszumanska.debian.org
Mon Mar 24 01:50:11 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  91995b1   Upload to unstable
      adds  a13550a   Imported Upstream version 1.10.4
       new  5c3cff7   Merge tag 'upstream/1.10.4'
       new  46c6774   Upload to unstable

The 2 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                                          |  18 +-
 Rakefile                                           |   7 +
 checksums.yaml.gz                                  | Bin 268 -> 269 bytes
 debian/changelog                                   |   7 +
 debian/patches/01_disable_rubygems.diff            |   6 +-
 docker-api.gemspec                                 |   1 +
 lib/docker.rb                                      |   1 +
 lib/docker/error.rb                                |   3 +
 lib/docker/image.rb                                |  41 +-
 lib/docker/rake_task.rb                            |  25 +-
 lib/docker/version.rb                              |   2 +-
 metadata.yml                                       |  28 +-
 spec/docker/image_spec.rb                          |  39 +-
 spec/support/vcr.rb                                |   3 +-
 .../sets_the_id.yml                                |  38 --
 .../sets_the_id_and_sends_Docker_creds.yml         | 697 +++++++++++++++++++++
 .../when_the_URI_is_invalid/raises_an_error.yml    | 144 +++++
 .../when_the_URI_is_valid/returns_an_Image.yml     |  81 +++
 .../creates_the_Image.yml}                         |  13 +-
 .../creates_a_new_image.yml                        |  78 ++-
 .../leave_no_intermediate_containers.yml           | 120 ++--
 .../creates_a_new_Image_that_has_that_file.yml     |  46 +-
 .../raises_an_error.yml                            |   8 +-
 .../creates_a_new_Image_that_has_each_file.yml     |  88 +--
 24 files changed, 1217 insertions(+), 277 deletions(-)
 delete mode 100644 spec/vcr/Docker_Image/_create/when_the_Image_does_not_yet_exist_and_the_body_is_a_Hash/sets_the_id.yml
 create mode 100644 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
 create mode 100644 spec/vcr/Docker_Image/_import/when_the_argument_is_a_URI/when_the_URI_is_invalid/raises_an_error.yml
 create mode 100644 spec/vcr/Docker_Image/_import/when_the_argument_is_a_URI/when_the_URI_is_valid/returns_an_Image.yml
 copy 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 => _import/when_the_file_does_exist/creates_the_Image.yml} (50%)

-- 
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