Skip to content

Commit

Permalink
Bump up to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Sep 24, 2013
1 parent 1d189e7 commit cbbaeda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.pyc
pkg/
bin
.bundle
Gemfile.lock
Expand Down
6 changes: 4 additions & 2 deletions github-markup.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/github-markup.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module GitHub
module Markup
VERSION = '0.7.6'
VERSION = '0.7.7'
Version = VERSION
end
end

0 comments on commit cbbaeda

Please sign in to comment.