[DRE-commits] [ruby-fog-radosgw] branch master updated (474fc18 -> 82f33c3)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Apr 10 13:19:24 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-radosgw.

      from  474fc18   upload to unstable
       new  62c1b27   update dependency
      adds  c329817   Imported Upstream version 0.0.4
       new  2ea88c7   Merge tag 'upstream/0.0.4'
       new  8094991   update changelog
       new  9cbd73a   remove patch
       new  82f33c3   upload to experimental

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                                |  17 +++
 CONTRIBUTING.md                            |  18 +++
 Rakefile                                   |   2 +-
 debian/changelog                           |   7 +
 debian/control                             |   2 +-
 debian/patches/remove-fog-xml-dep.patch    |  44 ------
 debian/patches/series                      |   1 -
 gemfiles/Gemfile.1.9.2-                    |   8 ++
 gemfiles/Gemfile.1.9.3+                    |   7 +
 lib/fog/radosgw.rb                         |  20 ++-
 lib/fog/radosgw/core.rb                    | 207 -----------------------------
 lib/fog/radosgw/multipart_utils.rb         |  44 ++++++
 lib/fog/radosgw/multipart_utils/headers.rb |  32 +++++
 lib/fog/radosgw/provisioning.rb            |   4 -
 lib/fog/radosgw/usage.rb                   |   1 -
 lib/fog/radosgw/user_utils.rb              |  47 +++++++
 lib/fog/radosgw/utils.rb                   |  89 +++++++++++++
 lib/fog/radosgw/version.rb                 |   2 +-
 metadata.yml                               |  47 ++++---
 19 files changed, 317 insertions(+), 282 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 debian/patches/remove-fog-xml-dep.patch
 create mode 100644 gemfiles/Gemfile.1.9.2-
 create mode 100644 gemfiles/Gemfile.1.9.3+
 delete mode 100644 lib/fog/radosgw/core.rb
 create mode 100644 lib/fog/radosgw/multipart_utils.rb
 create mode 100644 lib/fog/radosgw/multipart_utils/headers.rb
 create mode 100644 lib/fog/radosgw/user_utils.rb
 create mode 100644 lib/fog/radosgw/utils.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog-radosgw.git



More information about the Pkg-ruby-extras-commits mailing list