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

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

      from  2eb8039   upload to experimental
      adds  e53fead   Imported Upstream version 1.30.0
       new  335f4b5   Merge tag 'upstream/1.30.0'
       new  2741f3c   update changelog
       new  abee68a   remove patch
       new  1cc9e39   update changelog
       new  f5064f5   refresh patch
       new  a14b509   use ruby-tests.rake, update build deps
       new  e7980a7   remove tests
       new  b079eca   upload to experimental

The 8 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:
 .travis.yml                                    |   4 +-
 CONTRIBUTORS.md                                |   9 ++
 README.md                                      |   2 +-
 changelog.md                                   |  69 +++++++++++
 debian/changelog                               |   7 ++
 debian/control                                 |   4 +-
 debian/patches/2001_avoid_git_in_gemspec.patch |  19 +--
 debian/patches/add-fog-core-require.patch      |  12 --
 debian/patches/series                          |   1 -
 debian/ruby-tests.rb                           |   1 -
 fog-core.gemspec                               |  38 +++---
 lib/fog/account.rb                             |   4 +-
 lib/fog/{volume.rb => baremetal.rb}            |  11 +-
 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 ----
 49 files changed, 635 insertions(+), 252 deletions(-)
 delete mode 100644 debian/patches/add-fog-core-require.patch
 delete mode 100644 debian/ruby-tests.rb
 copy lib/fog/{volume.rb => baremetal.rb} (59%)
 create mode 100644 lib/fog/formatador.rb
 create mode 100644 spec/core/stringify_keys_spec.rb
 create mode 100644 spec/core/whitelist_keys_spec.rb
 create mode 100644 spec/formatador_spec.rb
 delete mode 100644 tests/core/stringify_keys_tests.rb
 delete mode 100644 tests/core/whitelist_keys_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