[DRE-commits] [ruby-github-markup] branch master updated (ec603dc -> 8d7b9d8)

Jonas Genannt jonas at brachium-system.net
Sun Feb 23 19:59:06 UTC 2014


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

hggh-guest pushed a change to branch master
in repository ruby-github-markup.

      from  ec603dc   renamed
      adds  19daa03   Imported Upstream version 1.0.2
       new  0f618d5   Merge tag 'upstream/1.0.2'
       new  8d7b9d8   d/control: added version depends from Gemfile

The 2 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                                  |   6 +
 .kick                                       |  26 ++++
 .travis.yml                                 |   7 ++
 Gemfile                                     |   4 +-
 README.md                                   |  32 ++++-
 debian/control                              |   8 +-
 github-markup.gemspec                       |  14 ++-
 lib/github-markup.rb                        |   2 +-
 lib/github/commands/rest2html               |  49 +++++++-
 lib/github/markup.rb                        |  87 ++++---------
 lib/github/markup/command_implementation.rb |  52 ++++++++
 lib/github/markup/gem_implementation.rb     |  26 ++++
 lib/github/markup/implementation.rb         |  28 +++++
 lib/github/markup/markdown.rb               |  56 +++++++++
 lib/github/markup/rdoc.rb                   |   6 +-
 lib/github/markups.rb                       |  26 +---
 script/bootstrap                            |   8 ++
 script/cibuild                              |  20 +++
 test/markup_test.rb                         |   5 +-
 test/markups/README.asciidoc                |  12 ++
 test/markups/README.asciidoc.html           |  43 +++++--
 test/markups/README.lhs.html                |   2 +-
 test/markups/README.litcoffee               |  59 +++++++++
 test/markups/README.litcoffee.html          |  66 ++++++++++
 test/markups/README.mediawiki.html          |   8 +-
 test/markups/README.org.html                | 185 ++++++++++++----------------
 test/markups/README.rst                     |   8 ++
 test/markups/README.rst.html                |  30 +++--
 test/markups/README.rst.txt.html            |   7 --
 29 files changed, 647 insertions(+), 235 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .kick
 create mode 100644 .travis.yml
 create mode 100644 lib/github/markup/command_implementation.rb
 create mode 100644 lib/github/markup/gem_implementation.rb
 create mode 100644 lib/github/markup/implementation.rb
 create mode 100644 lib/github/markup/markdown.rb
 create mode 100755 script/bootstrap
 create mode 100755 script/cibuild
 create mode 100644 test/markups/README.litcoffee
 create mode 100644 test/markups/README.litcoffee.html

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



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