panda_pal 0.0.5 → 0.0.6

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: adf2baeea79a4d933e487e5a6bad74e1ad7ac09a
4
- data.tar.gz: 9a1635bb6691fe621819b7b15a0d596d179e3dba
3
+ metadata.gz: 7f90ab1da349f29c604bd5fbecb9556620296d81
4
+ data.tar.gz: a39ffef74829b3b439ef8998b959441ad4128cd0
5
5
  SHA512:
6
- metadata.gz: 3f2965242f0181d7929636012adcdaabb7a243b6dba145237b70b79b1972c268b49ef907908a8bc923f911cb9541fe2fdf01d271f3538845bf3819216ef37e8b
7
- data.tar.gz: fe6a037ec8143bc4bf7ce9588c9a8a5d8e8e213fe48f490c2ea05eccf4a1517a56868cb7349111721a0a052805ef52c23b081b5c7ef81b335c9694a499aba34d
6
+ metadata.gz: 2f7b8d99ac3a34036c9726db3bd17160e9a697cb593be9f0ac8a93ebd83f99266245231bf95a92bcf320c354c77bde01a93f1e1b0cc1821ce3b0a9f3311b41fd
7
+ data.tar.gz: 0ee24aa1cf20349f8bde169334a2293a7fb416be03f497ebcc80fb246465df1ca44bdd9135995bff6b6d3f325cbb4275688d3fd73b238c8bcf94da005213d7c7
@@ -56,7 +56,7 @@ module PandaPal::Helpers::ControllerHelper
56
56
 
57
57
  private
58
58
  def organization_key
59
- params[:oauth_consumer_key] || current_session_data[:organization_key] || session[:organization_key]
59
+ params[:oauth_consumer_key] || session[:organization_key]
60
60
  end
61
61
 
62
62
  def organization_id
@@ -1,3 +1,3 @@
1
1
  module PandaPal
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panda_pal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Young
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-26 00:00:00.000000000 Z
11
+ date: 2016-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails