[DRE-commits] [ruby-fog-aws] branch master updated (b60bd25 -> 41770d8)
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 change to branch master
in repository ruby-fog-aws.
from b60bd25 bump std ver
adds 7ed9c89 New upstream version 2.0.0
new cdb6780 Update upstream source from tag 'upstream/2.0.0'
new 451c22f update changelog
new 96746ed remove patch applied upstream
new ef52eca update changelog
new 41770d8 bump standards, use https in watch
The 5 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:
.travis.yml | 17 +--
CHANGELOG.md | 42 ++++++-
CONTRIBUTING.md | 12 +-
CONTRIBUTORS.md | 105 ++++++++++++++++-
LICENSE.md | 2 +-
debian/changelog | 7 ++
debian/control | 2 +-
.../02-use-rubyzip-1.0-apis-for-tests.patch | 27 -----
debian/patches/series | 1 -
debian/watch | 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 +--
70 files changed, 852 insertions(+), 434 deletions(-)
delete mode 100644 debian/patches/02-use-rubyzip-1.0-apis-for-tests.patch
delete mode 100644 gemfiles/Gemfile-ruby-1.8.7
delete mode 100644 gemfiles/Gemfile-ruby-1.9
create mode 100644 lib/fog/aws/service_mapper.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