[libswagger2-perl] branch master updated (1072b58 -> 05b0904)

gregor herrmann gregoa at debian.org
Sat Feb 13 14:09:55 UTC 2016


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

gregoa pushed a change to branch master
in repository libswagger2-perl.

      from  1072b58   add another spelling fix
      adds  c384c33   Add example to lower case all query and body params
      adds  2ea75ba   Bundle EXPERIMENTAL swagger-client.js
      adds  0db5fea   Fix lib/Swagger2/swagger2-client.js
      adds  bf71f7c   Fix spelling error, fixes #70
      adds  a4733a2   Add more /o because the regex only need to compile once, closes #71
      adds  368d2b2   Rename lowercase example
      adds  9e93280   skip_all if $^O eq 'MSWin32' for command-client.t
      adds  736c0e4   Remove version check for js
      adds  0d842a4   Released version 0.71
      adds  b35fdd6   Made the code less confusing by removing the /o regex modifier #71
      adds  68d9a3c   Change headers.t to use $ref
      adds  dd597f0   Add test to include http://json.schemastore.org/json-patch
      adds  914770d   DELETE can take HTTP body - http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-19#section-6.7
      adds  660efd6   Fix rendered swagger spec cannot contain "id"
      adds  beb2b28   Documented $args in Swagger2::Guides::Tutorial
      adds  f5565cf   Released version 0.72
      adds  1cc0731   Imported Upstream version 0.72
       new  ef2b7a3   Merge tag 'upstream/0.72'
       new  f31d588   Update debian/changelog
       new  63b36ed   Drop fix-spelling-error-in-manpage.patch, merged upstream.
       new  b5427ab   Update years of upstream copyright.
       new  8da5506   Declare compliance with Debian Policy 3.9.7.
       new  05b0904   releasing package libswagger2-perl version 0.72-1

The 6 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:
 Changes                                            |  11 +
 MANIFEST                                           |   8 +
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 README                                             |  15 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   2 +-
 debian/copyright                                   |   2 +-
 debian/patches/fix-spelling-error-in-manpage.patch |  26 ---
 debian/patches/series                              |   1 -
 lib/Mojolicious/Command/swagger2.pm                |   4 +-
 lib/Mojolicious/Plugin/Swagger2.pm                 |  20 +-
 lib/Swagger2.pm                                    |  21 +-
 lib/Swagger2/Guides/Tutorial.pod                   |  26 ++-
 lib/Swagger2/SchemaValidator.pm                    |   4 +-
 .../public/cache/05a9f0030e1b92e1603618dad61dbc8d  |   1 +
 .../public/cache/062bec94cfcd2cb0049773ae5d15da61  |   1 +
 ...b3c816b0e8 => 0a8e1de16692c32db582df9bdabdbdd7} |   0
 .../public/cache/84a4b37fb9b912219cbeb486174f4066  |  64 ++++++
 .../public/cache/ea34d47d4e060a1c3b12d2287aff89a7  |  64 ++++++
 lib/Swagger2/swagger2-client.js                    | 221 +++++++++++++++++++++
 t/command-client.t                                 |   2 +
 t/example-json-patch.t                             | 104 ++++++++++
 t/example-lowercase-request-params.t               |  26 +++
 t/headers.t                                        |  23 ++-
 t/plugin.t                                         |   5 +
 t/swagger.t                                        |   2 +
 27 files changed, 607 insertions(+), 60 deletions(-)
 delete mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 delete mode 100644 debian/patches/series
 create mode 100644 lib/Swagger2/public/cache/05a9f0030e1b92e1603618dad61dbc8d
 create mode 100644 lib/Swagger2/public/cache/062bec94cfcd2cb0049773ae5d15da61
 copy lib/Swagger2/public/cache/{49c95b866e40f788892a7fb3c816b0e8 => 0a8e1de16692c32db582df9bdabdbdd7} (100%)
 create mode 100644 lib/Swagger2/public/cache/84a4b37fb9b912219cbeb486174f4066
 create mode 100644 lib/Swagger2/public/cache/ea34d47d4e060a1c3b12d2287aff89a7
 create mode 100644 lib/Swagger2/swagger2-client.js
 create mode 100644 t/example-json-patch.t
 create mode 100644 t/example-lowercase-request-params.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libswagger2-perl.git



More information about the Pkg-perl-cvs-commits mailing list