Finishes some renaming elements that were missed previously

Modifes the travis.yml in trying to setup travis CI build
This commit is contained in:
Jay Danielian
2019-08-01 14:05:57 -04:00
parent 6d285d2c4f
commit 157175c90f
9 changed files with 29 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = ENV['TRAVIS_TAG'] || '0.0.0'
s.authors = ["Richie Morris", "Jay Danielian"]
s.email = ["domaindrivendev@gmail.com"]
s.homepage = "https://github.com/jdanielian/rswag"
s.homepage = "https://github.com/jdanielian/open-api-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"