apicasso 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/apicasso/apidocs_controller.rb +1 -1
- data/lib/apicasso/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5eccf4e0b30047b307dded9836a2b74067dabaabb828d1cd2d809f387b1c20f4
|
|
4
|
+
data.tar.gz: 243b1d6a98cf6a9ec805182e284e120cc055ab94d79eb4636ef05d7039eec22b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c29f4f9630f5a0b10753aeac26f8b2bd01b25fbff1dc9e7e8a6346be61badd687ab2d82952cd7e8b932a151935100acc3c972a0be9e6084cd8e73ed652fb8dd8
|
|
7
|
+
data.tar.gz: 7b61a10d66a27f821b55682ce8823ffa9c3bd703ec2f2dc9caacd9b7cea39630c98da4dd0b9b128f46798e5ffa9424b8c24a0a19af77224dd14e908db3f41a98
|
|
@@ -4,7 +4,7 @@ module Apicasso
|
|
|
4
4
|
# Controller used to generate an application Swagger JSON, used by
|
|
5
5
|
# SwaggerUI to generate beautiful API documentation
|
|
6
6
|
class ApidocsController < Apicasso::ApplicationController
|
|
7
|
-
skip_before_action :restrict_access, :
|
|
7
|
+
skip_before_action :restrict_access, :set_root_resource
|
|
8
8
|
|
|
9
9
|
include Swagger::Blocks
|
|
10
10
|
# Default application settings for documentation generation.
|
data/lib/apicasso/version.rb
CHANGED