We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b183c89 commit b7cabb1Copy full SHA for b7cabb1
github-markup.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
## the sub! line in the Rakefile
17
s.name = 'github-markup'
18
s.version = GitHub::Markup::VERSION
19
- s.date = '2013-09-23'
+ s.date = '2013-12-04'
20
s.executables = ['github-markup']
21
22
## Make sure your summary is short. The description may be as long
@@ -66,6 +66,10 @@ desc
66
lib/github-markup.rb
67
lib/github/commands/rest2html
68
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
73
lib/github/markup/rdoc.rb
74
lib/github/markups.rb
75
script/bootstrap
0 commit comments