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

Attempt at making Travis happy about Asciidoctor 2.0 #216

Merged
merged 7 commits into from
Nov 6, 2018
Merged
2 changes: 1 addition & 1 deletion asciidoctor-revealjs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.summary = 'Converts AsciiDoc to HTML for a Reveal.js presentation'
s.description = 'Reveal.JS back-end for Asciidoctor and Asciidoctor.js. Write slides in AsciiDoc!'
s.license = 'MIT'
s.required_ruby_version = '>= 2.3.8'
s.required_ruby_version = '>= 2.3.0'
obilodeau marked this conversation as resolved.
Show resolved Hide resolved

files = begin
if (result = Open3.popen3('git ls-files -z') {|_, out| out.read }.split %(\0)).empty?
Expand Down