File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 7
7
8
8
* [ What is grape-swagger?] ( #what )
9
9
* [ Related Projects] ( #related )
10
+ * [ Compatibility] ( #version )
10
11
* [ Swagger-Spec] ( #swagger-spec )
11
12
* [ Installation] ( #install )
12
13
* [ Usage] ( #usage )
@@ -31,9 +32,22 @@ These screenshot is based on the [Hussars](https://github.com/LeFnord/hussars) s
31
32
## Related Projects
32
33
33
34
* [ Grape] ( https://github.com/ruby-grape/grape )
35
+ * [ Grape Entity] ( https://github.com/ruby-grape/grape-entity )
34
36
* [ Swagger UI] ( https://github.com/wordnik/swagger-ui )
35
37
36
38
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
+
37
51
<a name =" swagger-spec " />
38
52
## Swagger-Spec
39
53
You can’t perform that action at this time.
0 commit comments