[DRE-commits] [ruby-json-schema] 01/06: Updated version 2.8.0 from 'upstream/2.8.0'

Sruthi Chandran srud-guest at moszumanska.debian.org
Wed Jul 26 18:13:55 UTC 2017


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

srud-guest pushed a commit to branch master
in repository ruby-json-schema.

commit ee5c32bb1cf17367b122c95436a4cd24ba58deb3
Merge: d936f2f 04e1b81
Author: Sruthi Chandran <srud at disroot.org>
Date:   Wed Jul 26 21:23:47 2017 +0530

    Updated version 2.8.0 from 'upstream/2.8.0'
    
    with Debian dir ebb632c80ba63a90230744a354fce329d49af1f0

 .gitmodules                                       |   4 +-
 .travis.yml                                       |  15 +-
 CHANGELOG.md                                      |  16 +
 README.md                                         |   9 +-
 VERSION.yml                                       |   2 +-
 gemfiles/{Gemfile.json_v1.x => Gemfile.ruby_19.x} |   1 +
 lib/json-schema/attribute.rb                      |  10 +
 lib/json-schema/attributes/allof.rb               |   2 +-
 lib/json-schema/attributes/anyof.rb               |   2 +-
 lib/json-schema/attributes/not.rb                 |   2 +-
 lib/json-schema/attributes/oneof.rb               |   4 +-
 lib/json-schema/attributes/ref.rb                 |  18 +-
 lib/json-schema/attributes/type.rb                |  10 -
 lib/json-schema/attributes/type_v4.rb             |   2 +-
 lib/json-schema/schema.rb                         |   4 +-
 lib/json-schema/schema/validator.rb               |   3 +-
 lib/json-schema/util/array_set.rb                 |   8 +-
 lib/json-schema/util/uri.rb                       |  42 +++
 lib/json-schema/util/uuid.rb                      |   1 -
 lib/json-schema/validator.rb                      | 106 +++----
 lib/json-schema/validators/draft6.rb              |  56 ++++
 lib/json-schema/validators/hyper-draft3.rb        |  13 +
 lib/json-schema/validators/hyper-draft6.rb        |  13 +
 resources/draft-03.json                           | 346 +++++++++++-----------
 resources/draft-06.json                           | 150 ++++++++++
 test/all_of_ref_schema_test.rb                    |   6 +-
 test/any_of_ref_schema_test.rb                    |   2 +-
 test/common_test_suite_test.rb                    |  22 ++
 test/custom_format_test.rb                        |  23 +-
 test/extended_schema_test.rb                      |   1 +
 test/extends_nested_test.rb                       |  63 ++--
 test/load_ref_schema_test.rb                      |   7 +
 test/min_items_test.rb                            |   2 +-
 test/one_of_test.rb                               |   8 +-
 test/support/test_helper.rb                       |   8 +-
 test/uri_util_test.rb                             | 206 +++++++++++++
 36 files changed, 844 insertions(+), 343 deletions(-)

-- 
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