dkniffin / active_material

ActiveAdmin skin based on Google's Material Design
MIT License
177 stars 69 forks source link

New release #66

Closed tiagotex closed 4 years ago

tiagotex commented 4 years ago

Hi,

I noticed that there are already some commits between the last release (1.4.1 in 2016) and master https://github.com/vigetlabs/active_material/compare/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 💚

nhunzaker commented 4 years ago

Hey!

Sorry. It's about time to send a new tag out. I'll do that now.

nhunzaker commented 4 years ago

Done: https://github.com/vigetlabs/active_material/releases/tag/v1.5.0

tiagotex commented 4 years ago

Thank you! Could we also release the new version on ruby gems?

rmkanda commented 4 years ago

@nhunzaker @cwmanning @zporter @irmela

The newer release 1.5.0 is not available on ruby gems. https://rubygems.org/gems/active_material/versions image

cwmanning commented 4 years ago

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.

rmkanda commented 4 years ago

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'