Release 0.7.3
Vicent Marti tanoku@gmail.com
Tue, 17 Jul 2012 02:46:52 +0200
2 files changed,
3 insertions(+),
3 deletions(-)
M
github-markup.gemspec
→
github-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.rb
→
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub module Markup - VERSION = '0.7.1' + VERSION = '0.7.3' Version = VERSION end end