Skip to content

Commit

Permalink
Merge pull request #20 from zuzannast/1.1.1-version
Browse files Browse the repository at this point in the history
1.1.1 version
  • Loading branch information
Zuzanna Stolińska authored Feb 8, 2018
2 parents aca6228 + 987b785 commit b3c8890
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## master

## 1.1.1

* Dependency change from Rails 5 to 4.2
* Improvements in OAuth2 implementation
* Small README.md and config updates

## 1.1.0

* Correct Oauth template name
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SwaggerUiEngine

Include [swagger-ui](https://github.com/swagger-api/swagger-ui) as Rails engine and document your API with simple YAML files.
Include [swagger-ui](https://github.com/swagger-api/swagger-ui) as Rails engine and document your API with simple YAML files.

[![Gem Version](https://badge.fury.io/rb/swagger_ui_engine.svg)](https://badge.fury.io/rb/swagger_ui_engine) [![Build Status](https://travis-ci.org/zuzannast/swagger_ui_engine.svg?branch=master)](https://travis-ci.org/zuzannast/swagger_ui_engine) [![Code Climate](https://codeclimate.com/github/zuzannast/swagger_ui_engine/badges/gpa.svg)](https://codeclimate.com/github/zuzannast/swagger_ui_engine)

## Versions

Swagger UI version | Rails version
------------------ | ----------------
2.2.10 | >= 5.0.0
2.2.10 | >= 4.2

## Features
* Supports API documentation versioning / multiple APIs documentation
Expand Down
4 changes: 2 additions & 2 deletions swagger_ui_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require 'swagger_ui_engine/version'
Gem::Specification.new do |s|
s.name = 'swagger_ui_engine'
s.version = SwaggerUiEngine::VERSION
s.authors = ['ZuzannaSt']
s.authors = ['zuzannast']
s.email = ['[email protected]']
s.homepage = 'https://github.com/ZuzannaSt/swagger_ui_engine'
s.homepage = 'https://github.com/zuzannast/swagger_ui_engine'
s.summary = 'Mountable Rails engine that serves Swagger UI for your API documentation written in YAML files.'
s.description = 'Mount Swagger UI web console as Rails engine, configure it as you want and write your API documentation in simple YAML files.'
s.license = 'MIT'
Expand Down
6 changes: 0 additions & 6 deletions test/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
# preloads Rails for running tests, you may have to set it to true.
config.eager_load = false

# Configure public file server for tests with Cache-Control for performance.
config.public_file_server.enabled = true
config.public_file_server.headers = {
'Cache-Control' => 'public, max-age=3600',
}

# Show full error reports and disable caching.
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
Expand Down

0 comments on commit b3c8890

Please sign in to comment.