github-markup.gemspec in github-markup-0.7.4 vs github-markup.gemspec in github-markup-0.7.5
- old
+ new
@@ -11,12 +11,12 @@
## 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.4'
- s.date = '2012-07-19'
+ s.version = '0.7.5'
+ s.date = '2012-12-17'
s.executables = ['github-markup']
## Make sure your summary is short. The description may be as long
## as you like.
s.summary = "The code GitHub uses to render README.markup"
@@ -60,20 +60,20 @@
README.md
Rakefile
bin/github-markup
github-markup.gemspec
lib/github-markup.rb
- lib/github/commands/asciidoc2html
- lib/github/commands/asciidocapi.py
lib/github/commands/rest2html
lib/github/markup.rb
lib/github/markup/rdoc.rb
lib/github/markups.rb
test/markup_test.rb
test/markups/README.asciidoc
test/markups/README.asciidoc.html
test/markups/README.creole
test/markups/README.creole.html
+ test/markups/README.lhs
+ test/markups/README.lhs.html
test/markups/README.markdown
test/markups/README.markdown.html
test/markups/README.mediawiki
test/markups/README.mediawiki.html
test/markups/README.noformat