[DRE-commits] [ruby-fog-core] 01/03: Merge tag 'upstream/1.25.0'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Nov 30 12:46:08 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-fog-core.

commit b68bf56f6705948c5875903786856709c1dce1de
Merge: e4617ae 1cdc81f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Nov 30 17:44:58 2014 +0530

    Merge tag 'upstream/1.25.0'
    
    Upstream version 1.25.0
    
    # gpg: Signature made Sunday 30 November 2014 05:44:52 PM IST using RSA key ID 4512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
    # gpg:                 aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>"
    # gpg:                 aka "Pirate Praveen (PP) <praveen at privacyrequired.com>"
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"

 .rubocop.yml                                    |  20 ++
 changelog.md                                    |  17 ++
 fog-core.gemspec                                |   3 +-
 lib/fog/account.rb                              |   8 +-
 lib/fog/billing.rb                              |   7 +-
 lib/fog/cdn.rb                                  |   8 +-
 lib/fog/compute.rb                              |  37 ++-
 lib/fog/compute/models/server.rb                |  47 ++--
 lib/fog/core.rb                                 | 121 ++++-----
 lib/fog/core/association.rb                     |  15 ++
 lib/fog/core/associations/default.rb            |  24 +-
 lib/fog/core/associations/many_identities.rb    |  10 +-
 lib/fog/core/associations/many_models.rb        |   9 +-
 lib/fog/core/associations/one_identity.rb       |   7 +-
 lib/fog/core/associations/one_model.rb          |   6 +-
 lib/fog/core/attributes.rb                      |  85 ++++---
 lib/fog/core/attributes/array.rb                |   6 +-
 lib/fog/core/attributes/boolean.rb              |   6 +-
 lib/fog/core/attributes/default.rb              |  14 +-
 lib/fog/core/attributes/float.rb                |   6 +-
 lib/fog/core/attributes/integer.rb              |   6 +-
 lib/fog/core/attributes/string.rb               |   6 +-
 lib/fog/core/attributes/time.rb                 |   6 +-
 lib/fog/core/attributes/timestamp.rb            |   6 +-
 lib/fog/core/collection.rb                      |  49 ++--
 lib/fog/core/connection.rb                      |  11 +-
 lib/fog/core/credentials.rb                     |  14 +-
 lib/fog/core/current_machine.rb                 |  18 +-
 lib/fog/core/deprecated_connection_accessors.rb |   1 -
 lib/fog/core/deprecation.rb                     |   2 -
 lib/fog/core/errors.rb                          |   8 +-
 lib/fog/core/hmac.rb                            |  10 +-
 lib/fog/core/logger.rb                          |  21 +-
 lib/fog/core/mock.rb                            |  44 ++--
 lib/fog/core/model.rb                           |  29 +--
 lib/fog/core/provider.rb                        |  15 +-
 lib/fog/core/scp.rb                             |  38 ++-
 lib/fog/core/service.rb                         |  59 +++--
 lib/fog/core/ssh.rb                             |  40 ++-
 lib/fog/core/stringify_keys.rb                  |  16 +-
 lib/fog/core/time.rb                            |  12 +-
 lib/fog/core/utils.rb                           |  44 ++--
 lib/fog/core/uuid.rb                            |   5 +-
 lib/fog/core/version.rb                         |   4 +-
 lib/fog/core/wait_for.rb                        |   4 +-
 lib/fog/core/wait_for_defaults.rb               |  23 +-
 lib/fog/core/whitelist_keys.rb                  |   2 +-
 lib/fog/dns.rb                                  |  14 +-
 lib/fog/identity.rb                             |  11 +-
 lib/fog/image.rb                                |   8 +-
 lib/fog/metering.rb                             |   9 +-
 lib/fog/monitoring.rb                           |   8 +-
 lib/fog/network.rb                              |  10 +-
 lib/fog/orchestration.rb                        |   8 +-
 lib/fog/schema/data_validator.rb                |  39 ++-
 lib/fog/storage.rb                              |  38 +--
 lib/fog/support.rb                              |   9 +-
 lib/fog/test_helpers.rb                         |  20 +-
 lib/fog/test_helpers/collection_helper.rb       |  66 ++---
 lib/fog/test_helpers/compute/flavors_helper.rb  |  14 +-
 lib/fog/test_helpers/compute/server_helper.rb   |  12 +-
 lib/fog/test_helpers/compute/servers_helper.rb  |   4 -
 lib/fog/test_helpers/formats_helper.rb          |  27 +-
 lib/fog/test_helpers/helper.rb                  |  13 +-
 lib/fog/test_helpers/mock_helper.rb             | 186 +++++++-------
 lib/fog/test_helpers/model_helper.rb            |  22 +-
 lib/fog/test_helpers/responds_to_helper.rb      |   4 +-
 lib/fog/test_helpers/succeeds_helper.rb         |   4 +-
 lib/fog/volume.rb                               |   9 +-
 lib/fog/vpn.rb                                  |   8 +-
 lib/tasks/test_task.rb                          |   8 +-
 spec/compute_spec.rb                            |  24 +-
 spec/connection_spec.rb                         |  38 +--
 spec/credentials_spec.rb                        |  46 ++--
 spec/current_machine_spec.rb                    |  12 +-
 spec/fake_app/fake_service.rb                   |  18 ++
 spec/fake_app/models/collection.rb              |   5 +
 spec/fake_app/models/model.rb                   |   2 +
 spec/fake_app/requests/request.rb               |  11 +
 spec/fog_attribute_spec.rb                      | 314 ++++++++++++++----------
 spec/identity_spec.rb                           |  24 +-
 spec/mocking_spec.rb                            |  15 +-
 spec/service_spec.rb                            |  28 ++-
 spec/spec_helper.rb                             |  22 +-
 spec/storage_spec.rb                            |  38 ++-
 spec/test_helpers/formats_helper_spec.rb        | 104 ++++----
 spec/test_helpers/schema_validator_spec.rb      |  90 +++----
 spec/timeout_spec.rb                            |   3 +-
 spec/utils_spec.rb                              |   4 +-
 spec/uuid_spec.rb                               |   2 +-
 spec/wait_for_spec.rb                           |  11 +-
 91 files changed, 1211 insertions(+), 1100 deletions(-)

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



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