Skip to content

Commit

Permalink
Merge pull request #1 from cristoper/new-version
Browse files Browse the repository at this point in the history
Allow dependency on new Asciidoctor versions 1.x
  • Loading branch information
denisdefreyne committed Nov 6, 2014
2 parents 8823707 + 7563a0c commit fc8dbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoc-asciidoctor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = [ 'LICENSE', 'README.md', 'NEWS.md' ]

s.add_runtime_dependency('nanoc', '>= 3.6.7', '< 4.0.0')
s.add_runtime_dependency('asciidoctor', '~> 0.1')
s.add_runtime_dependency('asciidoctor', '> 0.1', '< 2.0')
s.add_development_dependency('bundler', '~> 1.5')
end

0 comments on commit fc8dbf5

Please sign in to comment.