Release 1.0.0
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 14:08:38 +1100
1 files changed,
5 insertions(+),
1 deletions(-)
jump to
M
github-markup.gemspec
→
github-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