abemedia / jekyll-pdf

Create PDFs from Jekyll pages & documents.
http://abemedia.co.uk/jekyll-pdf/
GNU General Public License v3.0
104 stars 35 forks source link

Build issue : Digest gem not accessible anymore #20

Closed pbelabbes closed 4 years ago

pbelabbes commented 6 years ago

RubyGem.org : "The gem digest is no longer accessible, as the name was in the reserved namespace we've locked off -- it was only in the search results by accident, and we no longer are able to provide access to it via rubygems.org. I apologize for any disruption this has caused you!"

discussion

iamsebastian commented 5 years ago

Until the PR of @m1racoli is merged, add this to your Gemfile:

gem 'jekyll-pdf', :git => 'git://github.com/m1racoli/jekyll-pdf', :branch => 'fix-digest-gem'
benfrick commented 5 years ago

This worked for me. Thanks @iamsebastian

harsh183 commented 5 years ago

@iamsebastian Give that it's been several months. Do you think it's worth making a fork for this repo?

hoijui commented 5 years ago

there were severel forks fixing the same issue. I made one to serve as the official one. see here: https://github.com/abeMedia/jekyll-pdf/issues/24

feluelle commented 4 years ago

You can now use this repo gem 'jekyll-pdf', :git => 'https://github.com/abeMedia/jekyll-pdf' to get the latest code since it is merged into master.