Skip to content

Commit ba3e3e7

Browse files
committed
Fixed yard documentation generation.
1 parent 5a158ce commit ba3e3e7

File tree

8 files changed

+121
-118
lines changed

8 files changed

+121
-118
lines changed

.document

-5
This file was deleted.

.yardopts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--markup-provider=redcarpet
2+
--markup=markdown

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ group :development, :test do
1212
gem 'json'
1313
gem 'rspec'
1414
gem 'rack-test', "~> 0.6.2", :require => "rack/test"
15+
gem 'github-markup'
16+
gem 'redcarpet'
1517
end

0 commit comments

Comments
 (0)