[DRE-commits] [ruby-fog-core] branch master updated (e4617ae -> 2eb8039)

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 change to branch master
in repository ruby-fog-core.

      from  e4617ae   tag patch
      adds  1cdc81f   Imported Upstream version 1.25.0
       new  b68bf56   Merge tag 'upstream/1.25.0'
       new  f0c576b   new upstream, update changelog
       new  2eb8039   upload to experimental

The 3 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:
 .rubocop.yml                                    |  20 ++
 changelog.md                                    |  17 ++
 debian/changelog                                |   6 +
 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 +-
 92 files changed, 1217 insertions(+), 1100 deletions(-)
 create mode 100644 .rubocop.yml
 create mode 100644 lib/fog/core/association.rb
 create mode 100644 spec/fake_app/fake_service.rb
 create mode 100644 spec/fake_app/models/collection.rb
 create mode 100644 spec/fake_app/models/model.rb
 create mode 100644 spec/fake_app/requests/request.rb

-- 
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