josedonizetti / ruby-duration

Immutable type that represents some amount of time with accuracy in seconds.
http://bit.ly/ruby-duration
MIT License
124 stars 23 forks source link

Support Mongoid 3 #10

Closed wintersolutions closed 11 years ago

wintersolutions commented 11 years ago

Support for mongoid >= 3 added. Main work was done by xiy I only bumped the version (needed b/c its not compatible with mongoid 2 anymore) and added documentation.

gcirne commented 11 years ago

Hi,

Before I merge this could you please take a look at the failing travis build? Apparently mongoid >= 3.0.0 only supports ruby >= 1.9.3 so maybe we should remove ruby versions < 1.9.3 from the travis build. What do you think?

wintersolutions commented 11 years ago

Hi,

I hadn't seen that, I'll make the changes to the travis build and write a short notice in the documentation about suported Ruby versions.

gcirne commented 11 years ago

Great, thanks!

Guilherme Machado Cirne gcirne@gmail.com

On Mon, Mar 4, 2013 at 11:22 AM, wintersolutions notifications@github.comwrote:

Hi,

I hadn't seen that, I'll make the changes to the travis build and write a short notice in the documentation about suported Ruby versions.

— Reply to this email directly or view it on GitHubhttps://github.com/peleteiro/ruby-duration/pull/10#issuecomment-14382762 .

wintersolutions commented 11 years ago

Travis builds passed.

kenn commented 11 years ago

When is this going to be released?

peleteiro commented 11 years ago

Done. Sorry for the delay.