in lib/logstash-docket/artifact_plugin.rb [145:154]
def ==(other)
return false unless super
return false unless other.kind_of?(ArtifactPlugin)
return false unless self.repository == other.repository
return true
end