[DRE-commits] [ruby-roxml] branch master updated (098c021 -> d626e23)

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

      from  098c021   Run wrap-and-sort on packaging files
      adds  462d18c   New upstream version 4.0.0
       new  4ba990e   Update upstream source from tag 'upstream/4.0.0'
       new  be64907   Refresh patches, drop rspec3.patch require-system-roxml.patch remove_rubygems_from_tests.patch
       new  e417379   Point Homepage field to Github as the historic on Rubyforge doesn't exist anymore
       new  090212e   Bump Standards-Version to 4.1.2 (no changes needed)
       new  c21a72b   Bump debhelper compatibility level to 10
       new  18b3836   update dependencies
       new  7163e26   open changelog entry
       new  bfdc8e7   deps
       new  6453902   Add 0004-Do-not-require-equivalent-xml-gem-for-tests.patch
       new  65fe493   Add 0005-No-require_relative-to-load-roxml.patch
       new  66376a5   https in watch file
       new  d626e23   finish changelog entry

The 12 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:
 .gitignore                                         |   1 -
 .travis.yml                                        |   7 +
 Gemfile                                            |  15 +-
 Gemfile.lock                                       | 136 +++++++----
 History.txt                                        |   9 +
 README.rdoc                                        |   5 +-
 Rakefile                                           |  15 +-
 VERSION                                            |   2 +-
 debian/changelog                                   |  20 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  12 +-
 ...-not-require-equivalent-xml-gem-for-tests.patch |  63 ++++++
 ...> 0005-No-require_relative-to-load-roxml.patch} |  35 +--
 ...deactivate_activesupport_gem_version_test.patch |  19 +-
 debian/patches/remove_rubygems_from_tests.patch    |  27 ---
 debian/patches/require-rspec.patch                 |  25 ++-
 debian/patches/rspec3.patch                        | 212 ------------------
 debian/patches/series                              |   5 +-
 debian/patches/use_moved_VERSION.patch             |  18 +-
 debian/watch                                       |   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 +-
 67 files changed, 787 insertions(+), 1022 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 debian/patches/0004-Do-not-require-equivalent-xml-gem-for-tests.patch
 rename debian/patches/{require-system-roxml.patch => 0005-No-require_relative-to-load-roxml.patch} (52%)
 delete mode 100644 debian/patches/remove_rubygems_from_tests.patch
 delete mode 100644 debian/patches/rspec3.patch
 create mode 100644 examples/search_query.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/examples/search_query_spec.rb

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