planga 0.8.1 → 0.8.2
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 +4 -4
- data/lib/planga.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a79fcc5805f089069156dff073e1637ce8f44bd
|
|
4
|
+
data.tar.gz: 60ae58ca94cb40bd76064f88ce8f46efd361c869
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 316ed2aea4245ebe7fc9fc6c65389466c14323251cf5b8501e9e5f4c7111bd55c7a97de85c4465629e12cb7b77c46fccb1f8abcf237d801ee15a0fa3a8a28303
|
|
7
|
+
data.tar.gz: 4f38d959e8713e39929c1c6a5755df1534cc9dcf39e7b053ae4e16763f1c52afce688d4e0b5868d0290fbbd202420a866b4768771f9f6b83cd38067de50d3cf4
|
data/lib/planga.rb
CHANGED
|
@@ -6,7 +6,7 @@ require 'json'
|
|
|
6
6
|
# if included in a webpage, lets the visitor of that webpage
|
|
7
7
|
# connect with the Planga Chat Server and start chatting.
|
|
8
8
|
class Planga
|
|
9
|
-
attr_reader :public_api_id, :conversation_id, :current_user_id, :current_user_name, :remote_host, :container_id, :include_style, :debug
|
|
9
|
+
attr_reader :public_api_id, :conversation_id, :current_user_id, :current_user_name, :current_user_role, :remote_host, :container_id, :include_style, :debug
|
|
10
10
|
# The following configuration options are available:
|
|
11
11
|
#
|
|
12
12
|
# Required are:
|