File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
app/views/grape_swagger_rails/application Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 12
12
- 2.2.3
13
13
- 2.1.7
14
14
- 2.0.0
15
+ - 1.9.3
15
16
16
17
env :
17
18
- GRAPE_SWAGGER_VERSION=0.8.0
Original file line number Diff line number Diff line change 5
5
* Grape-swagger 0.7.2 is no longer supported - [ @dblock ] ( https://github.com/dblock ) .
6
6
* Implemented RuboCop, Ruby-style linter - [ @dblock ] ( https://github.com/dblock ) .
7
7
* [ #31 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/31 ) : Support Swagger-UI docExpansion option - [ @maruware ] ( https://github.com/maruware ) .
8
+ * [ #32 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/32 ) : Fix Ruby 1.9.3 compatibility - [ @suan ] ( https://github.com/suan ) .
8
9
* Your contribution here.
9
10
10
11
### 0.1.0 (February 5, 2015)
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html data-swagger-options ="<%= GrapeSwaggerRails . options . to_h . to_json %> ">
2
+ < html data-swagger-options ="<%= GrapeSwaggerRails . options . marshal_dump . to_json %> ">
3
3
< head >
4
4
< title > <%= GrapeSwaggerRails . options . app_name || 'Swagger UI' %> </ title >
5
5
< link href ='//fonts.googleapis.com/css?family=Droid+Sans:400,700 ' rel ='stylesheet ' type ='text/css '/>
You can’t perform that action at this time.
0 commit comments