tweetwall 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/tweetwall.rb +2 -0
- data/lib/tweetwall/version.rb +1 -1
- metadata +1 -1
data/lib/tweetwall.rb
CHANGED
@@ -7,6 +7,7 @@ module Tweetwall
|
|
7
7
|
tweet_wall_html = String.new
|
8
8
|
twitter_image = String.new
|
9
9
|
twitter_feed = Array.new
|
10
|
+
words = String.new
|
10
11
|
|
11
12
|
begin
|
12
13
|
# Get the tweets from the feed
|
@@ -48,6 +49,7 @@ module Tweetwall
|
|
48
49
|
twitter_image = nil
|
49
50
|
tweet_wall_html = nil
|
50
51
|
tweet_html = nil
|
52
|
+
words = nil
|
51
53
|
end
|
52
54
|
end
|
53
55
|
end
|
data/lib/tweetwall/version.rb
CHANGED