all repos — markup @ 14031f4166ebc5c57d09b766a1fa26eba2fdb6f1

The code we use to render README.your_favorite_markup

Release 0.7.6
Garen Torikian gjtorikian@gmail.com
Thu, 12 Sep 2013 11:27:58 -0700
commit

14031f4166ebc5c57d09b766a1fa26eba2fdb6f1

parent

5469fb357ee49696aa2035c3d91fc2bbd6f9c26d

2 files changed, 7 insertions(+), 3 deletions(-)

jump to
M github-markup.gemspecgithub-markup.gemspec

@@ -13,8 +13,8 @@ ## Leave these as is they will be modified for you by the rake gemspec task.

## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'github-markup' - s.version = '0.7.5' - s.date = '2012-12-17' + s.version = '0.7.6' + s.date = '2013-09-12' s.executables = ['github-markup'] ## Make sure your summary is short. The description may be as long

@@ -66,6 +66,8 @@ lib/github/commands/rest2html

lib/github/markup.rb lib/github/markup/rdoc.rb lib/github/markups.rb + script/bootstrap + script/cibuild test/markup_test.rb test/markups/README.asciidoc test/markups/README.asciidoc.html

@@ -73,6 +75,8 @@ test/markups/README.creole

test/markups/README.creole.html test/markups/README.lhs test/markups/README.lhs.html + test/markups/README.litcoffee + test/markups/README.litcoffee.html test/markups/README.markdown test/markups/README.markdown.html test/markups/README.mediawiki
M lib/github-markup.rblib/github-markup.rb

@@ -1,6 +1,6 @@

module GitHub module Markup - VERSION = '0.7.5' + VERSION = '0.7.6' Version = VERSION end end