soba-mieruka 0.0.2 → 0.0.3

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.
@@ -105,9 +105,8 @@ module Soba
105
105
 
106
106
  def join_session(params)
107
107
  required_params params, :session_id
108
- sid = CGI.escape(params['session_id'])
108
+ sid = CGI.escape(params[:session_id])
109
109
  response = request_with_auth(:GET, "/join_session?session_id=#{sid}")
110
- puts response.body
111
110
  make_response(response) do |doc, res|
112
111
  Struct.new(:url).new(CGI.unescapeHTML(doc.root.elements["url"].get_text.to_s))
113
112
  end
@@ -1,5 +1,5 @@
1
1
  module Soba
2
2
  class Mieruka
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soba-mieruka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-15 00:00:00.000000000Z
12
+ date: 2012-03-15 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: This library is for developing web sites which publish command files
15
15
  to create new sessions or to join them for SOBA mieruka Client application.