Skip to content

Commit bec01ba

Browse files
committed
Merge pull request ruby-grape#390 from ruby-grape/readme_update
adds version matrix [skip ci]
2 parents 471b600 + 083a13b commit bec01ba

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
* [What is grape-swagger?](#what)
99
* [Related Projects](#related)
10+
* [Compatibility](#version)
1011
* [Swagger-Spec](#swagger-spec)
1112
* [Installation](#install)
1213
* [Usage](#usage)
@@ -31,9 +32,22 @@ These screenshot is based on the [Hussars](https://github.com/LeFnord/hussars) s
3132
## Related Projects
3233

3334
* [Grape](https://github.com/ruby-grape/grape)
35+
* [Grape Entity](https://github.com/ruby-grape/grape-entity)
3436
* [Swagger UI](https://github.com/wordnik/swagger-ui)
3537

3638

39+
<a name="version" />
40+
## Compatibility
41+
42+
The following versions of grape, grape-entity and grape-swagger can currently be used together.
43+
44+
grape-swagger | grape | grape-entity
45+
--------------|-------------------------|-------------
46+
0.10.5 | >= 0.10.0 ... <= 0.14.0 | < 0.5.0
47+
0.11.0 | >= 0.16.2 | < 0.5.0
48+
0.20.1 | >= 0.12.0 ... <= 0.14.0 | <= 0.5.1
49+
50+
3751
<a name="swagger-spec" />
3852
## Swagger-Spec
3953

0 commit comments

Comments
 (0)