pork_sandwich 0.4.21 → 0.4.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/pork_sandwich/puller.rb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.21
1
+ 0.4.22
@@ -154,7 +154,7 @@ TWEETS = lambda do |user, auth_object|
154
154
  @id = user.twitter_id
155
155
  @id_hash = {"user_id" => @id}
156
156
  else
157
- @id = user.screen_name
157
+ @id = user.twitter_screen_name
158
158
  @id_hash = {"screen_name" => @id}
159
159
  end
160
160
  @tweet_db_ids = []
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 21
9
- version: 0.4.21
8
+ - 22
9
+ version: 0.4.22
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Gilbert