[DRE-commits] [coderay] branch master updated (5c55d81 -> 98cf636)
Youhei SASAKI
uwabami-guest at alioth.debian.org
Wed Sep 4 09:55:06 UTC 2013
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a change to branch master
in repository coderay.
from 5c55d81 Update debian/changelog
new 88155c0 Imported Upstream version 1.1.0
new 9cd4a6e Merge tag 'upstream/1.1.0'
new 98cf636 Drop transitional packages
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:
Rakefile | 4 +-
bin/coderay | 8 +-
checksums.yaml.gz | Bin 0 -> 270 bytes
debian/control | 23 ---
lib/coderay.rb | 5 +-
lib/coderay/encoders/debug.rb | 22 +--
lib/coderay/encoders/debug_lint.rb | 63 +++++++
lib/coderay/encoders/html.rb | 185 +++++++++----------
lib/coderay/encoders/html/css.rb | 14 +-
lib/coderay/encoders/html/numbering.rb | 43 +++--
lib/coderay/encoders/html/output.rb | 2 +-
lib/coderay/encoders/lint.rb | 59 ++++++
lib/coderay/encoders/statistic.rb | 1 -
lib/coderay/encoders/terminal.rb | 226 ++++++++++++-----------
lib/coderay/helpers/file_type.rb | 106 ++++++-----
lib/coderay/helpers/gzip.rb | 41 -----
lib/coderay/helpers/plugin.rb | 39 ++--
lib/coderay/scanner.rb | 84 ++++++---
lib/coderay/scanners/c.rb | 2 +-
lib/coderay/scanners/cpp.rb | 2 +-
lib/coderay/scanners/css.rb | 47 +++--
lib/coderay/scanners/debug.rb | 26 ++-
lib/coderay/scanners/diff.rb | 84 +++++----
lib/coderay/scanners/{c.rb => go.rb} | 155 +++++++++-------
lib/coderay/scanners/groovy.rb | 21 ++-
lib/coderay/scanners/html.rb | 54 ++++--
lib/coderay/scanners/java.rb | 2 +-
lib/coderay/scanners/java_script.rb | 36 +++-
lib/coderay/scanners/json.rb | 27 +--
lib/coderay/scanners/lua.rb | 280 +++++++++++++++++++++++++++++
lib/coderay/scanners/php.rb | 26 ++-
lib/coderay/scanners/python.rb | 6 +-
lib/coderay/scanners/raydebug.rb | 45 +++--
lib/coderay/scanners/ruby.rb | 4 +-
lib/coderay/scanners/ruby/patterns.rb | 5 +-
lib/coderay/scanners/ruby/string_state.rb | 14 +-
lib/coderay/scanners/sass.rb | 232 ++++++++++++++++++++++++
lib/coderay/scanners/sql.rb | 11 +-
lib/coderay/scanners/taskpaper.rb | 36 ++++
lib/coderay/scanners/yaml.rb | 4 +-
lib/coderay/styles/alpha.rb | 56 +++---
lib/coderay/token_kinds.rb | 145 ++++++++-------
lib/coderay/tokens.rb | 100 +++--------
lib/coderay/version.rb | 2 +-
metadata.yml | 26 +--
test/functional/basic.rb | 4 +-
test/functional/examples.rb | 6 +-
test/functional/for_redcloth.rb | 14 +-
48 files changed, 1567 insertions(+), 830 deletions(-)
create mode 100644 checksums.yaml.gz
create mode 100644 lib/coderay/encoders/debug_lint.rb
create mode 100644 lib/coderay/encoders/lint.rb
delete mode 100644 lib/coderay/helpers/gzip.rb
copy lib/coderay/scanners/{c.rb => go.rb} (63%)
create mode 100644 lib/coderay/scanners/lua.rb
create mode 100644 lib/coderay/scanners/sass.rb
create mode 100644 lib/coderay/scanners/taskpaper.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/coderay.git
More information about the Pkg-ruby-extras-commits
mailing list