Rename gem from swagger-rails to swagger_rails

This commit is contained in:
domaindrivendev 2016-04-25 23:34:19 -07:00
parent efab9b43a4
commit 2b4a940429
3 changed files with 4 additions and 4 deletions

View File

@ -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!

View File

@ -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>"
],

View File

@ -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"