Unable to do tap using appium 1.5

Tap is not performed on iOS on doing this -Appium::TouchAction.new.tap( :x => 202, :y => 201, :fingers => 1, :tapCount => 2, :duration => 0.1).perform

Is there an alternated way to perform thsi on ruby?