lib/twog/twitter_handler.rb in twog-0.1.0 vs lib/twog/twitter_handler.rb in twog-0.2.0

- old
+ new

@@ -1,10 +1,4 @@ -require 'rubygems' -require 'twitter_oauth' -require 'yaml' -require 'rss' -require 'bitly' - class RSS::Atom::Feed::Entry def <=>(other_entry) this_time = Time.parse(updated.content.to_s) other_time = Time.parse(other_entry.updated.content.to_s) if this_time < other_time