github-markup 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.6 (2009-11-17)
2
+
3
+ * mdown
4
+
1
5
  ## 0.1.5 (2009-11-17)
2
6
 
3
7
  * Actually, if we can't render a thing then don't. Not once, not never.
@@ -1,5 +1,5 @@
1
1
  module GitHub
2
2
  module Markup
3
- Version = '0.1.5'
3
+ Version = '0.1.6'
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- markup(:markdown, /md|mkdn?|markdown/) do |content|
1
+ markup(:markdown, /md|mkdn?|mdown|markdown/) do |content|
2
2
  Markdown.new(content).to_html
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-markup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath