[DRE-commits] [ruby-rouge] 02/03: Merge tag 'upstream/2.0.1'

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Tue Jun 21 12:54:38 UTC 2016


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

uwabami-guest pushed a commit to annotated tag debian/2.0.1-1
in repository ruby-rouge.

commit e5a6224e866a92751f2a717cebbc1935b009ac40
Merge: a66ee7f 2446787
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Jun 21 21:41:06 2016 +0900

    Merge tag 'upstream/2.0.1'
    
    Upstream version 2.0.1

 lib/rouge.rb                          |  13 +++
 lib/rouge/cli.rb                      |  29 +++--
 lib/rouge/demos/cfscript              |  18 +++
 lib/rouge/demos/kotlin                |   3 +
 lib/rouge/demos/pascal                |  14 +++
 lib/rouge/formatter.rb                |  25 ++++
 lib/rouge/formatters/html.rb          |  99 ++--------------
 lib/rouge/formatters/html_inline.rb   |  22 ++++
 lib/rouge/formatters/html_legacy.rb   |  44 ++++++++
 lib/rouge/formatters/html_linewise.rb |  27 +++++
 lib/rouge/formatters/html_pygments.rb |  16 +++
 lib/rouge/formatters/html_table.rb    |  61 ++++++++++
 lib/rouge/formatters/html_wrapper.rb  |  11 --
 lib/rouge/formatters/terminal256.rb   |  12 +-
 lib/rouge/guesser.rb                  |  46 ++++++++
 lib/rouge/guessers/filename.rb        |  25 ++++
 lib/rouge/guessers/glob_mapping.rb    |  46 ++++++++
 lib/rouge/guessers/mimetype.rb        |  14 +++
 lib/rouge/guessers/modeline.rb        |  42 +++++++
 lib/rouge/guessers/source.rb          |  39 +++++++
 lib/rouge/lexer.rb                    |  96 ++--------------
 lib/rouge/lexers/cfscript.rb          | 153 +++++++++++++++++++++++++
 lib/rouge/lexers/d.rb                 |   2 +-
 lib/rouge/lexers/groovy.rb            |  12 +-
 lib/rouge/lexers/http.rb              |   6 +-
 lib/rouge/lexers/javascript.rb        |  17 ++-
 lib/rouge/lexers/kotlin.rb            |  84 ++++++++++++++
 lib/rouge/lexers/pascal.rb            |  66 +++++++++++
 lib/rouge/lexers/praat.rb             | 207 ++++++++++++++++++----------------
 lib/rouge/plugins/redcarpet.rb        |   2 +-
 lib/rouge/theme.rb                    |  10 +-
 lib/rouge/themes/gruvbox.rb           | 167 +++++++++++++++++++++++++++
 lib/rouge/version.rb                  |   2 +-
 33 files changed, 1113 insertions(+), 317 deletions(-)

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



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