[DRE-commits] [ruby-json-schema] branch master updated (d936f2f -> 969cb41)

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 change to branch master
in repository ruby-json-schema.

      from  d936f2f   Add changelog entry for new version
      adds  04e1b81   New upstream version 2.8.0
       new  ee5c32b   Updated version 2.8.0 from 'upstream/2.8.0'
       new  6ee78d5   Update Standards version
       new  5bc6e4e   Update changelog
       new  0813cb0   Remove unnecessary patch
       new  975ebe1   Use gem-install
       new  969cb41   Update changelog

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:
 .gitmodules                                        |   4 +-
 .travis.yml                                        |  15 +-
 CHANGELOG.md                                       |  16 +
 README.md                                          |   9 +-
 VERSION.yml                                        |   2 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   2 +-
 debian/patches/move-resource-draft.patch           |  22 --
 debian/patches/series                              |   1 -
 debian/rules                                       |   1 +
 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 +++----
 .../validators/{draft4.rb => draft6.rb}            |   8 +-
 .../{hyper-draft2.rb => hyper-draft3.rb}           |   4 +-
 .../{hyper-draft2.rb => hyper-draft6.rb}           |   4 +-
 resources/draft-03.json                            | 346 ++++++++++-----------
 resources/{draft-04.json => draft-06.json}         |   4 +-
 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 ++++++++++++
 41 files changed, 633 insertions(+), 377 deletions(-)
 delete mode 100644 debian/patches/move-resource-draft.patch
 rename gemfiles/{Gemfile.json_v1.x => Gemfile.ruby_19.x} (73%)
 copy lib/json-schema/validators/{draft4.rb => draft6.rb} (93%)
 copy lib/json-schema/validators/{hyper-draft2.rb => hyper-draft3.rb} (79%)
 copy lib/json-schema/validators/{hyper-draft2.rb => hyper-draft6.rb} (79%)
 copy resources/{draft-04.json => draft-06.json} (97%)
 create mode 100644 test/uri_util_test.rb

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