Skip to content
Snippets Groups Projects
Commit cbbaeda7 authored by Garen Torikian's avatar Garen Torikian
Browse files

Bump up to 0.7.7

parent 1d189e7d
No related branches found
No related tags found
No related merge requests found
*.pyc
pkg/
bin
.bundle
Gemfile.lock
Loading
Loading
require File.expand_path("../lib/github-markup", __FILE__)
## This is the rakegem gemspec template. Make sure you read and understand
## all of the comments. Some sections require modification, and others can
## be deleted if you don't need them. Once you understand the contents of
Loading
Loading
@@ -13,8 +15,8 @@ Gem::Specification.new do |s|
## 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.6'
s.date = '2013-09-12'
s.version = GitHub::Markup::VERSION
s.date = '2013-09-23'
s.executables = ['github-markup']
 
## Make sure your summary is short. The description may be as long
Loading
Loading
module GitHub
module Markup
VERSION = '0.7.6'
VERSION = '0.7.7'
Version = VERSION
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment