chicks / sugarcrm

A ruby based REST Client for SugarCRM
MIT License
90 stars 64 forks source link

':' deprectaed in 'case' syntax as of Ruby 1.9 #3

Closed davidsulc closed 13 years ago

davidsulc commented 13 years ago

fixed 'case' syntax to work with Ruby 1.9 (using ':' in cases raises a syntax error)

This change should be backwards compatible with Ruby 1.8

chicks commented 13 years ago

David,

Your code worked flawlessly. I added a test for it, so I don't break it in the future. 0.8.2 is now released and has your changes.

Thanks!

-Charles