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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f97d82fa4adce27dc1554104e77c6b6feef8b18278ff7d0b4976ab50b3d41b5
4
- data.tar.gz: dc5780ab2577de9344c1c108101184c38f58ac6a1c85213eae437287f9aadc92
3
+ metadata.gz: 5eccf4e0b30047b307dded9836a2b74067dabaabb828d1cd2d809f387b1c20f4
4
+ data.tar.gz: 243b1d6a98cf6a9ec805182e284e120cc055ab94d79eb4636ef05d7039eec22b
5
5
  SHA512:
6
- metadata.gz: b0fe68e61a194f736b710fc8ed39194520f2e8d515937886f085fa4eb4c50ca96d699001d894db8c2e8df039611b18cec7faa3900040c7b99dec61a250890615
7
- data.tar.gz: b8a454334bbf8825563d2f1c81aab99d971b1cab0d840a70dc1c99ac59579342eca245e47182f193446979f3a76e0d9d745dabcb3bd67617bb019ba3c8f5cb47
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, :klasses_allowed, :set_root_resource
7
+ skip_before_action :restrict_access, :set_root_resource
8
8
 
9
9
  include Swagger::Blocks
10
10
  # Default application settings for documentation generation.
@@ -1,3 +1,3 @@
1
1
  module Apicasso
2
- VERSION = '0.6.1'.freeze
2
+ VERSION = '0.6.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apicasso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Bellincanta