[DRE-commits] [ruby-actionpack-xml-parser] branch master updated (6e7d435 -> 3032edb)

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jan 22 13:28:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a change to branch master
in repository ruby-actionpack-xml-parser.

      from  6e7d435   debian/control: adjust version requirements
       new  a34dda8   debian/watch: point at github to get test suite
      adds  7acb843   Imported Upstream version 1.0.2
       new  15a1d14   Merge tag 'upstream/1.0.2'
       new  b5c2843   add myself to Uploaders:
       new  dd3942e   run tests
       new  a3e84fb   add myself to debian/copyright
       new  3032edb   release to unstable

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:
 .gitignore                      |  17 ++++
 .travis.yml                     |  26 +++++
 Gemfile                         |   3 +
 Rakefile                        |  11 ++
 actionpack-xml_parser.gemspec   |  23 +++++
 debian/changelog                |   7 +-
 debian/control                  |   3 +-
 debian/copyright                |   2 +-
 debian/ruby-tests.rake          |   6 ++
 debian/watch                    |   2 +-
 gemfiles/Gemfile-edge           |   5 +
 metadata.yml                    |  84 ---------------
 test/fixtures/500.html          |   1 +
 test/helper.rb                  |  82 +++++++++++++++
 test/webservice_test.rb         | 219 ++++++++++++++++++++++++++++++++++++++++
 test/xml_params_parsing_test.rb | 203 +++++++++++++++++++++++++++++++++++++
 16 files changed, 604 insertions(+), 90 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 Rakefile
 create mode 100644 actionpack-xml_parser.gemspec
 create mode 100644 debian/ruby-tests.rake
 create mode 100644 gemfiles/Gemfile-edge
 delete mode 100644 metadata.yml
 create mode 100644 test/fixtures/500.html
 create mode 100644 test/helper.rb
 create mode 100644 test/webservice_test.rb
 create mode 100644 test/xml_params_parsing_test.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-actionpack-xml-parser.git



More information about the Pkg-ruby-extras-commits mailing list