norman / friendly_id

FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
http://norman.github.io/friendly_id/
MIT License
6.13k stars 589 forks source link

5.5.1 release request #1017

Closed iwdt closed 10 months ago

iwdt commented 11 months ago

Hey everyone,

How about releasing a new update?

I would like to address the issue with Yard documentation generation, which has been resolved in #1006. Currently, I have to specify the commit number in the Gemfile because I am using the yard gems command.

I would be grateful!

parndt commented 10 months ago

Noted @iwdt -- currently CI is failing so I'll address that first in #1021

parndt commented 10 months ago

Fixed by ecfe968

iwdt commented 10 months ago

@parndt, thanks a lot