all repos — markup @ b7cabb1c81ea30035dd63a508a67a949c1846f4c

The code we use to render README.your_favorite_markup

Release 1.0.0
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 14:08:38 +1100
commit

b7cabb1c81ea30035dd63a508a67a949c1846f4c

parent

b183c895c6495de2ab89dec7ff6b0bc7d8a82eb7

1 files changed, 5 insertions(+), 1 deletions(-)

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

@@ -16,7 +16,7 @@ ## 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 = GitHub::Markup::VERSION - s.date = '2013-09-23' + s.date = '2013-12-04' s.executables = ['github-markup'] ## Make sure your summary is short. The description may be as long

@@ -66,6 +66,10 @@ github-markup.gemspec

lib/github-markup.rb lib/github/commands/rest2html lib/github/markup.rb + lib/github/markup/command_implementation.rb + lib/github/markup/gem_implementation.rb + lib/github/markup/implementation.rb + lib/github/markup/markdown.rb lib/github/markup/rdoc.rb lib/github/markups.rb script/bootstrap