diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-04-23 02:06:59 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-04-23 02:41:15 -0600 |
| commit | 6ef8740ee274802a53151c1b54b5c110dd6d2f5b (patch) | |
| tree | 64420262d8a3fef39af41db7286611cf0ce3ba12 /bin | |
| parent | 26037397dfb40550643793fa2a2989f5f0c4594b (diff) | |
resolves #262 rename Pdf module to PDF
- rename Pdf module to PDF
- alias Pdf to PDF for backwards compatibility
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/asciidoctor-pdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/asciidoctor-pdf b/bin/asciidoctor-pdf index d300359d..abf33c57 100755 --- a/bin/asciidoctor-pdf +++ b/bin/asciidoctor-pdf @@ -11,7 +11,7 @@ options = Asciidoctor::Cli::Options.new backend: 'pdf', header_footer: true # FIXME provide an API in Asciidoctor for sub-components to print version information unless ARGV != ['-v'] && (ARGV & ['-V', '--version']).empty? - $stdout.write %(Asciidoctor PDF #{Asciidoctor::Pdf::VERSION} using ) + $stdout.write %(Asciidoctor PDF #{Asciidoctor::PDF::VERSION} using ) # NOTE the print_version method was added in Asciidoctor 1.5.2 if options.respond_to? :print_version options.print_version |
