File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
rspec_api_documentation/writers Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ module Writers
3737 autoload :HtmlWriter
3838 autoload :TextileWriter
3939 autoload :MarkdownWriter
40- autoload :JsonWriter
40+ autoload :JSONWriter
4141 autoload :AppendJsonWriter
42- autoload :JsonIodocsWriter
42+ autoload :JSONIodocsWriter
4343 autoload :IndexHelper
4444 autoload :CombinedTextWriter
4545 autoload :CombinedJsonWriter
Original file line number Diff line number Diff line change 22
33module RspecApiDocumentation
44 module Writers
5- class JsonIodocsWriter < Writer
5+ class JSONIodocsWriter < Writer
66 attr_accessor :api_key
77 delegate :docs_dir , :to => :configuration
88
Original file line number Diff line number Diff line change 22
33module RspecApiDocumentation
44 module Writers
5- class JsonWriter < Writer
5+ class JSONWriter < Writer
66 delegate :docs_dir , :to => :configuration
77
88 def write
You can’t perform that action at this time.
0 commit comments