Closed knapo closed 4 years ago
@cchandler Hope, you'll find a while to review and merge this PR. Thanks!
Hey, thanks for looking into this! Most of it is long overdue 😅. I'll see if I can find some time this week to merge it in.
@cchandler just a friendly reminder :)
Things are kinda returning to normal for me. Taking a look this afternoon.
Many thanks! If you can release a new version with the changes, it would be awesome!
On Thu, 28 May 2020, 22:12 Chris Chandler, notifications@github.com wrote:
Merged #56 https://github.com/cchandler/certificate_authority/pull/56 into master.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cchandler/certificate_authority/pull/56#event-3384454155, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAPTCDUXR4D6MAGCLQWDFTRT3ARLANCNFSM4LFP2I5A .
Thank you so much for the time and contribution! I've bumped the version to 1.0.0 (on master) and pushed to rubygems. The last time I published this gem was apparently 2012 🤣
The main reason I creating this PR is that our fossa scanner complains that
redgreen
gem (which is a dev dependence ofjewler
gem) doesn't have a licence specified. Since bothredgreen
andjewler
are not longer being maintained,certificate_authority
is the gem which requires some care :)What this PR does is:
jewler
, which is not longer maintained (gem can be simply released withrake build
+rake release
)constant ::Fixnum is deprecated
warning.rspec
file and remove individual helper requires.Once the PR is merged, I think it's time to release 1.0.0 :)