mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
Rename gem from swagger-rails to swagger_rails
This commit is contained in:
parent
efab9b43a4
commit
2b4a940429
@ -1,4 +1,4 @@
|
||||
swagger-rails
|
||||
swagger_rails
|
||||
=========
|
||||
|
||||
Leverage your api/integration test specs to generate [swagger](http://swagger.io/) descriptions for Rails-based API's. Use the provided DSL to accurately test and describe API operations in your spec files. Then, you can easily generate corresponding swagger.json files and serve them up with an embedded version of [swagger-ui](https://github.com/swagger-api/swagger-ui). This means you can complement your API with a slick discovery UI to assist consumers with their integration efforts. Best of all, it requires minimal coding and maintenance, allowing you to focus on building an awesome API!
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "swagger-rails",
|
||||
"name": "swagger_rails",
|
||||
"version": "0.0.0",
|
||||
"homepage": "https://github.com/domaindrivendev/swagger-rails",
|
||||
"homepage": "https://github.com/domaindrivendev/swagger_rails",
|
||||
"authors": [
|
||||
"domaindrivendev <domaindrivendev@gmail.com>"
|
||||
],
|
||||
|
||||
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
||||
s.version = SwaggerRails::VERSION
|
||||
s.authors = ["domaindrivendev"]
|
||||
s.email = ["domaindrivendev@gmail.com"]
|
||||
s.homepage = "https://github.com/domaindrivendev/swagger-rails"
|
||||
s.homepage = "https://github.com/domaindrivendev/swagger_rails"
|
||||
s.summary = "Seamlessly adds a Swagger to Rails-based API's"
|
||||
s.description = "Seamlessly adds a Swagger to Rails-based API's"
|
||||
s.license = "MIT"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user