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

@@ -8,7 +8,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 Swagger-based DSL for rspec-rails & accompanying rake task for generating Swagger files'
s.description = 'Simplify API integration testing with a succinct rspec DSL and generate Swagger files directly from your rspecs'
s.license = 'MIT'