[DRE-commits] [ruby-fog-core] 01/02: Merge tag 'upstream/1.22.0+gh'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 23 15:02:16 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 c9ac83867df163f71f5c4fa2a3b104947cea4876
Merge: 657538e f2088a5
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Apr 23 20:29:33 2014 +0530

    Merge tag 'upstream/1.22.0+gh'
    
    Upstream version 1.22.0+gh

 CONTRIBUTORS.md                               |   7 +-
 Gemfile                                       |   2 +-
 Gemfile.1.8.7                                 |   1 +
 Rakefile                                      |  12 +-
 changelog.md                                  |   7 +
 fog-core.gemspec                              |  13 +-
 lib/fog/compute.rb                            |   9 +-
 lib/fog/core.rb                               |   2 +-
 lib/fog/core/class_from_string.rb             |  26 ----
 lib/fog/core/credentials.rb                   |  63 ++++++---
 lib/fog/core/model.rb                         |   9 +-
 lib/fog/core/service.rb                       | 169 +++++++++++++++++------
 lib/fog/core/utils.rb                         |  24 ++++
 lib/fog/core/wait_for.rb                      |   3 +-
 lib/fog/core/wait_for_defaults.rb             |  18 ++-
 lib/fog/identity.rb                           |  20 +--
 lib/fog/storage.rb                            |  10 +-
 lib/fog/version.rb                            |   2 +-
 spec/compute_spec.rb                          |  97 ++++++++++++++
 spec/connection_spec.rb                       |  33 +++++
 spec/credentials_spec.rb                      |  88 ++++++++++++
 spec/current_machine_spec.rb                  |  34 +++++
 spec/fog_attribute_spec.rb                    |  69 ++++++++++
 spec/identity_spec.rb                         |  97 ++++++++++++++
 spec/mocking_spec.rb                          |  85 ++++++++++++
 spec/service_spec.rb                          | 186 ++++++++++++++++++++++++++
 spec/spec_helper.rb                           |   8 ++
 spec/storage_spec.rb                          |  97 ++++++++++++++
 spec/test_helpers/formats_helper_spec.rb      | 120 +++++++++++++++++
 spec/test_helpers/schema_validator_spec.rb    | 101 ++++++++++++++
 spec/timeout_spec.rb                          |  21 +++
 spec/utils_spec.rb                            |  29 ++++
 tests/core/uuid_tests.rb => spec/uuid_spec.rb |   9 +-
 spec/wait_for_spec.rb                         |  19 +++
 tests/core/attribute_tests.rb                 |  83 ------------
 tests/core/connection_tests.rb                |  26 ----
 tests/core/credential_tests.rb                |  93 -------------
 tests/core/current_machine_tests.rb           |  32 -----
 tests/core/mocking_tests.rb                   |  75 -----------
 tests/core/service_tests.rb                   |  26 ----
 tests/core/timeout_tests.rb                   |  10 --
 tests/core/wait_for_tests.rb                  |  13 --
 tests/helpers/formats_helper_tests.rb         | 111 ---------------
 tests/helpers/helper.rb                       |   6 -
 tests/helpers/schema_validator_tests.rb       | 107 ---------------
 45 files changed, 1361 insertions(+), 711 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