mumuki-laboratory 5.0.7 → 5.0.8

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: 8568083534804d40218af64b2cd24859a3f912877be25d8de5219997ff4ce437
4
- data.tar.gz: 8ba51c65639907be2d2406f77326fc84c064f49e72a9b19b96785cda0bffa5d6
3
+ metadata.gz: b75c4611b402d8cedb9c1a7d8ed99b0c5c19f97c42611c796b870a5763589dca
4
+ data.tar.gz: 17e9cc35c63d29fdf0a1164d0b90e5a089416991523b82b05bdc9232a5777fb7
5
5
  SHA512:
6
- metadata.gz: d00e734c76fbed059d322dc594d7415487f55140ad8e4802f2b42f8c2ec3ac3707452574022ea2a478ee65374173bfd1fd61d7003480db12beb25a734f38c787
7
- data.tar.gz: 2079f0a952e6c21fac1c6d842560abb28be33734f2b21675086007f89d50cb90676062e3c3be9687e292bdfbf38500ddd81a4b68fee334ac657eacb4ad8803ff
6
+ metadata.gz: 8c5187a09eca9512e96fdb6bdcb58f0e29e42e2999444ca577e7ac8436644bdf2b85a813806caa30353487ce4f9990bd651a7e262e1212d676298efba7b64bc3
7
+ data.tar.gz: faeba92cb72a5ca5ed6c7ed5c7f1b2fd713cac23a63e9306c294dd015a88bbaf4f4d209cd23a4879e61493d3894d5197469538afc46bc4cc9048ad611a441db1
@@ -1,6 +1,6 @@
1
1
  class AssetsController < ApplicationController
2
2
 
3
- protect_from_forgery except: :extension_javascript
3
+ skip_before_action :protect_from_forgery, :authorize_if_private!
4
4
 
5
5
  def theme_stylesheet
6
6
  render inline: Organization.current.theme_stylesheet.to_s, content_type: 'text/css'
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Laboratory
3
- VERSION = '5.0.7'
3
+ VERSION = '5.0.8'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-laboratory
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.7
4
+ version: 5.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli