all repos — markup @ 71aace4ba4fab6d69681026cb421516ab102d2b9

The code we use to render README.your_favorite_markup

0.1.2
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:57:18 -0800
commit

71aace4ba4fab6d69681026cb421516ab102d2b9

parent

4c10ef7ce2833003a79832f368c89509fd03d5e5

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

jump to
M HISTORY.mdHISTORY.md

@@ -1,3 +1,8 @@

+## 0.1.2 (2009-11-02) + +* Renamed to `github-markup` +* Bugfix: POD rendering works now, not just index + ## 0.1.1 (2009-11-02) * Added `GitHub::Markup.can_render?` helper.
M lib/github/markup/version.rblib/github/markup/version.rb

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

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