foundation-emails icon indicating copy to clipboard operation
foundation-emails copied to clipboard

Cut a new gem release

Open markokajzer opened this issue 5 years ago • 11 comments

It seems like recently a new version of foundation_emails was released. The release was pushed to npm (2.3.1), but it seems like the gem was not updated (still on 2.2.1.0).

Thanks for the awesome project! Emails are horrible 😄

markokajzer avatar Aug 14 '20 13:08 markokajzer

Any update on this? Should we use the git repo in the meantime?

golmansax avatar Oct 01 '20 16:10 golmansax

@joeworkman

DanielRuf avatar Oct 01 '20 16:10 DanielRuf

+1

OleksandrPoltavets avatar Feb 22 '21 10:02 OleksandrPoltavets

+1

Myrronth avatar Mar 03 '21 10:03 Myrronth

+1

smserino avatar Mar 18 '21 00:03 smserino

+1

heycassidy avatar Jun 14 '21 19:06 heycassidy

Is this right? The latest gem uses a 5 years old version, and references possible outdated documentation?

matthewlein avatar Aug 12 '21 19:08 matthewlein

With the release of Rails 7 using dartsass-rails is now officially recommended instead of using webpacker or sprockets to bundle Sass. Therefore updating the gem to the latest version would be highly appreciated, since upgrading to Rails’ new asset pipeline now means downgrading to an older version of this library

maxhoffmann avatar May 19 '22 10:05 maxhoffmann

FYI: adding the latest version via bundler’s Gemfile worked for me

inside Gemfile:

git 'https://github.com/foundation/foundation-emails', tag: 'v2.4.0' do
  gem "foundation_emails", "~> 2.4"
end

then run bundle install

maxhoffmann avatar May 19 '22 13:05 maxhoffmann

I just thought that I should comment here and let you know why this has not happened yet. Sadly, I do not have the rights to publish this to ruby gems at this time. I have email the person that does own the account and have also contacted ruby gems support for help.

Thanks to @maxhoffmann for the tip!

joeworkman avatar Jul 12 '22 20:07 joeworkman

@joeworkman If you're having trouble getting access to the original gem, could you just make a new gem? Something like foundation_emails2 or the like? Pointing at tag in a code repo isn't really the best from a security standpoint. It's much easier to audit, validate, and cache individual libs from an immutable service like rubygems.

TikiTDO avatar Jun 22 '23 19:06 TikiTDO