mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
Pusblish as beta version
This commit is contained in:
parent
2b4a940429
commit
452917e0d9
@ -1,3 +1,3 @@
|
||||
module SwaggerRails
|
||||
VERSION = "0.0.1"
|
||||
VERSION = "1.0.0-beta"
|
||||
end
|
||||
|
||||
BIN
swagger_rails-0.0.1.gem
Normal file
BIN
swagger_rails-0.0.1.gem
Normal file
Binary file not shown.
BIN
swagger_rails-1.0.0.pre.beta.gem
Normal file
BIN
swagger_rails-1.0.0.pre.beta.gem
Normal file
Binary file not shown.
@ -10,13 +10,13 @@ Gem::Specification.new do |s|
|
||||
s.authors = ["domaindrivendev"]
|
||||
s.email = ["domaindrivendev@gmail.com"]
|
||||
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.summary = "Leverage your api/integration test specs to generate swagger descriptions for Rails-based API's"
|
||||
s.description = "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. 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!"
|
||||
s.license = "MIT"
|
||||
|
||||
s.files = Dir["{app,bower_components/swagger-ui/dist,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
|
||||
|
||||
s.add_dependency "rails", ">= 3.1", "< 5"
|
||||
|
||||
s.add_development_dependency "rspec-rails"
|
||||
s.add_development_dependency "rspec-rails", "~> 3.0"
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user