[DRE-commits] [ruby-charlock-holmes] branch master updated (c972c5d -> f5dca9c)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Nov 27 09:43:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository ruby-charlock-holmes.
from c972c5d Remove myself from Uploaders
adds a9abcf4 Imported Upstream version 0.7.3
new 349027b Merge tag 'upstream/0.7.3'
new a231321 update changelog
new f594c15 remove already applied patch
new f5dca9c add uploaders, bump standards
The 4 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 +
Gemfile | 4 +-
Gemfile.lock | 22 -
MIT-LICENSE | 2 +-
charlock_holmes.gemspec | 4 +-
checksums.yaml.gz | Bin 0 -> 269 bytes
debian/changelog | 8 +
debian/control | 3 +-
debian/patches/series | 1 -
debian/patches/use-system-libmagic.patch | 42 -
ext/charlock_holmes/encoding_detector.c | 106 +-
ext/charlock_holmes/extconf.rb | 39 +-
lib/charlock_holmes/encoding_detector.rb | 45 +-
lib/charlock_holmes/string.rb | 4 +-
lib/charlock_holmes/version.rb | 2 +-
metadata.yml | 58 +-
test/converter_test.rb | 2 +-
test/encoding_detector_test.rb | 40 +-
test/fixtures/ISO-2022-KR.txt | 43 +
test/fixtures/foo.pdf | Bin 0 -> 38179 bytes
test/fixtures/laholator.py | 131 +
test/fixtures/octocat.ai | 4424 ++++++++++++++++++++++++++++++
test/fixtures/octocat.gif | Bin 0 -> 13621 bytes
test/fixtures/octocat.jpg | Bin 0 -> 5570 bytes
test/fixtures/octocat.png | Bin 0 -> 5570 bytes
test/fixtures/octocat.psd | Bin 0 -> 136522 bytes
test/fixtures/sierpinski.ps | 41 +
test/fixtures/utf16be.html | Bin 0 -> 37178 bytes
test/fixtures/utf32be.html | Bin 0 -> 74356 bytes
test/fixtures/utf32le.html | Bin 0 -> 74356 bytes
test/fixtures/utf8.html | 240 ++
test/fixtures/vimrc | 596 ++++
test/helper.rb | 14 +-
test/string_methods_test.rb | 27 +-
test/transliterator_test.rb | 2 +-
35 files changed, 5733 insertions(+), 168 deletions(-)
delete mode 100644 Gemfile.lock
create mode 100644 checksums.yaml.gz
delete mode 100644 debian/patches/use-system-libmagic.patch
create mode 100644 test/fixtures/ISO-2022-KR.txt
create mode 100644 test/fixtures/foo.pdf
create mode 100644 test/fixtures/laholator.py
create mode 100644 test/fixtures/octocat.ai
create mode 100644 test/fixtures/octocat.gif
create mode 100644 test/fixtures/octocat.jpg
create mode 100644 test/fixtures/octocat.png
create mode 100644 test/fixtures/octocat.psd
create mode 100644 test/fixtures/sierpinski.ps
create mode 100644 test/fixtures/utf16be.html
create mode 100644 test/fixtures/utf32be.html
create mode 100644 test/fixtures/utf32le.html
create mode 100644 test/fixtures/utf8.html
create mode 100644 test/fixtures/vimrc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-charlock-holmes.git
More information about the Pkg-ruby-extras-commits
mailing list