ylecuyer/survey-gizmo-ruby

1.9.2 vs. 1.9.3 syntax issue

ehansen486 opened this issue · 1 comments

In 1.9.3, you can't have an extra comma before the do such as in survey-gizmo-ruby resource.rb:

    handle_response SurveyGizmo.post(handle_route(:update), :query => self.attributes_without_blanks), do 

Reference this document: http://www.spacevatican.org/2012/1/25/a-small-difference-between-1-9-2-and-1-9-3/

Thanks for noticing this!