Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI reports asciidoctor version instead of Asciidoctorj #791

Closed
abelsromero opened this issue Apr 6, 2019 · 1 comment
Closed

CLI reports asciidoctor version instead of Asciidoctorj #791

abelsromero opened this issue Apr 6, 2019 · 1 comment

Comments

@abelsromero
Copy link
Member

After installing 1.6.0, 1.6.1 and 1.6.2 versions of Asciidoctorj with sdkman I noticed they all report v 1.5.8 like this when using -V argument:

AsciidoctorJ 1.5.8 [http://asciidoctor.org]
Runtime Environment: jruby x.x.x.x (x.x.x)

I checked the code and this is the gem version.

The CLI should probably report both AsciidoctorJ and asciidoctor gem versions to avoid confusing users.

@mojavelinux
Copy link
Member

Here's what I recommend:

AsciidoctorJ 2.0.0 (Asciidoctor 2.0.6) [https://asciidoctor.org]
Runtime Environment (JRuby x.x.x.x (...))

robertpanzer added a commit that referenced this issue Apr 14, 2019
Fixes #791. Print version of AsciidoctorJ when calling asciidoctorj -…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants