forest_liana 1.3.24 → 1.3.25

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
  SHA1:
3
- metadata.gz: bc99c05a0ea02c1b114bb4f3948217c4d5a82115
4
- data.tar.gz: 009e5c28b3cb8bec9d11a01fdfc199882753e505
3
+ metadata.gz: bf8dc0ae5ace7683d9bbd0125b134ba4b514ff38
4
+ data.tar.gz: d904e46107d9ea59c73feacb840e519a2a95b86a
5
5
  SHA512:
6
- metadata.gz: c092eef29c2f5fc175835fefbcd91c3f7065d9937e01b857c8ed72e9b774cced323ab13892e17418295115ab9f659bde33c7b7de9bcd7def05be560dd1feb36a
7
- data.tar.gz: ff7ff0b8899e1dfc42c408462e26fae3f9c83cb2214c5cea448ef4162e7f9ce725d2a62542da4c89e83f0d1d92c19c274723ceb15d8c10c27e4d1b7a8335a244
6
+ metadata.gz: 9db91d6635d2998d341866d679256886a1fb25b64f72b0682d476554676b44502bf249965cf89eb410b35c3279814fce91d6df1e26924268a592b595d456d972
7
+ data.tar.gz: 8e1b67c696b971e969c27c0c5f2350fafb8873f3dd3e68f4a701f023890c6abd75c90cc6769a274c233d445c67468b1b0facd25a35036b4aa2915308b08e3ee3
@@ -3,6 +3,8 @@ require 'jwt'
3
3
  module ForestLiana
4
4
  class ApplicationController < ActionController::Base
5
5
  before_filter :authenticate_user_from_jwt
6
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
7
+
6
8
 
7
9
  def current_user
8
10
  @jwt_decoded_token
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.3.24"
2
+ VERSION = "1.3.25"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.24
4
+ version: 1.3.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-23 00:00:00.000000000 Z
11
+ date: 2016-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails