Skip to content

Commit

Permalink
Changed to use rubytter 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Mar 25, 2009
1 parent 261ae5d commit 0a888ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/stdout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def print_statuses(statuses, sort = true, time_format = nil)
statuses.each do |s|
text = s.text
status_color = config.plugins.stdout.colors[s.user.id.hash % config.plugins.stdout.colors.size]
status = "#{s.user.screen_name}: #{text}"
status = "#{s.user.screen_name}: #{TermColor.escape(text)}"
if s.in_reply_to_status_id
status += " (repl. to #{s.in_reply_to_status_id})"
end
Expand Down
2 changes: 1 addition & 1 deletion lib/termtter/api.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
gem 'rubytter', '>= 0.6.4'
gem 'rubytter', '>= 0.6.5'
require 'rubytter'

config.set_default(:host, 'twitter.com')
Expand Down

0 comments on commit 0a888ff

Please sign in to comment.