File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
properName =AsciidoctorJ PDF
2
2
description =AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
3
- version =2.3.18
3
+ version =2.3.19
4
4
gem_name =asciidoctor-pdf
Original file line number Diff line number Diff line change 44
44
45
45
// gem versions
46
46
asciidoctorJVersion = project. hasProperty(' asciidoctorJVersion' ) ? project. asciidoctorJVersion : ' 2.5.7'
47
- asciidoctorPdfGemVersion = project. hasProperty(' asciidoctorPdfGemVersion' ) ? project. asciidoctorPdfGemVersion : ' 2.3.18 '
47
+ asciidoctorPdfGemVersion = project. hasProperty(' asciidoctorPdfGemVersion' ) ? project. asciidoctorPdfGemVersion : ' 2.3.19 '
48
48
49
49
addressableVersion = ' 2.8.0'
50
50
concurrentRubyVersion = ' 1.1.7'
Original file line number Diff line number Diff line change 1
- version =2.3.18
1
+ version =2.3.19
2
2
sourceCompatibility =1.8
3
3
targetCompatibility =1.8
4
4
You can’t perform that action at this time.
0 commit comments