lib/cyclone_lariat/abstract/message.rb in cyclone_lariat-0.3.3 vs lib/cyclone_lariat/abstract/message.rb in cyclone_lariat-0.3.4

- old
+ new

@@ -54,10 +54,9 @@ kind == other.kind && uuid == other.uuid && publisher == other.publisher && type == other.type && client_error&.message == other.client_error&.message && - client_error&.details == other.client_error&.details && version == other.version && sent_at.to_i == other.sent_at.to_i && received_at.to_i == other.received_at.to_i && processed_at.to_i == other.processed_at.to_i end