swagger-ui as middleware & upgrade to 3.12.2

This commit is contained in:
domaindrivendev
2018-04-26 20:39:42 -07:00
parent 4c708295b9
commit fee8491ab6
74 changed files with 258 additions and 37700 deletions

View File

@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.description = "Expose beautiful API documentation, that's powered by Swagger JSON endpoints, including a UI to explore and test operations"
s.license = "MIT"
s.files = Dir["{app,config,lib,vendor}/**/*"] + ["MIT-LICENSE", "Rakefile" ]
s.files = Dir["{lib,node_modules}/**/*"] + ["MIT-LICENSE", "Rakefile" ]
s.add_dependency 'actionpack', '>=3.1', '< 6.0'
s.add_dependency 'railties', '>= 3.1', '< 6.0'