Skip to content

Commit b7cabb1

Browse files
author
Charlie Somerville
committed
Release 1.0.0
1 parent b183c89 commit b7cabb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

github-markup.gemspec

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
## the sub! line in the Rakefile
1717
s.name = 'github-markup'
1818
s.version = GitHub::Markup::VERSION
19-
s.date = '2013-09-23'
19+
s.date = '2013-12-04'
2020
s.executables = ['github-markup']
2121

2222
## Make sure your summary is short. The description may be as long
@@ -66,6 +66,10 @@ desc
6666
lib/github-markup.rb
6767
lib/github/commands/rest2html
6868
lib/github/markup.rb
69+
lib/github/markup/command_implementation.rb
70+
lib/github/markup/gem_implementation.rb
71+
lib/github/markup/implementation.rb
72+
lib/github/markup/markdown.rb
6973
lib/github/markup/rdoc.rb
7074
lib/github/markups.rb
7175
script/bootstrap

0 commit comments

Comments
 (0)