[DRE-commits] [ruby-roxml] 01/12: Update upstream source from tag 'upstream/4.0.0'
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Dec 4 22:02:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-roxml.
commit 4ba990ecbf80d92bda2b259ff1a9b3e0ea0e931c
Merge: 098c021 462d18c
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Dec 4 21:13:45 2017 +0100
Update upstream source from tag 'upstream/4.0.0'
Update to upstream version '4.0.0'
with Debian dir 05b466281a0af375abf2be1a22b1c5a926b27d25
.gitignore | 1 -
.travis.yml | 7 +
Gemfile | 15 +-
Gemfile.lock | 136 ++++++++++++-----
History.txt | 9 ++
README.rdoc | 5 +-
Rakefile | 15 +-
VERSION | 2 +-
examples/search_query.rb | 17 +++
lib/roxml.rb | 10 +-
lib/roxml/definition.rb | 9 +-
lib/roxml/xml/references.rb | 29 +++-
metadata.yml | 249 -------------------------------
roxml.gemspec | 84 ++++++-----
spec/definition_spec.rb | 182 ++++++++++------------
spec/examples/active_record_spec.rb | 26 ++--
spec/examples/amazon_spec.rb | 26 ++--
spec/examples/current_weather_spec.rb | 12 +-
spec/examples/dashed_elements_spec.rb | 6 +-
spec/examples/library_spec.rb | 6 +-
spec/examples/library_with_fines_spec.rb | 14 +-
spec/examples/person_spec.rb | 6 +-
spec/examples/post_spec.rb | 8 +-
spec/examples/search_query_spec.rb | 26 ++++
spec/examples/twitter_spec.rb | 8 +-
spec/reference_spec.rb | 4 +-
spec/regression_spec.rb | 21 ++-
spec/roxml_spec.rb | 73 ++++-----
spec/shared_specs.rb | 4 +-
spec/spec_helper.rb | 2 +
spec/xml/array_spec.rb | 4 +-
spec/xml/attributes_spec.rb | 14 +-
spec/xml/encoding_spec.rb | 18 +--
spec/xml/namespace_spec.rb | 61 +++++---
spec/xml/namespaces_spec.rb | 6 +-
spec/xml/object_spec.rb | 14 +-
spec/xml/parser_spec.rb | 4 +-
spec/xml/text_spec.rb | 12 +-
test/fixtures/book_with_octal_pages.xml | 5 +-
test/test_helper.rb | 3 +-
test/unit/definition_test.rb | 53 ++++---
test/unit/deprecations_test.rb | 25 +++-
test/unit/to_xml_test.rb | 14 +-
test/unit/xml_attribute_test.rb | 5 +-
test/unit/xml_block_test.rb | 5 +-
test/unit/xml_bool_test.rb | 15 +-
test/unit/xml_convention_test.rb | 7 +-
test/unit/xml_hash_test.rb | 18 +--
test/unit/xml_initialize_test.rb | 7 +-
test/unit/xml_name_test.rb | 5 +-
test/unit/xml_namespace_test.rb | 7 +-
test/unit/xml_object_test.rb | 15 +-
test/unit/xml_required_test.rb | 13 +-
test/unit/xml_text_test.rb | 5 +-
website/index.html | 22 +--
55 files changed, 637 insertions(+), 732 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-roxml.git
More information about the Pkg-ruby-extras-commits
mailing list