youroom_api 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/youroom_api/request.rb +1 -1
  2. metadata +2 -2
@@ -82,7 +82,7 @@ module Youroom
82
82
  end
83
83
 
84
84
  def get_picture(room_id, participation_id)
85
- Picture.new(access_token, room_id, participation_id).get(false)
85
+ Picture.new(access_token, room_id, participation_id, url).get(false)
86
86
  end
87
87
 
88
88
  def get(parse=true)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 12
9
- version: 0.0.12
8
+ - 13
9
+ version: 0.0.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - pochi