[DRE-commits] [ruby-github-markup] branch master updated (44b82a5	-> f213fb6)
    Praveen Arimbrathodiyil 
    praveen at moszumanska.debian.org
       
    Wed Sep 23 12:26:11 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository ruby-github-markup.
      from  44b82a5   d/watch: Fall-back to Github (githubredir webservice was discontinued)
      adds  b8a217e   Imported Upstream version 1.3.3+dfsg
       new  689bc7a   Merge tag 'upstream/1.3.3+dfsg'
       new  9aecc80   update changelog
       new  f213fb6   refresh patch
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:
 .travis.yml                                        |   7 +-
 CONTRIBUTING.md                                    |  81 +++++++++++++
 Gemfile                                            |  11 +-
 HISTORY.md                                         |  29 +++++
 README.md                                          | 130 +++++----------------
 Rakefile                                           | 124 +-------------------
 debian/changelog                                   |   4 +-
 .../0002-Update-pod-markup-test-output.patch       | 108 ++++++++---------
 github-markup.gemspec                              | 125 +++-----------------
 lib/github-markup.rb                               |   2 +-
 lib/github/commands/foo.rst                        |   7 --
 lib/github/commands/rest2html                      |  18 ++-
 lib/github/markup.rb                               |   2 +-
 lib/github/markup/command_implementation.rb        |  39 +++++--
 lib/github/markup/markdown.rb                      |   4 +-
 lib/github/markups.rb                              |   3 +-
 test/fixtures/fail.sh                              |   3 +
 test/markup_test.rb                                |  65 +++++++++--
 test/markups/README.asciidoc.html                  |  29 +++--
 test/markups/README.creole.html                    |   6 +-
 test/markups/README.litcoffee.html                 |  12 +-
 test/markups/README.markdown.html                  |   2 +-
 test/markups/README.noformat.html                  |   2 +-
 test/markups/README.org.html                       |  77 ++++++------
 test/markups/README.pod.html                       |  53 +++------
 test/markups/README.rdoc.html                      |  15 +--
 test/markups/{README.markdown => README.rmd}       |   1 +
 .../{README.markdown.html => README.rmd.html}      |   4 +-
 test/markups/README.rst                            |   9 ++
 test/markups/README.rst.html                       |  85 +++++++++-----
 test/markups/README.rst.txt.html                   |  44 ++++---
 test/markups/README.toc.rst                        |  30 +++++
 test/markups/README.toc.rst.html                   |  32 +++++
 test/markups/README.txt.html                       |   2 +-
 34 files changed, 590 insertions(+), 575 deletions(-)
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 lib/github/commands/foo.rst
 create mode 100755 test/fixtures/fail.sh
 copy test/markups/{README.markdown => README.rmd} (60%)
 copy test/markups/{README.markdown.html => README.rmd.html} (59%)
 create mode 100644 test/markups/README.toc.rst
 create mode 100644 test/markups/README.toc.rst.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