Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 27, 2023
1 parent fc12fd1 commit 08e1b2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion isodoc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
end
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")

spec.add_dependency "html2doc", "~> 1.7.0"
spec.add_dependency "html2doc", "~> 1.7.1"
spec.add_dependency "htmlentities", "~> 4.3.4"
# spec.add_dependency "isodoc-i18n", "~> 1.1.0" # already in relaton-render and mn-requirements
spec.add_dependency "emf2svg"
Expand Down
1 change: 0 additions & 1 deletion lib/isodoc/convert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def convert_init(file, input_filename, debug)

def preprocess_xslt(docxml)
sheets = extract_preprocess_xslt(docxml)
warn "Preprocessing XSLT: #{@format}..."
sheets.each do |x|
docxml = Nokogiri::XSLT(x).transform(docxml)
end
Expand Down
2 changes: 1 addition & 1 deletion lib/isodoc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IsoDoc
VERSION = "2.7.0".freeze
VERSION = "2.7.1".freeze
end

0 comments on commit 08e1b2a

Please sign in to comment.