ishapi 0.1.8.203 → 0.1.8.204

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: 3cf5c6e8ec90960c1c97ccb4d195d03c4ce5a7a099dd06c384061cab879cb628
4
- data.tar.gz: a7f937218aeaa1b3851587efeecbd75647b185ec00dc18f072a36ee8057a39c5
3
+ metadata.gz: 8a89589c434cea507cc68c348722a14b5fccb2eec7b32b2a58f5ec4617407c4f
4
+ data.tar.gz: f548f37704628a20b18d4a09725605d4fcc0953c42afbd371513e2e8495c0007
5
5
  SHA512:
6
- metadata.gz: 2cbf0d9c7498fe1d719b3418e196e59395f6426d2c684f0bf62efb18173f1c2cc5cd5919e0f585ff4abac572ebdbbc2daa1404a236c78849082028ebf7e634e5
7
- data.tar.gz: bd9c48a0c6d48b7821ad56481aaf9478648b0a121bef8fc56dc9eb1a5520ccd5434f4a5a0e0ab739358ee6c4cb9f67be08dc1dd2ddfb26ef9813eeecfa9ffb6b
6
+ metadata.gz: f2b11d1ef64efc8838e2383e6794eb58fe895e7f3c4cb739600ef03d852aae08714388f7db4002608c56a8088f6d823093bbf65793e695483b2c24e6345a1904
7
+ data.tar.gz: 82aa15b99fb7829270df973dfdf77dd73521afb5b3fa1fd52aa28cb2d58db63ab4a54e7321f4ed517f8245ddc2497b3d2cfb3a676d36f7e530a9bbd3938fa05e
@@ -5,6 +5,8 @@ class Ishapi::MapsController < Ishapi::ApplicationController
5
5
  before_action :check_profile, only: [ :show ]
6
6
 
7
7
  def show
8
+ puts! @current_profile, '@current_profile'
9
+
8
10
  if 'self' == params[:slug] # @TODO: constantize _vp_ 2023-01-11
9
11
  @location = ::Gameui::Map.where( slug: @current_profile[:email] ).first
10
12
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ishapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.203
4
+ version: 0.1.8.204
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox