[DRE-commits] [ruby-em-http-request] branch master updated (648525b -> baef3ac)

Sebastien Badia sbadia at moszumanska.debian.org
Mon Dec 19 20:51:50 UTC 2016


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

sbadia pushed a change to branch master
in repository ruby-em-http-request.

      from  648525b   Run wrap-and-sort on packaging files
       new  2913214   d/compat: Bump debhelper compat to 10
       new  cfecb09   d/copyright: Added a copyright for debian/* files (Closes: #739711)
       new  081f323   Bump Standards-Version to 3.9.8 (no changes needed)
       new  36b293c   Update debian packaging using dh-make-ruby
      adds  b6724f8   New upstream version 1.1.5
       new  cfd91bd   Merge tag 'upstream/1.1.5'
       new  4699b7f   d/patches: Refresh patchs (new upstream version)
       new  baef3ac   Prepare new ruby-em-http-request Debian version

The 7 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                                    |   7 +
 README.md                                      |   9 +-
 checksums.yaml.gz                              | Bin 269 -> 0 bytes
 debian/changelog                               |  19 ++
 debian/compat                                  |   2 +-
 debian/control                                 |   5 +-
 debian/copyright                               |   9 +
 debian/patches/change_mongrel_to_webrick.patch |  12 +-
 debian/patches/disable-rubygems.patch          |   3 +-
 debian/patches/require_connection_test.patch   |   2 +-
 debian/ruby-tests.rake                         |   8 +-
 debian/rules                                   |  13 +-
 em-http-request.gemspec                        |   2 +-
 lib/em-http/client.rb                          |  16 +-
 lib/em-http/decoders.rb                        |   3 +-
 lib/em-http/http_client_options.rb             |  11 +-
 lib/em-http/http_connection.rb                 |  50 ++++-
 lib/em-http/http_connection_options.rb         |   1 +
 lib/em-http/http_encoding.rb                   |  13 +-
 lib/em-http/http_header.rb                     |  10 +-
 lib/em-http/middleware/json_response.rb        |   2 +-
 lib/em-http/version.rb                         |   2 +-
 metadata.yml                                   | 263 -------------------------
 spec/client_spec.rb                            |  61 +++++-
 spec/external_spec.rb                          |   6 +-
 spec/gzip_spec.rb                              |  23 +++
 spec/helper.rb                                 |   1 +
 spec/http_proxy_spec.rb                        |  17 ++
 spec/pipelining_spec.rb                        |   8 +-
 spec/redirect_spec.rb                          |  65 ++++++
 spec/spec_helper.rb                            |   8 +
 spec/stallion.rb                               |  23 ++-
 spec/stub_server.rb                            |   9 +-
 33 files changed, 340 insertions(+), 343 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 metadata.yml
 create mode 100644 spec/spec_helper.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-em-http-request.git



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