lib/tw/client/tweet.rb in tw-1.0.11 vs lib/tw/client/tweet.rb in tw-1.0.12

- old
+ new

@@ -21,10 +21,10 @@ :rt_count => @rt_count }.to_json(*a) end def url - "http://twitter.com/#{user}/status/#{id}" + "https://twitter.com/#{user}/status/#{id}" end def to_s "@#{user} #{text} - #{time} #{url}" end