New release
tiagotex opened this issue · 6 comments
Hi,
I noticed that there are already some commits between the last release (1.4.1 in 2016) and master vigetlabs/active_material@v1.4.1...master
We are currently using master because it has some features we need. Are you planning to create a new release soon?
Thank you for maintaining the gem 💚
Hey!
Sorry. It's about time to send a new tag out. I'll do that now.
Thank you! Could we also release the new version on ruby gems?
@nhunzaker @cwmanning @zporter @irmela
The newer release 1.5.0 is not available on ruby gems.
https://rubygems.org/gems/active_material/versions
I don't think this has ever been hosted on rubygems (by vigetlabs). The two versions on rubygems are from a fork of this repo that is behind the current release cycle.
We've been using github releases. Should look something like this in a Gemfile:
gem "active_material", git: "git@github.com:vigetlabs/active_material.git", tag: "v1.5.0"
Let us know if that doesn't work for any reason.
Thanks @cwmanning
I was trying to update without the tag option.
Now I am able to install 1.5 with the below config.
gem 'active_material', github: 'vigetlabs/active_material', tag: 'v1.5.0'