lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
https://lineofflight.github.io/peddler/
MIT License
307 stars 130 forks source link

Remove space in lambda rocket syntax to support ruby 1.9 #43

Closed armstrongnate closed 9 years ago

armstrongnate commented 9 years ago

The space is fine in ruby 2.0 but explodes in ruby 1.9. Weird, I know.

More here: http://ruby-journal.com/becareful-with-space-in-lambda-hash-rocket-syntax-between-ruby-1-dot-9-and-2-dot-0/

hakanensari commented 9 years ago

:+1: