ish_manager 0.1.8.452 → 0.1.8.453

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: 07f21609640dbe8208ee3874d6b249430abcdded538d3885a99a79ca8e7c6e53
4
- data.tar.gz: 5e0a1d0c3b190ad641e71aae2f1fac1fda1d55e880d560dc7e7038754ec96a04
3
+ metadata.gz: 7ef2d955ba3b789d1a37d395a520813a373c5e53cd9f5d79a65806e6c1f1628e
4
+ data.tar.gz: f184a66a8c4a101d7c314b2f61504bb5eec0e07347a9f6bcc043fca222db074c
5
5
  SHA512:
6
- metadata.gz: 277b32101ba85d7efd36bd68a0841e8eae8711a777573de6082eac2ec9733d0ce0c391bbdb9ec45c7a0adf4c0b9dffb8ea7f230bb8fd46ac72e31ed1ab7fe3c7
7
- data.tar.gz: 4d7d19ca7e698415d7a32b5c2ea6ffa5590a647012691f1bfd877b8c8aa65412651e91e17d68abe3782299cd82a9713019c8b97a8d3ef97274e02429fc46ad0e
6
+ metadata.gz: b8c5c0d4143be4fee50e9de321cf3755caa034c1b530052f480c006f8a7f051143d0f8c30ddf4c305e10861f391d82c2b17a469b141f57a9694e0ade07ac0e6d
7
+ data.tar.gz: 5d295496c6624be8d7827e3a02591e279d1b065bd6e9b2f25ef7c76554dadd7ba80b5aa023d484b66dce689d5c6ec6e446c70da747d3d28a6792fbdc32e0cbee
@@ -25,8 +25,9 @@
25
25
  = user.email
26
26
  %ul
27
27
  %li <b>profile:</b> #{user.profile.email}
28
- %li <b>organization:</b> #{user.profile.organization.name}, customer_id: #{user.profile.organization.customer_id}
29
- %li <b>subscriptions:</b> #{user.profile.organization.subscriptions.inspect}
28
+ - if user.profile.organization
29
+ %li <b>organization:</b> #{user.profile.organization.name}, customer_id: #{user.profile.organization.customer_id}
30
+ %li <b>subscriptions:</b> #{user.profile.organization.subscriptions.inspect}
30
31
  %hr
31
32
  %h5 Wco Organizations
32
33
  %ul
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.452
4
+ version: 0.1.8.453
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox