mumuki-laboratory 5.0.8 → 5.0.9

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: b75c4611b402d8cedb9c1a7d8ed99b0c5c19f97c42611c796b870a5763589dca
4
- data.tar.gz: 17e9cc35c63d29fdf0a1164d0b90e5a089416991523b82b05bdc9232a5777fb7
3
+ metadata.gz: 6c1c63573c1251589d69b6391f66655738040a51e008198aea6fb0552f9dbdc4
4
+ data.tar.gz: 96e2b33e98a135746c2426a5755fd46e3d83e59cb5c298e9d752e93e4a9d2cae
5
5
  SHA512:
6
- metadata.gz: 8c5187a09eca9512e96fdb6bdcb58f0e29e42e2999444ca577e7ac8436644bdf2b85a813806caa30353487ce4f9990bd651a7e262e1212d676298efba7b64bc3
7
- data.tar.gz: faeba92cb72a5ca5ed6c7ed5c7f1b2fd713cac23a63e9306c294dd015a88bbaf4f4d209cd23a4879e61493d3894d5197469538afc46bc4cc9048ad611a441db1
6
+ metadata.gz: 671f065b599f8fbfdfe329a5654378e47502e37e913e9c8fef03ee9794d5b145da79f4390c886b69dc1b76a09ce0f551aa8f1803cb7b115d1beac07d668454b4
7
+ data.tar.gz: 8a7222860a58a0af7d4ebe3d618dc4d0e270ff70a550090fbd4a52819ce907273787c07d4b27e357fe7b41c483bbb1a98fae7f76427fd1e2895c35f098f5f221
@@ -1,6 +1,6 @@
1
1
  class AssetsController < ApplicationController
2
2
 
3
- skip_before_action :protect_from_forgery, :authorize_if_private!
3
+ skip_before_action :verify_authenticity_token, :authorize_if_private!
4
4
 
5
5
  def theme_stylesheet
6
6
  render inline: Organization.current.theme_stylesheet.to_s, content_type: 'text/css'
@@ -9,4 +9,5 @@ class AssetsController < ApplicationController
9
9
  def extension_javascript
10
10
  render inline: Organization.current.extension_javascript.to_s, content_type: 'text/javascript'
11
11
  end
12
+
12
13
  end
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Laboratory
3
- VERSION = '5.0.8'
3
+ VERSION = '5.0.9'
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.8
4
+ version: 5.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli