Skip to content

Commit

Permalink
1.2.11: use bibxml6 for IEEE.* references
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Feb 27, 2019
1 parent 2a2e5be commit 2ef01bc
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
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'kramdown-rfc2629'
s.version = '1.2.10'
s.version = '1.2.11'
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.}
Expand Down
2 changes: 1 addition & 1 deletion lib/kramdown-rfc2629.rb
Expand Up @@ -483,7 +483,7 @@ def get_and_cache_resource(url, cachefile, tvalid = 7200, tn = Time.now)
"CCITT" => "bibxml2",
"FIPS" => "bibxml2",
# "IANA" => "bibxml2", overtaken by bibxml8
"IEEE" => "bibxml2", # now, how about bibxml6?
"IEEE" => "bibxml6", # copied over to bibxml6 2019-02-27
"ISO" => "bibxml2",
"ITU" => "bibxml2",
"NIST" => "bibxml2",
Expand Down

0 comments on commit 2ef01bc

Please sign in to comment.