restpack-web 0.2.5 → 0.2.6

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.
@@ -49,6 +49,16 @@ module RestPack
49
49
  next_url ||= "http://#{home_domain}/"
50
50
  "http://#{auth_domain}/auth/#{provider}?next=#{next_url}"
51
51
  end
52
+
53
+ def debug_info
54
+ %{
55
+ ### RestPack Context:
56
+
57
+ #### User:
58
+
59
+ * **is authenticated**: #{is_authenticated?}
60
+ }
61
+ end
52
62
  end
53
63
  end
54
64
  end
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.2.5"
3
+ VERSION = "0.2.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: