xmppify 0.0.54 → 0.0.55

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
  SHA1:
3
- metadata.gz: 087fec20665d04fe03360d50355f1bea34ce6d22
4
- data.tar.gz: e0e812eac11bb099da1eb494f262f437a036999d
3
+ metadata.gz: 717aadf36e067f4ddad7651ab42768eacb83af6a
4
+ data.tar.gz: 166a49255b0c031c09fc2971d64b36dbbd77026a
5
5
  SHA512:
6
- metadata.gz: b77e202f6ab13b4c213bb85b3ca266f7cbc0d72a1c1a31c967633d5abf73c5e20e81cc83e052ddd520bf998fd78e9c8724ed5d9e9b0a829506586b66c9eb0834
7
- data.tar.gz: afcab43a4feec46439d4398911f599c1605f160a447150af18b383e12407308e4a32a8fc7c19e20cfc28cd66c8a853213289bd2f270249b147361949c05b4006
6
+ metadata.gz: 442126d09e477f926646b0f473f0378656ef7f3541759a149942e7b06dc67a893658d8f517688b367e4a1df54454872d83332709b5d2d099d85e44fe620dbb70
7
+ data.tar.gz: 74fee4688957535b4d3869f9ab29d138c34d68eff972f1773b1182c2670b39689814e118496b29908c83653f8fd878686e0777f700b05a576d1353f828045a2d
@@ -16,9 +16,9 @@
16
16
  <div class="w-col w-col-6 nav-column" data-role='nav-links'>
17
17
  <% if signed_in? -%>
18
18
  <div class="welcome">Welcome, <%= current_user.email %></div>
19
- <%= link_to "<i class='fa fa-sign-out'></i> Sign out".html_safe, destroy_user_session_path, method: :delete %>
19
+ <%= link_to "<i class='fa fa-sign-out'></i> Sign out".html_safe, main_app.destroy_user_session_path, method: :delete %>
20
20
  <% else -%>
21
- <%= link_to "Sign in with IdleCampus", user_omniauth_authorize_path(:doorkeeper) %>
21
+ <%= link_to "Sign in with IdleCampus", main_app.user_omniauth_authorize_path(:doorkeeper) %>
22
22
 
23
23
  </span>
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Xmppify
2
- VERSION = "0.0.54"
2
+ VERSION = "0.0.55"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmppify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.54
4
+ version: 0.0.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlie