[DRE-commits] [ruby-fog-aws] branch master updated (b7a8aae -> f3ff40f)

Miguel Landaeta nomadium at moszumanska.debian.org
Sun Sep 27 04:04:26 UTC 2015


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

nomadium pushed a change to branch master
in repository ruby-fog-aws.

      from  b7a8aae   Upload 0.7.0-1 to unstable
      adds  adaf013   Imported Upstream version 0.7.6
       new  3b15fc2   Merge tag 'upstream/0.7.6'
       new  6f8a6eb   Wrap ruby-fog-aws binary package dependencies list
       new  2595b1c   Add patch to work around an issue with AWS DNS tests
       new  f3ff40f   Upload to unstable

The 4 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:
 CHANGELOG.md                                       | 291 +++++++++++++++++++++
 debian/changelog                                   |   8 +
 debian/control                                     |   8 +-
 .../03-workaround-aws-dns-service-tests.patch      |  19 ++
 debian/patches/series                              |   1 +
 lib/fog/aws.rb                                     |  51 ++--
 lib/fog/aws/auto_scaling.rb                        |   8 +-
 lib/fog/aws/cloud_watch.rb                         |   4 +-
 lib/fog/aws/compute.rb                             |   6 +-
 lib/fog/aws/ecs.rb                                 |   4 +-
 lib/fog/aws/elb.rb                                 |  17 +-
 lib/fog/aws/kinesis.rb                             |   4 +-
 lib/fog/aws/kms.rb                                 |   4 +-
 lib/fog/aws/lambda.rb                              |   4 +-
 lib/fog/aws/models/auto_scaling/group.rb           |  12 +
 lib/fog/aws/models/compute/volume.rb               |  18 +-
 lib/fog/aws/models/dns/zones.rb                    |   4 +-
 lib/fog/aws/models/rds/server.rb                   |  28 +-
 lib/fog/aws/parsers/compute/create_volume.rb       |   2 +-
 lib/fog/aws/parsers/compute/describe_volumes.rb    |   2 +-
 lib/fog/aws/parsers/dns/get_hosted_zone.rb         |  13 +-
 lib/fog/aws/rds.rb                                 |   5 +-
 lib/fog/aws/region_methods.rb                      |  11 -
 .../requests/auto_scaling/attach_load_balancers.rb |  58 ++++
 .../requests/auto_scaling/detach_load_balancers.rb |  62 +++++
 lib/fog/aws/requests/compute/create_volume.rb      |  25 +-
 .../requests/dns/change_resource_record_sets.rb    | 217 +++++++--------
 lib/fog/aws/requests/dns/create_hosted_zone.rb     |   5 +
 lib/fog/aws/requests/rds/create_db_instance.rb     |  39 ++-
 .../rds/create_db_instance_read_replica.rb         |   1 +
 lib/fog/aws/requests/rds/describe_db_instances.rb  |   2 +-
 lib/fog/aws/requests/rds/describe_db_snapshots.rb  |   5 +-
 lib/fog/aws/requests/rds/modify_db_instance.rb     |  36 ++-
 lib/fog/aws/requests/rds/promote_read_replica.rb   |  45 ++--
 lib/fog/aws/requests/storage/put_bucket.rb         |   4 +-
 .../requests/storage/put_bucket_notification.rb    |   2 +-
 lib/fog/aws/sns.rb                                 |   4 +-
 lib/fog/aws/sqs.rb                                 |   4 +-
 lib/fog/aws/storage.rb                             |  14 +-
 lib/fog/aws/version.rb                             |   2 +-
 metadata.yml                                       |   8 +-
 tests/helpers/mock_helper.rb                       |   1 -
 tests/models/rds/server_tests.rb                   |  21 +-
 tests/requests/auto_scaling/auto_scaling_tests.rb  |   8 +
 tests/requests/compute/volume_tests.rb             |  71 +++--
 .../dns/change_resource_record_sets_tests.rb       |   7 +-
 tests/requests/emr/helper.rb                       |   1 -
 tests/requests/storage/bucket_tests.rb             |  12 +
 48 files changed, 889 insertions(+), 289 deletions(-)
 create mode 100644 CHANGELOG.md
 create mode 100644 debian/patches/03-workaround-aws-dns-service-tests.patch
 delete mode 100644 lib/fog/aws/region_methods.rb
 create mode 100644 lib/fog/aws/requests/auto_scaling/attach_load_balancers.rb
 create mode 100644 lib/fog/aws/requests/auto_scaling/detach_load_balancers.rb

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



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