all repos — markup @ cb3554f06c9496ac8fabe5dd6bb5c9a9d512ac22

The code we use to render README.your_favorite_markup

Release 0.7.3
Vicent Marti tanoku@gmail.com
Tue, 17 Jul 2012 02:46:52 +0200
commit

cb3554f06c9496ac8fabe5dd6bb5c9a9d512ac22

parent

f9028e34d5cd1e360c83a322ce57eef75cba7a4b

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.2' - s.date = '2012-04-05' + s.version = '0.7.3' + s.date = '2012-07-17' 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.1' + VERSION = '0.7.3' Version = VERSION end end