Skip to content

Commit 8959d15

Browse files
committed
Upgraded swagger-ui to v2.1.1.
1 parent 13bc835 commit 8959d15

File tree

26 files changed

+3001
-6998
lines changed

26 files changed

+3001
-6998
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ rvm:
1212
- 2.1.2
1313

1414
env:
15-
- GRAPE_SWAGGER_VERSION=0.7.2
1615
- GRAPE_SWAGGER_VERSION=0.8.0
1716
- GRAPE_SWAGGER_VERSION=0.9.0
1817
- GRAPE_SWAGGER_VERSION=HEAD

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
### Next
1+
### 0.1.1 (Next)
22

33
* [#6](https://github.com/TinkerDev/grape-swagger-rails/pull/6): Fix: support multiple predefined headers - [@Tyr0](https://github.com/tyr0).
4+
* Upgraded swagger-ui to v2.1.1 - [@dblock](https://github.com/dblock).
5+
* Grape-swagger 0.7.2 is no longer supported - [@dblock](https://github.com/dblock).
46
* Your contribution here.
57

68
### 0.1.0 (February 5, 2015)

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ gemspec
55
case version = ENV['GRAPE_SWAGGER_VERSION'] || '~> 0.9.0'
66
when 'HEAD'
77
gem 'grape-swagger', github: 'tim-vandecasteele/grape-swagger'
8-
when '0.7.2'
9-
gem 'grape', '0.9.0'
10-
gem 'grape-swagger', '0.7.2'
118
when '0.8.0'
129
gem 'grape', '0.9.0'
1310
gem 'grape-swagger', '0.8.0'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ GrapeSwaggerRails is compatible with the following versions of grape and grape-s
2626

2727
grape | grape-swagger
2828
-------|--------------
29-
0.9.0 | 0.7.2
3029
0.9.0 | 0.8.0
3130
0.10.0 | 0.9.0
3231

645 Bytes
Loading
1.62 KB
Loading
Binary file not shown.

app/assets/javascripts/grape_swagger_rails/application.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
//= require ./shred.bundle
21
//= require ./jquery-1.8.0.min
32
//= require ./jquery.slideto.min
43
//= require ./jquery.wiggle.min
54
//= require ./jquery.ba-bbq.min
6-
//= require ./handlebars-1.0.0
5+
//= require ./handlebars-2.0.0
6+
//= require ./marked
77
//= require ./underscore-min
88
//= require ./backbone-min
9-
//= require ./swagger
109
//= require ./swagger-ui.min
1110
//= require ./highlight.7.3.pack
1211
//= require ./swagger-oauth

app/assets/javascripts/grape_swagger_rails/backbone-min.js

Lines changed: 14 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/javascripts/grape_swagger_rails/handlebars-1.0.0.js

Lines changed: 0 additions & 2278 deletions
This file was deleted.

0 commit comments

Comments
 (0)