Skip to content

Commit cbbaeda

Browse files
committed
Bump up to 0.7.7
1 parent 1d189e7 commit cbbaeda

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.pyc
2+
pkg/
23
bin
34
.bundle
45
Gemfile.lock

github-markup.gemspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require File.expand_path("../lib/github-markup", __FILE__)
2+
13
## This is the rakegem gemspec template. Make sure you read and understand
24
## all of the comments. Some sections require modification, and others can
35
## be deleted if you don't need them. Once you understand the contents of
@@ -13,8 +15,8 @@ Gem::Specification.new do |s|
1315
## If your rubyforge_project name is different, then edit it and comment out
1416
## the sub! line in the Rakefile
1517
s.name = 'github-markup'
16-
s.version = '0.7.6'
17-
s.date = '2013-09-12'
18+
s.version = GitHub::Markup::VERSION
19+
s.date = '2013-09-23'
1820
s.executables = ['github-markup']
1921

2022
## Make sure your summary is short. The description may be as long

lib/github-markup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GitHub
22
module Markup
3-
VERSION = '0.7.6'
3+
VERSION = '0.7.7'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)