From 2b4a940429dfa24044df7895e6357d9d1fe430e0 Mon Sep 17 00:00:00 2001 From: domaindrivendev Date: Mon, 25 Apr 2016 23:34:19 -0700 Subject: [PATCH] Rename gem from swagger-rails to swagger_rails --- README.md | 2 +- bower.json | 4 ++-- swagger_rails.gemspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f8a6da6..e78a268 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/bower.json b/bower.json index ed58f49..b04a4f8 100644 --- a/bower.json +++ b/bower.json @@ -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 " ], diff --git a/swagger_rails.gemspec b/swagger_rails.gemspec index eadc3b8..c94b87b 100644 --- a/swagger_rails.gemspec +++ b/swagger_rails.gemspec @@ -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"