rubytter 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rubytter.rb +2 -1
- metadata +1 -1
data/lib/rubytter.rb
CHANGED
@@ -16,7 +16,7 @@ class Rubytter
|
|
16
16
|
end
|
17
17
|
end
|
18
18
|
|
19
|
-
VERSION = '0.6.
|
19
|
+
VERSION = '0.6.2'
|
20
20
|
|
21
21
|
attr_reader :login
|
22
22
|
attr_accessor :host, :header
|
@@ -141,6 +141,7 @@ class Rubytter
|
|
141
141
|
'in_reply_to_status_id' => nil,
|
142
142
|
'user' => {
|
143
143
|
'id' => json['from_user_id'],
|
144
|
+
'name' => nil,
|
144
145
|
'screen_name' => json['from_user'],
|
145
146
|
'profile_image_url' => json['profile_image_url']
|
146
147
|
}
|