jashmenn / activeuuid

Binary uuid keys in Rails
MIT License
340 stars 124 forks source link

Rails 4.1 fixes #41

Closed ankane closed 10 years ago

ankane commented 10 years ago

These two lines are required for Rails 4.1 to work and don't break backward compatibility.

pyromaniac commented 10 years ago

Can you add rails 4.0 gemfile and fix travis matrix as well please?

ankane commented 10 years ago

Any reason to keep testing against 1.9.2? It's very similar to 1.9.3 and ActiveSupport 4.0+ requires 1.9.3. Otherwise, the matrix gets complex :-/ Still looking into the PostgreSQL issue.

pyromaniac commented 10 years ago

No reasons actually

ankane commented 10 years ago

:boom: All tests green

pyromaniac commented 10 years ago

Holy makaroni!

pyromaniac commented 10 years ago

Thanks

ankane commented 10 years ago

No problem, thanks for your work on this gem. Excited to use it!

ankane commented 10 years ago

Hey, what's the plan for releasing the next version?

pyromaniac commented 10 years ago

@jashmenn could you please?

jashmenn commented 10 years ago

Bumped to 0.5.0 - pushed to rubygems.org. Great work everyone

ankane commented 10 years ago

Awesome, thanks!