[DRE-commits] [ruby-htmlentities] branch master updated (5c0ef15 -> 7b97756)

Caitlin Matos cm-guest at moszumanska.debian.org
Mon Jul 28 16:37:54 UTC 2014


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

cm-guest pushed a change to branch master
in repository ruby-htmlentities.

      from  5c0ef15   fixed typo
       new  529d5ea   updated homepage, watch
      adds  1feee96   imported upstream version 4.3.2
       new  67c9a01   Merge tag 'upstream/4.3.2'
       new  493e9f0   updated test files
       new  bfb7d6a   added self to uploaders
       new  5d6307d   d/copyright updated, DEP5-compliant
       new  ebc7daa   bumped compat, dh to 9
       new  7b97756   finalized changelog

The 7 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                    |  5 +++
 COPYING.txt                   |  2 +-
 Gemfile                       |  2 +
 README.md                     | 98 +++++++++++++++++++++++++++++++++++++++++++
 Rakefile                      | 41 ++++++++++++++++++
 debian/changelog              | 11 +++++
 debian/compat                 |  2 +-
 debian/control                |  6 +--
 debian/copyright              | 39 ++++++++---------
 debian/ruby-test-files.yaml   |  4 +-
 debian/watch                  |  4 +-
 htmlentities.gemspec          | 21 ++++++++++
 lib/htmlentities/decoder.rb   | 21 ++++------
 lib/htmlentities/encoder.rb   | 97 +++++++++++++++++++++---------------------
 lib/htmlentities/version.rb   |  2 +-
 metadata.yml                  | 87 --------------------------------------
 perf/profile.rb               |  2 +-
 perf/sample                   |  1 +
 test/common.rb                |  6 ---
 test/decoding_test.rb         |  2 +-
 test/encoding_test.rb         |  2 +-
 test/entities_test.rb         |  2 +-
 test/expanded_test.rb         |  2 +-
 test/html4_test.rb            |  2 +-
 test/interoperability_test.rb |  2 +-
 test/roundtrip_test.rb        |  2 +-
 test/ruby_1_8_test.rb         | 18 --------
 test/ruby_1_9_test.rb         | 70 -------------------------------
 test/string_encodings_test.rb | 68 ++++++++++++++++++++++++++++++
 test/test_helper.rb           |  3 ++
 test/xhtml1_test.rb           |  2 +-
 util/build_entities.rb        | 53 +++++++++++++++++++++++
 32 files changed, 396 insertions(+), 283 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 Gemfile
 create mode 100644 README.md
 create mode 100644 Rakefile
 create mode 100644 htmlentities.gemspec
 delete mode 100644 metadata.yml
 create mode 100644 perf/sample
 delete mode 100644 test/common.rb
 delete mode 100644 test/ruby_1_8_test.rb
 delete mode 100644 test/ruby_1_9_test.rb
 create mode 100644 test/string_encodings_test.rb
 create mode 100644 test/test_helper.rb
 create mode 100644 util/build_entities.rb

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



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