jackc / surus

PostgreSQL extensions for ActiveRecord
MIT License
395 stars 35 forks source link

Upgrade to Ruby 1.9 Hash Syntax #23

Closed leaexplores closed 8 years ago

leaexplores commented 8 years ago

Hi JackC,

This PR upgrades the whole project into the Ruby 1.9 Hash Syntax.

As we don't support ruby 1.8 (At least from what i've seen in the travis CI build).

We should favor using the latest improvements for the ruby syntax.

Pretty much, scavenges the changes that were done in https://github.com/jackc/surus/pull/20 for the hash changes.

Thanks for looking into it.

Meta-Issue : https://github.com/jackc/surus/pull/20

jackc commented 8 years ago

Thanks!