[DRE-commits] [ruby-json-schema] branch master updated (c8f9f10 ->	c8d85e2)
    Sagar Ippalpalli 
    isaagar-guest at moszumanska.debian.org
       
    Sun Mar  6 11:12:46 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
isaagar-guest pushed a change to branch master
in repository ruby-json-schema.
      from  c8f9f10   Run wrap-and-sort on packaging files
       new  5e84206   Imported Upstream version 2.6.1-1
       new  763ad5b   Merge tag 'upstream/2.6.1-1'
       new  7a77287    On branch master
       new  9de5cfd   Imported Upstream version 2.6.0+gh
       new  1adf4eb   Merge tag 'upstream/2.6.0+gh'
       new  c3e0005   Updated changelog for version 2.6.0
       new  f9daf67   added Team Upload
       new  e897315   Updated Standards version
       new  c8d85e2   Merge branch 'master' of git.debian.org:/git/pkg-ruby-extras/ruby-json-schema
The 9 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 +-
 CHANGELOG.md                                       |  13 +++
 CONTRIBUTING.md                                    |   2 +-
 README.textile                                     |   6 +-
 Rakefile                                           |   6 +-
 VERSION.yml                                        |   4 +-
 debian/changelog                                   |   6 +-
 debian/control                                     |   2 +-
 debian/watch                                       |   3 +-
 json-schema.gemspec                                |   3 +-
 lib/json-schema/attributes/formats/date.rb         |   3 +-
 lib/json-schema/attributes/formats/date_time.rb    |  14 ++-
 lib/json-schema/attributes/formats/uri.rb          |   7 +-
 lib/json-schema/attributes/not.rb                  |   2 +-
 lib/json-schema/attributes/properties.rb           |   2 +-
 lib/json-schema/attributes/ref.rb                  |  31 +++---
 .../errors/{schema_error.rb => json_load_error.rb} |   2 +-
 lib/json-schema/errors/schema_parse_error.rb       |   8 ++
 .../errors/{schema_error.rb => uri_error.rb}       |   2 +-
 lib/json-schema/schema.rb                          |   5 +-
 lib/json-schema/schema/reader.rb                   |  11 +--
 lib/json-schema/util/uri.rb                        |  64 +++++++++++--
 lib/json-schema/validator.rb                       | 104 +++++++++++++--------
 lib/json-schema/validators/draft1.rb               |   8 +-
 lib/json-schema/validators/draft2.rb               |   8 +-
 lib/json-schema/validators/draft3.rb               |   8 +-
 lib/json-schema/validators/draft4.rb               |   2 +-
 lib/json-schema/validators/hyper-draft1.rb         |   2 +-
 lib/json-schema/validators/hyper-draft2.rb         |   2 +-
 lib/json-schema/validators/hyper-draft4.rb         |   2 +-
 test/support/strict_validation.rb                  |   6 +-
 test/test_custom_format.rb                         |  25 ++---
 test/test_helper.rb                                |  10 --
 test/test_initialize_data.rb                       |  22 +++--
 test/test_jsonschema_draft4.rb                     |  18 ++++
 test/test_load_ref_schema.rb                       |  14 ++-
 test/test_schema_loader.rb                         |   2 +-
 37 files changed, 276 insertions(+), 160 deletions(-)
 create mode 100644 CHANGELOG.md
 copy lib/json-schema/errors/{schema_error.rb => json_load_error.rb} (52%)
 create mode 100644 lib/json-schema/errors/schema_parse_error.rb
 copy lib/json-schema/errors/{schema_error.rb => uri_error.rb} (54%)
-- 
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