metanorma-rsd 1.4.4 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,10 @@ require "metanorma/processor"
2
2
 
3
3
  module Metanorma
4
4
  module Rsd
5
+ def self.pdf_fonts
6
+ ["SourceSansPro-Light", "SourceSerifPro", "SourceCodePro-Light", "HanSans"]
7
+ end
8
+
5
9
  class Processor < Metanorma::Processor
6
10
 
7
11
  def initialize
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Rsd
3
- VERSION = "1.4.4"
3
+ VERSION = "1.4.5"
4
4
  end
5
5
  end
data/metanorma.yml CHANGED
@@ -24,3 +24,6 @@ stage_abbreviations:
24
24
  working-draft: wd
25
25
  committee-draft: cd
26
26
  draft-standard: d
27
+ metadata_extensions:
28
+ - security
29
+ - recipient
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-rsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.4
4
+ version: 1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-03 00:00:00.000000000 Z
11
+ date: 2020-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities
@@ -243,6 +243,7 @@ files:
243
243
  - lib/isodoc/rsd/html_convert.rb
244
244
  - lib/isodoc/rsd/metadata.rb
245
245
  - lib/isodoc/rsd/pdf_convert.rb
246
+ - lib/isodoc/rsd/rsd.standard.xsl
246
247
  - lib/isodoc/rsd/word_convert.rb
247
248
  - lib/metanorma-rsd.rb
248
249
  - lib/metanorma/rsd.rb