lib/streambot/retweet.rb in streambot-0.5.4 vs lib/streambot/retweet.rb in streambot-1.0.0.rc1

- old
+ new

@@ -6,9 +6,9 @@ @handler = StreamBot::OAuth.new(params['oauth']) end # retweets the status with given id def retweet(id) - @handler.post("/statuses/retweet/#{id}.json",nil) + @handler.post("/statuses/retweet/#{id}.json", nil) end end end