Ensure swagger-ui files are included in rswag-ui.gemspec

This commit is contained in:
richie
2016-10-12 12:46:01 -07:00
parent 69202bf212
commit edc7e7c036
5 changed files with 6 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = "Open up your API to the phenomenal Swagger ecosystem by exposing Swagger files, that describe your service, as JSON endpoints"
s.license = "MIT"
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile" ]
s.files = Dir["{lib}/**/*"] + ["MIT-LICENSE", "Rakefile" ]
s.add_dependency "rails", ">= 3.1", "< 5.1"
end