documentation-zero 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff0cfd8d7c31a648ac6ffb886529c5dbc3b52ec4b23cb5edff680332d6196823
|
4
|
+
data.tar.gz: 3e2452da26d4e5cdc39a86e94a0ce654becfc4e1e518512c16401caf57c737d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dda90a920a2e861c89419c0a8805eded8016f7f2944d7d5e276b6e60dcb3bd52f041aa7a7b5002a3adbb0e62a2711ad60abfd02d8cc9f4c1290800675b523fc
|
7
|
+
data.tar.gz: 3e3c0f3b5a7608f19d4606ef1d52b51518b82871891bb616716f4f68409c03c2f35c73fcf9246f0e27b402fd73c4ad7accfa6a31b095795f28f938d2a1780010
|
data/Gemfile.lock
CHANGED
@@ -78,8 +78,6 @@ This endpoint will return `204 No Content` if successful. No parameters are requ
|
|
78
78
|
"password_digest": "string",
|
79
79
|
<% elsif attribute.token? -%>
|
80
80
|
"<%= attribute.name %>": "string",
|
81
|
-
<% elsif attribute.reference? -%>
|
82
|
-
"<%= attribute.name %>": "<%= attribute.name.pluralize %>.md#<%= attribute.name.dasherize %>-model",
|
83
81
|
<% elsif !attribute.virtual? -%>
|
84
82
|
"<%= attribute.name %>": "<%= attribute.type %>",
|
85
83
|
<% end -%>
|