Skip to content

Commit

Permalink
Update to kramdown 1.17 (not yet 2.x!)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Feb 12, 2019
1 parent b0f8591 commit a9e877c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kramdown-rfc2629.gemspec
Expand Up @@ -4,7 +4,7 @@ spec = Gem::Specification.new do |s|
s.summary = "Kramdown extension for generating RFC 7749 XML."
s.description = %{An RFC7749 (XML2RFC) generating backend for Thomas Leitner's
"kramdown" markdown parser. Mostly useful for RFC writers.}
s.add_dependency('kramdown', '~> 1.16.0')
s.add_dependency('kramdown', '~> 1.17.0')
s.add_dependency('certified', '~> 1.0')
s.files = Dir['lib/**/*.rb'] + %w(README.md LICENSE kramdown-rfc2629.gemspec bin/kdrfc bin/kramdown-rfc2629 bin/doilit bin/kramdown-rfc-extract-markdown data/kramdown-rfc2629.erb data/encoding-fallbacks.txt)
s.require_path = 'lib'
Expand Down
2 changes: 1 addition & 1 deletion lib/kramdown-rfc2629.rb
Expand Up @@ -11,7 +11,7 @@

raise "sorry, 1.8 was last decade" unless RUBY_VERSION >= '1.9'

gem 'kramdown', '~> 1.16.0'
gem 'kramdown', '~> 1.17.0'
require 'kramdown'
my_span_elements = %w{list figure xref eref iref cref spanx vspace}
Kramdown::Parser::Html::Constants::HTML_SPAN_ELEMENTS.concat my_span_elements
Expand Down

0 comments on commit a9e877c

Please sign in to comment.