[DRE-commits] [coderay] branch master updated (ccc440a -> 8889f7e)

zeha at debian.org zeha at debian.org
Wed Mar 2 01:49:58 UTC 2016


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

zeha pushed a change to branch master
in repository coderay.

      from  ccc440a   prepare unstable upload (1.1.0-4)
      adds  79517b8   Imported Upstream version 1.1.1
       new  b38ebfc   Merge tag 'upstream/1.1.1'
       new  4b97ea3   Run wrap-and-sort -a
       new  abd10cb   Update packaging using dh-make-ruby -w
       new  8889f7e   Update changelog for 1.1.1-1 release

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:
 bin/coderay                                       |   2 +-
 checksums.yaml.gz                                 | Bin 270 -> 0 bytes
 debian/changelog                                  |   8 +
 debian/compat                                     |   2 +-
 debian/control                                    |  11 +-
 debian/copyright                                  |   2 -
 debian/rules                                      |   2 +
 lib/coderay.rb                                    |  18 +-
 lib/coderay/encoders.rb                           |  18 ++
 lib/coderay/{ => encoders}/encoder.rb             |  11 --
 lib/coderay/encoders/html.rb                      |   5 +-
 lib/coderay/helpers/plugin.rb                     | 219 ----------------------
 lib/coderay/helpers/{plugin.rb => plugin_host.rb} |  53 ------
 lib/coderay/scanners.rb                           |  27 +++
 lib/coderay/scanners/diff.rb                      |   2 +-
 lib/coderay/scanners/java.rb                      |   2 +-
 lib/coderay/scanners/ruby.rb                      |  19 +-
 lib/coderay/scanners/ruby/patterns.rb             |   2 +-
 lib/coderay/scanners/ruby/string_state.rb         |   8 +
 lib/coderay/{ => scanners}/scanner.rb             |  18 --
 lib/coderay/scanners/sql.rb                       |  42 ++---
 lib/coderay/styles.rb                             |  15 ++
 lib/coderay/styles/alpha.rb                       |   3 +-
 lib/coderay/{ => styles}/style.rb                 |   7 +-
 lib/coderay/version.rb                            |   2 +-
 metadata.yml                                      |  28 +--
 26 files changed, 152 insertions(+), 374 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 lib/coderay/encoders.rb
 rename lib/coderay/{ => encoders}/encoder.rb (93%)
 copy lib/coderay/helpers/{plugin.rb => plugin_host.rb} (83%)
 create mode 100644 lib/coderay/scanners.rb
 rename lib/coderay/{ => scanners}/scanner.rb (94%)
 create mode 100644 lib/coderay/styles.rb
 rename lib/coderay/{ => styles}/style.rb (64%)

-- 
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