[DRE-commits] [ruby-kramdown] branch master updated (240a077 -> 55c4b84)
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Thu Jul 31 12:05:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a change to branch master
in repository ruby-kramdown.
from 240a077 Fix debian changelog entry
adds 34e6466 Imported Upstream version 1.4.0
new fc35d59 Merge tag 'upstream/1.4.0'
new 58c4dea Change copyright: upstream change GPL-3 -> MIT/X11
new 55c4b84 Update debian/changelog
The 3 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:
CONTRIBUTERS | 6 ++--
Rakefile | 9 +++++
VERSION | 2 +-
benchmark/graph-ruby-2.1.0p0-0.png | Bin 9141 -> 0 bytes
benchmark/kramdown-ruby-2.1.0p0-0.dat | 9 -----
checksums.yaml.gz | Bin 271 -> 267 bytes
debian/changelog | 7 ++++
debian/copyright | 40 ++++++++++-----------
doc/documentation.template | 1 +
doc/index.page | 12 ++++---
doc/installation.page | 4 +--
doc/sidebar.template | 4 +--
doc/syntax.page | 9 +++--
lib/kramdown/converter/html.rb | 10 +++++-
lib/kramdown/converter/kramdown.rb | 7 ++--
lib/kramdown/parser/gfm.rb | 13 ++++---
lib/kramdown/parser/html.rb | 8 ++---
lib/kramdown/parser/kramdown.rb | 4 +--
lib/kramdown/parser/kramdown/link.rb | 4 ++-
lib/kramdown/parser/kramdown/list.rb | 18 +++++++---
lib/kramdown/parser/kramdown/table.rb | 7 ++--
lib/kramdown/utils/entities.rb | 11 ++++++
lib/kramdown/utils/string_scanner.rb | 10 ++++++
lib/kramdown/utils/unidecoder.rb | 2 +-
lib/kramdown/version.rb | 2 +-
man/man1/kramdown.1 | 8 ++---
metadata.yml | 14 +++++---
test/test_files.rb | 1 +
test/test_location.rb | 18 ++++++++--
.../block/09_html/html_to_native/table_simple.html | 13 +++++++
.../block/09_html/html_to_native/table_simple.text | 15 ++++++++
test/testcases/block/15_math/gh_128.html | 2 ++
test/testcases/block/15_math/gh_128.text | 1 +
test/testcases/block/15_math/normal.html | 2 ++
test/testcases/block/15_math/normal.text | 2 ++
test/testcases/span/01_link/imagelinks.html | 1 +
test/testcases/span/01_link/imagelinks.text | 2 ++
test/testcases/span/04_footnote/placement.html | 11 ++++++
test/testcases/span/04_footnote/placement.text | 8 +++++
test/testcases/span/05_html/normal.html | 7 ++++
test/testcases/span/05_html/normal.text | 7 ++++
test/testcases/span/05_html/raw_span_elements.html | 2 ++
test/testcases/span/05_html/raw_span_elements.text | 2 ++
test/testcases_gfm/atx_header.html | 3 ++
test/testcases_gfm/atx_header.text | 3 ++
45 files changed, 244 insertions(+), 77 deletions(-)
delete mode 100644 benchmark/graph-ruby-2.1.0p0-0.png
delete mode 100644 benchmark/kramdown-ruby-2.1.0p0-0.dat
create mode 100644 test/testcases/block/15_math/gh_128.html
create mode 100644 test/testcases/block/15_math/gh_128.text
create mode 100644 test/testcases/span/04_footnote/placement.html
create mode 100644 test/testcases/span/04_footnote/placement.text
create mode 100644 test/testcases/span/05_html/raw_span_elements.html
create mode 100644 test/testcases/span/05_html/raw_span_elements.text
create mode 100644 test/testcases_gfm/atx_header.html
create mode 100644 test/testcases_gfm/atx_header.text
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-kramdown.git
More information about the Pkg-ruby-extras-commits
mailing list