mollie / spree-mollie-gateway

Mollie payments for Spree Commerce.
https://www.mollie.com
16 stars 23 forks source link

Update project to Ruby 1.9 hash syntax #32

Closed vernondegoede closed 5 years ago

vernondegoede commented 6 years ago

We're currently mixing "Ruby>=1.9" style hash syntax with "Ruby<1.9" style hash syntax. The entire project should be updated to use Ruby 1.9 hash style syntax, which is more readable.

vernondegoede commented 5 years ago

Fixed by Rubocop.