[DRE-commits] [ruby-fog-core] branch master updated (657538e -> 4253d9e)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 23 15:02:15 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  657538e   upload to unstable
      adds  f2088a5   Imported Upstream version 1.22.0+gh
       new  c9ac838   Merge tag 'upstream/1.22.0+gh'
       new  4253d9e   new upstream release

The 2 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:
 CONTRIBUTORS.md                               |   7 +-
 Gemfile                                       |   2 +-
 Gemfile.1.8.7                                 |   1 +
 Rakefile                                      |  12 +-
 changelog.md                                  |   7 +
 debian/changelog                              |   6 +
 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 ---------------
 46 files changed, 1367 insertions(+), 711 deletions(-)
 create mode 100644 changelog.md
 delete mode 100644 lib/fog/core/class_from_string.rb
 create mode 100644 lib/fog/core/utils.rb
 create mode 100644 spec/compute_spec.rb
 create mode 100644 spec/connection_spec.rb
 create mode 100644 spec/credentials_spec.rb
 create mode 100644 spec/current_machine_spec.rb
 create mode 100644 spec/fog_attribute_spec.rb
 create mode 100644 spec/identity_spec.rb
 create mode 100644 spec/mocking_spec.rb
 create mode 100644 spec/service_spec.rb
 create mode 100644 spec/spec_helper.rb
 create mode 100644 spec/storage_spec.rb
 create mode 100644 spec/test_helpers/formats_helper_spec.rb
 create mode 100644 spec/test_helpers/schema_validator_spec.rb
 create mode 100644 spec/timeout_spec.rb
 create mode 100644 spec/utils_spec.rb
 rename tests/core/uuid_tests.rb => spec/uuid_spec.rb (60%)
 create mode 100644 spec/wait_for_spec.rb
 delete mode 100644 tests/core/attribute_tests.rb
 delete mode 100644 tests/core/connection_tests.rb
 delete mode 100644 tests/core/credential_tests.rb
 delete mode 100644 tests/core/current_machine_tests.rb
 delete mode 100644 tests/core/mocking_tests.rb
 delete mode 100644 tests/core/service_tests.rb
 delete mode 100644 tests/core/timeout_tests.rb
 delete mode 100644 tests/core/wait_for_tests.rb
 delete mode 100644 tests/helpers/formats_helper_tests.rb
 delete mode 100644 tests/helpers/helper.rb
 delete mode 100644 tests/helpers/schema_validator_tests.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