[DRE-commits] [ruby-fog-core] 01/05: Merge tag 'upstream/1.24.0'

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

commit f18e05bfaa54d7e5c3055b3a18817fe6159e9be7
Merge: a17ca7d 0df8987
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Nov 17 23:14:08 2014 +0530

    Merge tag 'upstream/1.24.0'
    
    Upstream version 1.24.0

 .travis.yml                                  |   6 +-
 CONTRIBUTORS.md                              |   3 +
 Gemfile.1.8.7                                |   1 +
 Rakefile                                     |  20 +-
 changelog.md                                 |  48 ++++
 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 ++
 34 files changed, 1017 insertions(+), 123 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