all repos — markup @ 9fe9b41242363d0bf8cf8ea428d8d9bcfb611b38

The code we use to render README.your_favorite_markup

Release 0.7.4
Vicent Marti tanoku@gmail.com
Thu, 19 Jul 2012 23:39:51 +0200
commit

9fe9b41242363d0bf8cf8ea428d8d9bcfb611b38

parent

e7dfbcb1c69add8ed13c7d10dcd512bf45544950

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

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

@@ -13,8 +13,8 @@ ## Leave these as is they will be modified for you by the rake gemspec task.

## 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.3' - s.date = '2012-07-17' + s.version = '0.7.4' + s.date = '2012-07-19' 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.3' + VERSION = '0.7.4' Version = VERSION end end