lib/twitter/error/already_posted.rb in twitter-5.1.1 vs lib/twitter/error/already_posted.rb in twitter-5.2.0
- old
+ new
@@ -2,9 +2,9 @@
module Twitter
class Error
# Raised when a Tweet has already been posted
class AlreadyPosted < Twitter::Error::Forbidden
- MESSAGE = "Status is a duplicate"
+ MESSAGE = 'Status is a duplicate'
end
end
end