jackdempsey / acts_as_commentable

The ActiveRecord acts_as_commentable plugin
http://juixe.com/svn/acts_as_commentable/
MIT License
834 stars 176 forks source link

Confused with Versioning on rubygems.org #27

Closed dukz closed 11 years ago

dukz commented 11 years ago

I'm trying to integrate this into my app that's using rails 3.2.X, and am confused if I should use versions 3.0.1 or 4.0.0.

I explored the code and history, and saw that the gemspec bump to 4.0.0 was only done a few months ago (cbc51d2405), but on rubygems.org (https://rubygems.org/gems/acts_as_commentable/) it says 4.0.0 was released on March 2010, which is over 2 and a half years ago.

Would be great if this can be clarified. Thanks.

For now, I'm using 3.0.1 as stated in the README.rdoc. :)

jackdempsey commented 11 years ago

hi Andrew,

4.0 was definitely released a few months back, not 2 years :-)

I've tried to keep the major number of the gem in sync with rails--so rails 3.2.x should use AAC 3.x (3.0.1 should be fine), and when rails 4 is out, it should use the 4.0 version of the gem.

HTH, jack

On Tue, Oct 23, 2012 at 1:27 AM, Andrew Angelo Ang <notifications@github.com

wrote:

I'm trying to integrate this into my app that's using rails 3.2.X, and am confused if I should use versions 3.0.1 or 4.0.0.

I explored the code and history, and saw that the gemspec bump to 4.0.0 was only done a few months ago (cbc51d2https://github.com/jackdempsey/acts_as_commentable/commit/cbc51d2405), but on rubygems.org (https://rubygems.org/gems/acts_as_commentable/) it says 4.0.0 was released on March 2010, which is over 2 and a half years ago.

Would be great if this can be clarified. Thanks.

For now, I'm using 3.0.1 as stated in the README.rdoc. :)

— Reply to this email directly or view it on GitHubhttps://github.com/jackdempsey/acts_as_commentable/issues/27.

dukz commented 11 years ago

OK. Must be Rubygems bug then. :) Thanks.