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

activesupport 4.2.0 breaks your gem #22

Closed LightGuard closed 9 years ago

LightGuard commented 9 years ago

Got: An error occurred: uninitialized constant ActiveSupport::Deprecation with 4.2.0, looks like they took something out you were using.

peleteiro commented 9 years ago

It fixed in release v3.2.1. Thanks.