[DRE-commits] [ruby-json-schema] branch master updated (c8d85e2 -> 9ae6c8c)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jun 6 22:34:50 UTC 2016


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

boutil pushed a change to branch master
in repository ruby-json-schema.

      from  c8d85e2   Merge branch 'master' of git.debian.org:/git/pkg-ruby-extras/ruby-json-schema
      adds  1aee3f8   Imported Upstream version 2.6.2
       new  b0cd5c2   Merge tag 'upstream/2.6.2'
       new  957ea9d   Bump Standards-Version to 3.9.8
       new  b13f43d   depend on addressable >= 2.4
       new  9fd502e   apply patch proposed upstream to work with addressable 2.4+
       new  88f2109   prepare changelog
       new  9037669   README is now markdown
       new  b2209da   Team upload
       new  f7607af   install resources/drafts* under usr/share
       new  3a78112   force install before auto install
       new  13c2781   prevent LOAD_PATH overload in tests
       new  9ae6c8c   update changelog

The 11 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:
 CHANGELOG.md                                       |  19 +
 README.md                                          | 428 +++++++++++++++++++
 README.textile                                     | 452 ---------------------
 VERSION.yml                                        |   2 +-
 debian/changelog                                   |  13 +
 debian/control                                     |   6 +-
 debian/patches/move-resource-draft.patch           |  16 +
 debian/patches/no-loadpath-overload-in-tests.patch |  15 +
 debian/patches/series                              |   3 +
 debian/patches/update-addressable-24.patch         |  31 ++
 debian/ruby-json-schema.docs                       |   2 +-
 debian/ruby-json-schema.install                    |   1 +
 debian/rules                                       |   4 +
 json-schema.gemspec                                |   2 +-
 lib/json-schema/attributes/ref.rb                  |   4 +-
 lib/json-schema/schema/reader.rb                   |   2 +-
 lib/json-schema/util/uri.rb                        |   6 +-
 lib/json-schema/validator.rb                       |   4 +-
 ...definition_schema_with_special_characters.json} |   5 +-
 test/test_definition.rb                            |   4 +
 test/test_ruby_schema.rb                           |   6 +
 21 files changed, 558 insertions(+), 467 deletions(-)
 create mode 100644 README.md
 delete mode 100644 README.textile
 create mode 100644 debian/patches/move-resource-draft.patch
 create mode 100644 debian/patches/no-loadpath-overload-in-tests.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/update-addressable-24.patch
 create mode 100644 debian/ruby-json-schema.install
 copy test/schemas/{definition_schema.json => definition_schema_with_special_characters.json} (65%)

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



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