Skip to content

Commit

Permalink
Merge pull request #24 from zuzannast/1.1.2-version
Browse files Browse the repository at this point in the history
1.1.2 version
  • Loading branch information
Zuzanna Stolińska authored Jul 17, 2018
2 parents 0d2cfcc + 9c68ac5 commit b39ee0d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## 1.1.2

* Fix incorrect Rails lock version

## 1.1.1

* Dependency change from Rails 5 to 4.2
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ You can use [Swagger editor](https://github.com/swagger-api/swagger-editor) to w

Here's an example use of [SwaggerUiEngine in Rails application](https://github.com/zuzannast/swagger_ui_engine_example).

## Contributing

You're very much welcome to contribute to this repository. Start by creating a Github issue and describing your change thoroughly. If you decide to publish a pull request, please make sure it points to the latest versioned branch instead of master.

## License

This project is available under MIT-LICENSE. :sunny:
2 changes: 1 addition & 1 deletion lib/swagger_ui_engine/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SwaggerUiEngine
VERSION = '1.1.1'.freeze
VERSION = '1.1.2'.freeze
SWAGGER_UI_VERSION = '2.2.10'.freeze
end
2 changes: 1 addition & 1 deletion swagger_ui_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |s|
'CHANGELOG.md'
]

s.add_runtime_dependency 'rails', '~> 4.2'
s.add_runtime_dependency 'rails', '>= 4.2'
s.add_runtime_dependency 'sass-rails'
end

0 comments on commit b39ee0d

Please sign in to comment.