[DRE-commits] [ruby-fog-aws] 01/05: Update upstream source from tag 'upstream/2.0.0'
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Dec 15 18:07:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-fog-aws.
commit cdb67800c2558e166c8736a9f5a59e927badc428
Merge: b60bd25 7ed9c89
Author: Pirate Praveen <praveen at debian.org>
Date: Fri Dec 15 21:25:05 2017 +0530
Update upstream source from tag 'upstream/2.0.0'
Update to upstream version '2.0.0'
with Debian dir 8dc74cd758084cf0b040de73b35fb9b8d272f83c
.travis.yml | 17 +--
CHANGELOG.md | 42 ++++++-
CONTRIBUTING.md | 12 +-
CONTRIBUTORS.md | 105 ++++++++++++++++-
LICENSE.md | 2 +-
fog-aws.gemspec | 6 +-
gemfiles/Gemfile-ruby-1.8.7 | 6 -
gemfiles/Gemfile-ruby-1.9 | 7 --
lib/fog/aws.rb | 1 +
lib/fog/aws/compute.rb | 88 +++++++++++++-
lib/fog/aws/credential_fetcher.rb | 6 +-
lib/fog/aws/mock.rb | 8 ++
lib/fog/aws/models/compute/flavors.rb | 40 +++++++
lib/fog/aws/models/compute/subnet.rb | 1 +
lib/fog/aws/models/compute/vpc.rb | 13 ++-
lib/fog/aws/models/iam/access_keys.rb | 2 -
lib/fog/aws/models/rds/instance_option.rb | 6 +
lib/fog/aws/parsers/compute/create_subnet.rb | 2 +
lib/fog/aws/parsers/compute/describe_subnets.rb | 2 +-
lib/fog/aws/parsers/compute/describe_vpcs.rb | 108 +++++++++++------
lib/fog/aws/parsers/iam/list_access_keys.rb | 2 +-
.../rds/describe_orderable_db_instance_options.rb | 7 +-
.../aws/requests/auto_scaling/detach_instances.rb | 7 +-
.../compute/authorize_security_group_egress.rb | 14 ++-
.../compute/authorize_security_group_ingress.rb | 46 ++++----
lib/fog/aws/requests/compute/copy_snapshot.rb | 31 +++--
.../requests/compute/create_network_interface.rb | 4 +-
lib/fog/aws/requests/compute/create_route_table.rb | 2 +-
.../aws/requests/compute/create_security_group.rb | 43 ++++---
lib/fog/aws/requests/compute/create_subnet.rb | 24 ++--
lib/fog/aws/requests/compute/create_vpc.rb | 48 ++++++--
.../aws/requests/compute/delete_security_group.rb | 18 +--
.../describe_network_interface_attribute.rb | 30 ++---
.../requests/compute/describe_security_groups.rb | 36 +++++-
lib/fog/aws/requests/compute/describe_subnets.rb | 23 ++--
.../compute/modify_network_interface_attribute.rb | 6 +-
.../compute/revoke_security_group_egress.rb | 44 +++----
.../compute/revoke_security_group_ingress.rb | 43 +++----
lib/fog/aws/requests/compute/run_instances.rb | 2 +-
lib/fog/aws/requests/efs/create_mount_target.rb | 12 +-
lib/fog/aws/requests/elb/create_load_balancer.rb | 43 +------
lib/fog/aws/requests/kinesis/put_record.rb | 3 +-
lib/fog/aws/requests/kinesis/put_records.rb | 3 +-
lib/fog/aws/requests/lambda/invoke.rb | 2 +-
.../rds/describe_orderable_db_instance_options.rb | 18 ++-
lib/fog/aws/requests/storage/put_object.rb | 1 -
lib/fog/aws/service_mapper.rb | 129 +++++++++++++++++++++
lib/fog/aws/version.rb | 2 +-
tests/helpers/collection_helper.rb | 6 -
tests/models/efs/mount_target_tests.rb | 4 +-
tests/models/elasticache/subnet_groups_tests.rb | 1 -
tests/models/storage/file_tests.rb | 4 -
tests/models/storage/url_tests.rb | 21 +---
tests/models/storage/versions_tests.rb | 5 -
tests/requests/compute/network_interface_tests.rb | 15 +--
tests/requests/compute/subnet_tests.rb | 4 +-
tests/requests/compute/vpc_tests.rb | 14 ++-
tests/requests/dns/dns_tests.rb | 4 -
tests/requests/efs/file_system_tests.rb | 2 +-
tests/requests/iam/managed_policy_tests.rb | 1 -
.../requests/iam/versioned_managed_policy_tests.rb | 15 +--
tests/requests/lambda/helper.rb | 4 +-
tests/requests/rds/helper.rb | 9 +-
tests/requests/rds/instance_option_tests.rb | 8 +-
tests/requests/storage/object_tests.rb | 13 +--
65 files changed, 843 insertions(+), 404 deletions(-)
--
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