File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11* .pyc
2+ pkg /
23bin
34.bundle
45Gemfile.lock
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module GitHub
22 module Markup
3- VERSION = '0.7.6 '
3+ VERSION = '0.7.7 '
44 Version = VERSION
55 end
66end
You can’t perform that action at this time.
0 commit comments