Tweak gemspecs and script to build gems

This commit is contained in:
richie
2016-10-11 21:55:13 -07:00
parent 02159f2136
commit fa8d42b37b
8 changed files with 51 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ Gem::Specification.new do |s|
s.email = ["domaindrivendev@gmail.com"]
s.homepage = "https://github.com/domaindrivendev/rswag"
s.summary = "A Rails Engine that exposes Swagger files as JSON endpoints"
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" ]