[DRE-commits] [ruby-fog-google] 01/03: Updated version 0.5.3 from 'upstream/0.5.3'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Aug 19 04:31:22 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-google.

commit 8ffedb739886af5147b573cf4999a4ee34d77dfa
Merge: 507ae60 7493707
Author: Pirate Praveen <praveen at debian.org>
Date:   Sat Aug 19 09:08:52 2017 +0530

    Updated version 0.5.3 from 'upstream/0.5.3'
    
    with Debian dir 692870cf3911657afb2c74129ce6e98694aa682b

 .fog.example                                       |  27 +++
 .rubocop.yml                                       |  10 +
 .travis.yml                                        |   9 +-
 README.md                                          |  42 ++--
 examples/bootstrap.rb                              |   1 -
 examples/create_instance.rb                        |  12 +-
 examples/get_list_images.rb                        |   2 +-
 examples/get_list_snapshots.rb                     |   2 +-
 examples/load-balance.rb                           |  27 ++-
 examples/metadata.rb                               |   3 +-
 examples/network.rb                                |  31 ++-
 examples/precreated_client.rb                      |  13 ++
 fog-google.gemspec                                 |   2 +-
 lib/fog/compute/google.rb                          | 241 +++++++++++----------
 lib/fog/compute/google/mock.rb                     |  99 ++++-----
 lib/fog/compute/google/models/firewall.rb          |   9 +
 lib/fog/compute/google/models/image.rb             |   2 +
 lib/fog/compute/google/models/images.rb            |  27 ++-
 lib/fog/compute/google/models/instance_group.rb    |  54 ++++-
 lib/fog/compute/google/models/instance_groups.rb   |  20 +-
 lib/fog/compute/google/models/network.rb           |  11 +-
 lib/fog/compute/google/models/resource_view.rb     |   2 +-
 lib/fog/compute/google/models/server.rb            |  50 +++--
 lib/fog/compute/google/models/servers.rb           |   2 +-
 lib/fog/compute/google/models/snapshots.rb         |  12 +-
 lib/fog/compute/google/models/subnetwork.rb        |   5 +
 lib/fog/compute/google/models/target_pool.rb       |  12 +-
 ...instance.rb => add_instance_group_instances.rb} |  18 +-
 .../google/requests/get_image_from_family.rb       |  35 +++
 .../google/requests/get_target_pool_health.rb      |  18 +-
 .../google/requests/insert_instance_group.rb       |  11 +-
 lib/fog/compute/google/requests/insert_server.rb   | 126 ++++++++---
 .../requests/list_instance_group_instances.rb      |   6 +-
 lib/fog/compute/google/requests/list_snapshots.rb  |   5 +-
 ...tance.rb => remove_instance_group_instances.rb} |  18 +-
 lib/fog/compute/google/requests/update_firewall.rb |  43 ++++
 lib/fog/dns/google.rb                              |  13 +-
 lib/fog/google/monitoring.rb                       |  13 +-
 lib/fog/google/pubsub.rb                           |  13 +-
 .../google/requests/pubsub/create_subscription.rb  |   5 +-
 lib/fog/google/shared.rb                           |  23 +-
 lib/fog/google/sql.rb                              |  13 +-
 lib/fog/google/version.rb                          |   2 +-
 lib/fog/storage/google_json.rb                     |  17 +-
 lib/fog/storage/google_json/models/directories.rb  |  11 +-
 lib/fog/storage/google_json/models/directory.rb    |   2 +-
 lib/fog/storage/google_json/models/file.rb         |   8 +-
 lib/fog/storage/google_json/models/files.rb        |  26 +--
 lib/fog/storage/google_json/real.rb                |  13 +-
 lib/fog/storage/google_json/requests/get_bucket.rb |   2 -
 .../google_json/requests/get_object_http_url.rb    |   2 +-
 .../google_json/requests/get_object_torrent.rb     |  13 --
 .../storage/google_json/requests/get_object_url.rb |   2 +-
 .../storage/google_json/requests/get_service.rb    |  54 -----
 .../storage/google_json/requests/list_buckets.rb   |  32 +++
 .../storage/google_json/requests/list_objects.rb   |  50 +++++
 lib/fog/storage/google_json/requests/put_bucket.rb |  18 +-
 lib/fog/storage/google_json/requests/put_object.rb |   2 +-
 .../storage/google_json/requests/put_object_url.rb |   5 +-
 lib/fog/storage/google_xml.rb                      |   1 -
 lib/fog/storage/google_xml/models/file.rb          |  11 +-
 lib/fog/storage/google_xml/real.rb                 |   2 +-
 .../google_xml/requests/get_object_http_url.rb     |   5 +-
 .../google_xml/requests/get_object_https_url.rb    |   3 -
 .../google_xml/requests/get_object_torrent.rb      |  39 ----
 .../storage/google_xml/requests/get_object_url.rb  |   3 -
 lib/fog/storage/google_xml/requests/put_bucket.rb  |   2 +-
 tasks/console.rake                                 |  15 +-
 tasks/smoke.rake                                   |  15 --
 tasks/test.rake                                    |   1 +
 test/helpers/client_helper.rb                      |  35 +++
 .../requests/test_compute_address_requests.rb      |  84 +++++++
 .../compute/test_compute_addresses_collection.rb   |  74 +++++++
 .../compute/test_compute_networks_collection.rb    |  78 +++++++
 test/integration/compute/test_regions.rb           |   2 +-
 test/integration/compute/test_servers.rb           |   2 +-
 .../factories/backend_services_factory.rb          |   4 +-
 .../factories/forwarding_rules_factory.rb          |   6 +-
 .../factories/global_forwarding_rules_factory.rb   |   4 +-
 test/integration/factories/images_factory.rb       |   4 +-
 test/integration/factories/servers_factory.rb      |   8 +-
 .../factories/target_http_proxies_factory.rb       |   4 +-
 test/integration/factories/target_pools_factory.rb |   8 +-
 test/integration/factories/url_maps_factory.rb     |   4 +-
 test/integration/pubsub/test_pubsub_requests.rb    | 166 ++++++++++++++
 test/integration/storage/test_buckets.rb           |   5 +-
 test/integration/storage/test_directories.rb       |   6 +-
 test/integration/storage/test_objects.rb           |  14 +-
 test/unit/compute/test_server.rb                   |  20 ++
 tests/helper.rb                                    |   2 +-
 tests/requests/compute/disk_tests.rb               |   2 +-
 91 files changed, 1416 insertions(+), 559 deletions(-)

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



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