metanorma-nist 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,7 @@ require_relative "asciidoctor/nist/converter"
3
3
  require_relative "isodoc/nist/html_convert"
4
4
  require_relative "isodoc/nist/pdf_convert"
5
5
  require_relative "isodoc/nist/word_convert"
6
+ require_relative "isodoc/nist/render"
6
7
  require_relative "metanorma/nist/version"
7
8
 
8
9
  if defined? Metanorma
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module NIST
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
@@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.add_dependency "htmlentities", "~> 4.3.4"
28
28
  spec.add_dependency "ruby-jing"
29
29
  spec.add_dependency "twitter_cldr"
30
+ spec.add_dependency "tzinfo-data" if RUBY_PLATFORM =~ /mswin|mingw/i
30
31
 
31
32
  spec.add_dependency "metanorma-standoc", "~> 1.1.0"
32
33
  spec.add_dependency "isodoc", "~> 0.9.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-nist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-25 00:00:00.000000000 Z
11
+ date: 2019-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -313,6 +313,7 @@ files:
313
313
  - lib/isodoc/nist/i18n-en.yaml
314
314
  - lib/isodoc/nist/metadata.rb
315
315
  - lib/isodoc/nist/pdf_convert.rb
316
+ - lib/isodoc/nist/render.rb
316
317
  - lib/isodoc/nist/word_convert.rb
317
318
  - lib/metanorma-nist.rb
318
319
  - lib/metanorma/nist.rb