jackdempsey / acts_as_commentable

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

Please cut a new release for rubygems #56

Open chriskilding opened 10 years ago

chriskilding commented 10 years ago

On the acts_as_commentable rubygems page I see that the releases are somewhat out of date:

4.0.1 March 13, 2010 (6.5 KB) 4.0.0 March 13, 2010 (6.5 KB) 3.0.1 October 28, 2010 (6.5 KB) 3.0.0 March 7, 2010 (6.5 KB) 2.1.1 October 7, 2010 (6.5 KB) 2.1.0 October 6, 2010 (6.5 KB) 2.0.2 July 1, 2009 (6.5 KB) 2.0.1 September 5, 2010 (6.5 KB)

Please could the rubygems maintainer cut another release to incorporate recent changes?

jackdempsey commented 10 years ago

They're not that old. I think the dates just haven't been updated properly on the package. Will cut one soon and see about the date bit.

t-bullock commented 10 years ago

Any update on this?

jackdempsey commented 10 years ago

The dates at rubygems are actually wrong. This references that topic: https://github.com/jackdempsey/acts_as_commentable/commit/4bb23f8c3a846585d9260c759f268bf312bed45b

You can easily build against master by using Bundler. Is there something on master that's not in the released version that you need?

On Mon, Sep 29, 2014 at 7:37 PM, t-bullock notifications@github.com wrote:

Any update on this?

— Reply to this email directly or view it on GitHub https://github.com/jackdempsey/acts_as_commentable/issues/56#issuecomment-57259735 .

t-bullock commented 10 years ago

I'm looking to get commit #42. The readme says to use gem version 3.0.1 for rails 3. I just want to make sure master is going to keep supporting rails 3.

jackdempsey commented 10 years ago

Here you go http://rubygems.org/gems/acts_as_commentable Let me know if any issues.

On Tue, Sep 30, 2014 at 1:46 PM, t-bullock notifications@github.com wrote:

I'm looking to get commit #42 https://github.com/jackdempsey/acts_as_commentable/pull/42. The readme says to use gem version 3.0.1 for rails 3. I just want to make sure master is going to keep supporting rails 3.

— Reply to this email directly or view it on GitHub https://github.com/jackdempsey/acts_as_commentable/issues/56#issuecomment-57379943 .

t-bullock commented 10 years ago

Thanks!