all repos — markup @ c86c766237e7eb7f82a7a6a99bb786aba6876263

The code we use to render README.your_favorite_markup

bump to 0.7.1
Brian Lopez seniorlopez@gmail.com
Mon, 13 Feb 2012 09:39:04 -0800
commit

c86c766237e7eb7f82a7a6a99bb786aba6876263

parent

16bad5f8c935986629ba21cb79db510e6e88e0b4

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

jump to
M github-markup.gemspecgithub-markup.gemspec

@@ -14,7 +14,7 @@ ## 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.0' - s.date = '2011-12-07' + s.date = '2012-02-13' s.executables = ['github-markup'] ## Make sure your summary is short. The description may be as long
M lib/github-markup.rblib/github-markup.rb

@@ -1,6 +1,6 @@

module GitHub module Markup - VERSION = '0.7.0' + VERSION = '0.7.1' Version = VERSION end end