[DRE-commits] [ruby-fog-core] branch master updated (a17ca7d -> 71ab236)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Nov 18 08:36:52 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  a17ca7d   Add Breaks/Replace with versions of ruby-fog causing file conflicts (Closes: #747555)
      adds  0df8987   Imported Upstream version 1.24.0
       new  f18e05b   Merge tag 'upstream/1.24.0'
       new  e54b3c8   import new upstream release
       new  1897950   require fog/core for tests
       new  b27140c   upload to experimental
       new  71ab236   bump standards version to 3.9.6

The 5 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                                  |   6 +-
 CONTRIBUTORS.md                              |   3 +
 Gemfile.1.8.7                                |   1 +
 Rakefile                                     |  20 +-
 changelog.md                                 |  48 ++++
 debian/changelog                             |   8 +
 debian/control                               |   2 +-
 debian/patches/add-fog-core-require.patch    |  12 +
 debian/patches/series                        |   1 +
 fog-core.gemspec                             |   4 +-
 lib/fog/core.rb                              |  18 +-
 lib/fog/core/associations/default.rb         |  15 +
 lib/fog/core/associations/many_identities.rb |  26 ++
 lib/fog/core/associations/many_models.rb     |  21 ++
 lib/fog/core/associations/one_identity.rb    |  22 ++
 lib/fog/core/associations/one_model.rb       |  21 ++
 lib/fog/core/attributes.rb                   | 135 ++++-----
 lib/fog/core/attributes/array.rb             |  21 ++
 lib/fog/core/attributes/boolean.rb           |  18 ++
 lib/fog/core/attributes/default.rb           |  68 +++++
 lib/fog/core/attributes/float.rb             |  13 +
 lib/fog/core/attributes/integer.rb           |  13 +
 lib/fog/core/attributes/string.rb            |  13 +
 lib/fog/core/attributes/time.rb              |  19 ++
 lib/fog/core/attributes/timestamp.rb         |  17 ++
 lib/fog/core/connection.rb                   |  22 +-
 lib/fog/core/model.rb                        |  11 +
 lib/fog/core/stringify_keys.rb               |  27 ++
 lib/fog/core/version.rb                      |   3 +
 lib/fog/core/whitelist_keys.rb               |   8 +
 lib/fog/dns.rb                               |  10 +-
 lib/fog/identity.rb                          |   2 +-
 lib/fog/version.rb                           |   3 -
 spec/connection_spec.rb                      |  67 +++++
 spec/fog_attribute_spec.rb                   | 402 ++++++++++++++++++++++++++-
 spec/spec_helper.rb                          |  10 +-
 tests/core/stringify_keys_tests.rb           |  29 ++
 tests/core/whitelist_keys_tests.rb           |  24 ++
 38 files changed, 1039 insertions(+), 124 deletions(-)
 create mode 100644 debian/patches/add-fog-core-require.patch
 create mode 100644 debian/patches/series
 create mode 100644 lib/fog/core/associations/default.rb
 create mode 100644 lib/fog/core/associations/many_identities.rb
 create mode 100644 lib/fog/core/associations/many_models.rb
 create mode 100644 lib/fog/core/associations/one_identity.rb
 create mode 100644 lib/fog/core/associations/one_model.rb
 create mode 100644 lib/fog/core/attributes/array.rb
 create mode 100644 lib/fog/core/attributes/boolean.rb
 create mode 100644 lib/fog/core/attributes/default.rb
 create mode 100644 lib/fog/core/attributes/float.rb
 create mode 100644 lib/fog/core/attributes/integer.rb
 create mode 100644 lib/fog/core/attributes/string.rb
 create mode 100644 lib/fog/core/attributes/time.rb
 create mode 100644 lib/fog/core/attributes/timestamp.rb
 create mode 100644 lib/fog/core/stringify_keys.rb
 create mode 100644 lib/fog/core/version.rb
 create mode 100644 lib/fog/core/whitelist_keys.rb
 delete mode 100644 lib/fog/version.rb
 create mode 100644 tests/core/stringify_keys_tests.rb
 create 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