ishapi 0.1.8.202 → 0.1.8.204

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: 49e522672c59bd02442d82e5578e807355c49996c6a9b9e28afcab3d9a23aa35
4
- data.tar.gz: ef2da4fc5d456301a9ea8cc3140a006ef4cdf1be1a734ab7e101e89058663c9f
3
+ metadata.gz: 8a89589c434cea507cc68c348722a14b5fccb2eec7b32b2a58f5ec4617407c4f
4
+ data.tar.gz: f548f37704628a20b18d4a09725605d4fcc0953c42afbd371513e2e8495c0007
5
5
  SHA512:
6
- metadata.gz: 72786c8709b370d158f2b8ed14889e1242b9eccaca73f61c66a213fe2ea2907a6e7d1a58990d5553fe9954bc4808d9ea7d88d8d5d299c2208fe9c73e6ca790b8
7
- data.tar.gz: ba9d0204934615a3c30d185bf359af1c2b0aa0be55edddff495d87708d4bebac531a9e4285aef33ae69d722d5d36d84824e68a39219aca3ce7bb0653f75091f8
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.202
4
+ version: 0.1.8.204
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox