File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
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.1.6
3
+ version =2.3.0
4
4
gem_name =asciidoctor-pdf
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ ext {
39
39
hamcrestVersion = ' 2.2'
40
40
41
41
// gem versions
42
- asciidoctorJVersion = project. hasProperty(' asciidoctorJVersion' ) ? project. asciidoctorJVersion : ' 2.5.3 '
43
- asciidoctorPdfGemVersion = project. hasProperty(' asciidoctorPdfGemVersion' ) ? project. asciidoctorPdfGemVersion : ' 2.1.6 '
42
+ asciidoctorJVersion = project. hasProperty(' asciidoctorJVersion' ) ? project. asciidoctorJVersion : ' 2.5.5 '
43
+ asciidoctorPdfGemVersion = project. hasProperty(' asciidoctorPdfGemVersion' ) ? project. asciidoctorPdfGemVersion : ' 2.3.0 '
44
44
45
45
addressableVersion = ' 2.8.0'
46
46
concurrentRubyVersion = ' 1.1.7'
47
47
public_suffixVersion = ' 1.4.6'
48
48
prawnGemVersion= project. hasProperty(' prawnGemVersion' ) ? project. prawnGemVersion : ' 2.4.0'
49
49
rghostGemVersion = ' 0.9.7'
50
- rougeGemVersion = ' 3.29 .0'
50
+ rougeGemVersion = ' 3.30 .0'
51
51
spockVersion = ' 0.7-groovy-2.0'
52
52
threadSafeGemVersion = ' 0.3.6'
53
53
ttfunkGemVersion = ' 1.7.0'
Original file line number Diff line number Diff line change 1
- version =2.1.6
1
+ version =2.3.0
2
2
sourceCompatibility =1.8
3
3
targetCompatibility =1.8
You can’t perform that action at this time.
0 commit comments