all repos — markup @ 19cf832689f02ff290ac94c4d685dcf0b3816e12

The code we use to render README.your_favorite_markup

0.1.1
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:35:58 -0800
commit

19cf832689f02ff290ac94c4d685dcf0b3816e12

parent

f06a4884faa3da768b621c926ec69e8cb5785418

2 files changed, 9 insertions(+), 1 deletions(-)

jump to
A HISTORY.md

@@ -0,0 +1,8 @@

+## 0.1.1 (2009-11-02) + +* Added `GitHub::Markup.can_render?` helper. +* Bugfix: Actually check file extensions + +## 0.1.0 (2009-11-02) + +* First release
M lib/github/markup/version.rblib/github/markup/version.rb

@@ -1,5 +1,5 @@

module GitHub module Markup - Version = '0.1.0' + Version = '0.1.1' end end