asciidoctor / docbookrx

(An early version of) a DocBook to AsciiDoc converter written in Ruby.
MIT License
22 stars 49 forks source link

Setting up docbookrx on Windows environment giving the issue - 'bundler command not found: docbookrx' #68

Closed vishalkrsinha closed 4 years ago

vishalkrsinha commented 4 years ago

I was trying to setup 'docbookrx' on my Windows environment by following the steps from url: https://github.com/asciidoctor/docbookrx/blob/master/README.adoc

But, I starting getting below error message:: bundler: command not found: docbookrx Install missing gem executables with bundle install

Screenshot for the reference also attached. docbookrx-windows-setup-issue

vishalkrsinha commented 4 years ago

I got it working now by upgrading 'nokogiri' version and updating the same (1.10.10) in docbookrx.gemspec file. Please refer the attached screenshots for the solution...

docbookrx-windows-setup-issue-resolved

docbookrx gemspec-version-change

mojavelinux commented 4 years ago

I've updated the dependencies in c8609437fddf1cc83e6241ce8e1d3d8ba2cb4c92. Would you like to test again?

One thing we are not yet doing is testing on Windows. Thus, we cannot yet verify that this gem works on Windows. That would require either setting up a GitHub Action (like https://github.com/asciidoctor/asciidoctor-pdf/blob/master/.github/workflows/ci.yml) or an AppVeyor job (like https://github.com/asciidoctor/asciidoctor/blob/master/.appveyor.yml). We should follow up on that in a separate issue.