rubytter 0.6.1 → 0.6.2

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.
Files changed (2) hide show
  1. data/lib/rubytter.rb +2 -1
  2. 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.1'
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
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubytter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - jugyo