[DRE-commits] [ruby-multi-xml] branch master updated (1f7f7a6 -> cc5ef93)
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Dec 4 23:45:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-multi-xml.
from 1f7f7a6 Run wrap-and-sort on packaging files
new 113aff2 Follow Github as the source to get the tests
adds 4fa17fa New upstream version 0.6.0
new 8229d89 Update upstream source from tag 'upstream/0.6.0'
new 75dbd9f Refresh remove-simplecov.patch
new fd59115 Drop rspec3.patch, applied upstream
new 9e45978 Bump Standards-Version to 4.1.1 (no changes needed)
new a5f42a3 Bump debhelper compatibility level to 10
new 5221b78 prepare changelog
new 444a6d7 Fix tests for ruby-ox >= 2.4.13 (Closes: #882718)
new 5d6958f Suggests ruby-lixml, ruby-nokogir and ruby-ox
new 65afa3b Bump Standards-Version to 4.1.2 (no changes needed)
new 5130ba5 Set Testsuite field to autopkgtest-pkg-ruby
new cc5ef93 finalize changelog
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 | 11 +
.rspec | 2 +
.rubocop.yml | 67 ++++++
.travis.yml | 20 ++
CONTRIBUTING.md | 8 +-
Gemfile | 32 +++
README.md | 32 ++-
Rakefile | 36 ++-
data.tar.gz.sig | Bin 256 -> 0 bytes
debian/changelog | 18 ++
debian/compat | 2 +-
debian/control | 13 +-
debian/patches/ox_spaces.patch | 24 ++
debian/patches/remove-simplecov.patch | 19 +-
debian/patches/rspec3.patch | 59 -----
debian/patches/series | 2 +-
debian/watch | 6 +-
lib/multi_xml.rb | 151 +++++++------
lib/multi_xml/parsers/libxml.rb | 7 +-
lib/multi_xml/parsers/libxml2_parser.rb | 38 ++--
lib/multi_xml/parsers/nokogiri.rb | 9 +-
lib/multi_xml/parsers/oga.rb | 73 +++++++
lib/multi_xml/parsers/ox.rb | 22 +-
lib/multi_xml/parsers/rexml.rb | 26 +--
lib/multi_xml/version.rb | 44 +++-
metadata.gz.sig | Bin 256 -> 0 bytes
metadata.yml | 111 ----------
multi_xml.gemspec | 15 +-
spec/helper.rb | 16 +-
spec/multi_xml_spec.rb | 40 ++--
spec/parser_shared_example.rb | 373 +++++++++++++++++---------------
spec/speed.rb | 46 ++--
32 files changed, 752 insertions(+), 570 deletions(-)
create mode 100644 .gitignore
create mode 100644 .rspec
create mode 100644 .rubocop.yml
create mode 100644 .travis.yml
create mode 100644 Gemfile
delete mode 100644 data.tar.gz.sig
create mode 100644 debian/patches/ox_spaces.patch
delete mode 100644 debian/patches/rspec3.patch
create mode 100644 lib/multi_xml/parsers/oga.rb
delete mode 100644 metadata.gz.sig
delete mode 100644 metadata.yml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-multi-xml.git
More information about the Pkg-ruby-extras-commits
mailing list