opentok 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/open_tok/open_tok_sdk.rb +1 -1
- data/lib/open_tok/version.rb +1 -1
- metadata +3 -3
@@ -63,7 +63,7 @@ module OpenTok
|
|
63
63
|
|
64
64
|
begin
|
65
65
|
subSessionId = session_id[2..session_id.length]
|
66
|
-
subSessionId.sub
|
66
|
+
subSessionId = subSessionId.sub("-","+").sub("_","/")
|
67
67
|
decodedSessionId = Base64.decode64(subSessionId).split("~")
|
68
68
|
(0..4).each do |n|
|
69
69
|
if decodedSessionId and decodedSessionId.length > 1
|
data/lib/open_tok/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opentok
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-
|
14
|
+
date: 2013-09-25 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: addressable
|
@@ -202,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
202
202
|
version: '0'
|
203
203
|
requirements: []
|
204
204
|
rubyforge_project: opentok
|
205
|
-
rubygems_version: 1.8.
|
205
|
+
rubygems_version: 1.8.24
|
206
206
|
signing_key:
|
207
207
|
specification_version: 3
|
208
208
|
summary: OpenTok gem
|