[DRE-commits] [ruby-fog-core] branch master updated (b293231 -> 94cd9b2)

Sagar Ippalpalli isaagar-guest at moszumanska.debian.org
Sat Jun 3 15:26:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

isaagar-guest pushed a change to branch master
in repository ruby-fog-core.

      from  b293231   Ready for upload
      adds  4023773   New upstream version 1.44.3
       new  65b9e6d   Merge tag 'upstream/1.44.3'
       new  94cd9b2   update changelog

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:
 .gitignore                                     |   4 +-
 .travis.yml                                    |  22 ++-
 Gemfile                                        |   1 -
 Gemfile => Gemfile.1.8.7                       |   1 +
 Gemfile.1.9.3                                  |   5 +
 README.md                                      |  13 +-
 changelog.md                                   |  26 +++
 debian/changelog                               |   7 +
 debian/patches/2001_avoid_git_in_gemspec.patch |   8 +-
 fog-core.gemspec                               |   4 +
 lib/fog/compute.rb                             |   6 +-
 lib/fog/core/cache.rb                          | 210 +++++++++++++++++++++++++
 lib/fog/core/collection.rb                     |   1 -
 lib/fog/core/model.rb                          |   5 +
 lib/fog/core/services_mixin.rb                 |  13 +-
 lib/fog/core/version.rb                        |   2 +-
 spec/core/cache_spec.rb                        | 123 +++++++++++++++
 spec/service_spec.rb                           |   3 +-
 18 files changed, 431 insertions(+), 23 deletions(-)
 copy Gemfile => Gemfile.1.8.7 (62%)
 create mode 100644 Gemfile.1.9.3
 create mode 100644 lib/fog/core/cache.rb
 create mode 100644 spec/core/cache_spec.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