richhollis / swagger-docs

Generates swagger-ui json files for Rails APIs with a simple DSL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency to the full rails gem

omarps opened this issue · comments

Is this dependency entirely necessary? I think that the developer might not want to swagger docs the entire framework, just the controller actions.

spec.add_runtime_dependency "rails", ">= 3"