opentok 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -63,7 +63,7 @@ module OpenTok
63
63
 
64
64
  begin
65
65
  subSessionId = session_id[2..session_id.length]
66
- subSessionId.sub!("-","+").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
@@ -1,5 +1,5 @@
1
1
  module OpenTok
2
2
 
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
 
5
5
  end
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.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-08-08 00:00:00.000000000 Z
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.25
205
+ rubygems_version: 1.8.24
206
206
  signing_key:
207
207
  specification_version: 3
208
208
  summary: OpenTok gem