all repos — markup @ f4bd4763e34379099d8b57ac700cff92c650564a

The code we use to render README.your_favorite_markup

0.1.3
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 18:03:18 -0800
commit

f4bd4763e34379099d8b57ac700cff92c650564a

parent

0028d39628515842395b56bd2f079d7240bcd62d

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

jump to
M HISTORY.mdHISTORY.md

@@ -1,3 +1,7 @@

+## 0.1.3 (2009-11-02) + +* Strip the INDEX comments from POD + ## 0.1.2 (2009-11-02) * Renamed to `github-markup`
M lib/github/markup/version.rblib/github/markup/version.rb

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

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