diff --git a/Gemfile.lock b/Gemfile.lock index c1e355f..84a9373 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - swagger_rails (1.0.0.pre.beta) + swagger_rails (1.0.0.pre.beta2) rails (>= 3.1, < 5) GEM diff --git a/lib/swagger_rails/version.rb b/lib/swagger_rails/version.rb index e732756..8cecfd4 100644 --- a/lib/swagger_rails/version.rb +++ b/lib/swagger_rails/version.rb @@ -1,3 +1,3 @@ module SwaggerRails - VERSION = "1.0.0-beta" + VERSION = "1.0.0-beta2" end diff --git a/swagger_rails-0.0.1.gem b/swagger_rails-0.0.1.gem deleted file mode 100644 index a6bc04a..0000000 Binary files a/swagger_rails-0.0.1.gem and /dev/null differ diff --git a/swagger_rails-1.0.0.pre.beta.gem b/swagger_rails-1.0.0.pre.beta.gem deleted file mode 100644 index 67b1e4e..0000000 Binary files a/swagger_rails-1.0.0.pre.beta.gem and /dev/null differ diff --git a/swagger_rails-1.0.0.pre.beta2.gem b/swagger_rails-1.0.0.pre.beta2.gem new file mode 100644 index 0000000..11ea475 Binary files /dev/null and b/swagger_rails-1.0.0.pre.beta2.gem differ diff --git a/swagger_rails.gemspec b/swagger_rails.gemspec index 547cbde..a651095 100644 --- a/swagger_rails.gemspec +++ b/swagger_rails.gemspec @@ -10,8 +10,8 @@ Gem::Specification.new do |s| s.authors = ["domaindrivendev"] s.email = ["domaindrivendev@gmail.com"] s.homepage = "https://github.com/domaindrivendev/swagger_rails" - 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.summary = "Generate API documentation, including a slick discovery/playground UI, directly from your rspec integration specs" + s.description = "Use the provided DSL to describe and test 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. 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"]