Renames gems to open_api-rswag-*

This commit is contained in:
Jay Danielian
2019-08-01 08:37:05 -04:00
parent 13f7007b2f
commit 475929e9aa
20 changed files with 133 additions and 125 deletions

View File

@@ -2,11 +2,11 @@ $:.push File.expand_path("../lib", __FILE__)
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "rswag-ui"
s.name = "open_api-rswag-ui"
s.version = ENV['TRAVIS_TAG'] || '0.0.0'
s.authors = ["Richie Morris"]
s.authors = ["Richie Morris", "Jay Danielian"]
s.email = ["domaindrivendev@gmail.com"]
s.homepage = "https://github.com/domaindrivendev/rswag"
s.homepage = "https://github.com/jaydanielian/rswag"
s.summary = "A Rails Engine that includes swagger-ui and powers it from configured Swagger endpoints"
s.description = "Expose beautiful API documentation, that's powered by Swagger JSON endpoints, including a UI to explore and test operations"
s.license = "MIT"