gem install fails -> active_pdftk nog registered in rubygems?
the gem install fails. it seems active_pdftk is (no longer?) registered in rubygems ?
a patch is to install the gem with bundler add this to your Gemfile gem 'active_pdftk', :git => '[email protected]:tcocca/active_pdftk.git' than bundle install and bundle exec
Hi. sorry this took me so long to respond too. Things have been very busy. I have not actually released the gem yet to rubygems because I am having problems getting the tests to pass on travis. They are running fine for me locally but they are not passing on travis and I can not figure it out. For now you should go exactly what you are doing and use the gem from the git repo. Also, if you want to take a look at the travis issue I'd love some help with the gem.
I cant install it through git link
Same issue and work around not working either