[DRE-commits] [ruby-fog-core] 01/08: Merge tag 'upstream/1.30.0'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Apr 10 11:39:59 UTC 2015


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 335f4b54f8683c322ac5174d083dd011fa36740f
Merge: 2eb8039 e53fead
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Apr 10 11:53:27 2015 +0530

    Merge tag 'upstream/1.30.0'
    
    Upstream version 1.30.0
    
    # gpg: Signature made Friday 10 April 2015 11:53:22 AM IST using RSA key ID 4512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
    # gpg:                 aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"

 .travis.yml                                |   4 +-
 CONTRIBUTORS.md                            |   9 ++
 README.md                                  |   2 +-
 changelog.md                               |  69 +++++++++++++
 fog-core.gemspec                           |  38 +++----
 lib/fog/account.rb                         |   4 +-
 lib/fog/{orchestration.rb => baremetal.rb} |  10 +-
 lib/fog/billing.rb                         |   2 +-
 lib/fog/compute.rb                         |   8 +-
 lib/fog/core.rb                            |   4 +
 lib/fog/core/attributes.rb                 |   3 +-
 lib/fog/core/attributes/time.rb            |   2 +
 lib/fog/core/collection.rb                 |  58 ++++-------
 lib/fog/core/connection.rb                 |  28 +++++-
 lib/fog/core/logger.rb                     |   4 +-
 lib/fog/core/model.rb                      |  11 +--
 lib/fog/core/service.rb                    |  57 +++++++----
 lib/fog/core/ssh.rb                        |   6 +-
 lib/fog/core/stringify_keys.rb             |   7 +-
 lib/fog/core/time.rb                       |   2 +-
 lib/fog/core/version.rb                    |   2 +-
 lib/fog/core/wait_for.rb                   |  12 +--
 lib/fog/core/whitelist_keys.rb             |   2 +-
 lib/fog/dns.rb                             |   2 +-
 lib/fog/formatador.rb                      |  88 +++++++++++++++++
 lib/fog/monitoring.rb                      |   2 +-
 lib/fog/network.rb                         |   2 +-
 lib/fog/orchestration.rb                   |   2 +-
 lib/fog/storage.rb                         |   2 +-
 lib/fog/support.rb                         |   2 +-
 lib/fog/test_helpers/mock_helper.rb        |   8 --
 lib/fog/vpn.rb                             |   2 +-
 lib/tasks/test_task.rb                     |   8 +-
 spec/connection_spec.rb                    |  17 ++--
 spec/core/stringify_keys_spec.rb           |  38 +++++++
 spec/core/whitelist_keys_spec.rb           |  36 +++++++
 spec/fog_attribute_spec.rb                 |  49 +++++++++
 spec/formatador_spec.rb                    | 154 +++++++++++++++++++++++++++++
 spec/spec_helper.rb                        |  13 +--
 spec/storage_spec.rb                       |  10 +-
 spec/wait_for_spec.rb                      |  10 +-
 tests/core/stringify_keys_tests.rb         |  29 ------
 tests/core/whitelist_keys_tests.rb         |  24 -----
 43 files changed, 622 insertions(+), 220 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