Skip to content

Commit 121765d

Browse files
committed
bump version 0.0.10
1 parent a3c3825 commit 121765d

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,17 @@ GrapeSwaggerRails.options.before_filter do |request|
9090
end
9191
```
9292

93+
### Updating Swagger UI from Dist
94+
95+
To update Swagger UI from its [distribution](https://github.com/wordnik/swagger-ui), run 'bundle exec rake swagger_ui:dist:update'. Examine the changes carefully.
96+
97+
##Contributors
98+
99+
* unloved (https://github.com/unloved)
100+
* dapi (https://github.com/dapi)
101+
* joelvh (https://github.com/joelvh)
102+
* dblock (https://github.com/dblock)
103+
93104
## Contributing
94105

95106
1. Fork it
@@ -98,6 +109,3 @@ end
98109
4. Push to the branch (`git push origin my-new-feature`)
99110
5. Create new Pull Request
100111

101-
### Updating Swagger UI from Dist
102-
103-
To update Swagger UI from its [distribution](https://github.com/wordnik/swagger-ui), run 'bundle exec rake swagger_ui:dist:update'. Examine the changes carefully.

grape-swagger-rails.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ require 'grape-swagger-rails/version'
66
Gem::Specification.new do |spec|
77
spec.name = 'grape-swagger-rails'
88
spec.version = GrapeSwaggerRails::VERSION
9-
spec.authors = ['Aleksandr B. Ivanov', 'Alexander Logunov']
10-
11-
spec.description = %q{grape grape-swagger swagger-ui rails integration}
12-
spec.summary = %q{grape grape-swagger swagger-ui rails integration}
13-
spec.homepage = ''
9+
spec.authors = ['Alexander Logunov']
10+
spec.email = ['[email protected]']
11+
spec.description = 'Swagger UI as Rails Engine for grape-swagger gem'
12+
spec.summary = 'Swagger UI as Rails Engine for grape-swagger gem'
13+
spec.homepage = 'https://github.com/BrandyMint/grape-swagger-rails'
1414
spec.license = 'MIT'
1515
spec.files = `git ls-files`.split($/)
1616
spec.test_files = `git ls-files spec`.split($/)

lib/grape-swagger-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GrapeSwaggerRails
2-
VERSION = "0.0.8"
2+
VERSION = "0.0.10"
33
end

0 commit comments

Comments
 (0)