[x] The calls to makeGestureEvent should have bubbles: true, cancelable: true, and _source: "pinch" properties set.
I made both events to have source "pinch", is it correct? Just it used only in tests and represents the "file" it came from?
[ ] There should be some sample for rotate too, if only logging the angle.
Fixes from #49
For third item i'll made separate pull request with sample like this but it need https://github.com/Polymer/polymer-gestures/issues/60 to be fixed first.