metanorma-plugin-datastruct 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a907be818d77b17d58d5fade3884d5927c8e26992c941dad4b70044b166a01b
4
- data.tar.gz: fbc7ef753fb3091f7fa1a59edaa9efbf09fd1acef0b49df28a96363af88777da
3
+ metadata.gz: f1634612a50be53cbe05f8bfe92c2ba7c6f2b918b99ea37cd9eea3eea40f5242
4
+ data.tar.gz: 4d7e13e53ec88af6d0ddf31b30dd4acd7c19a5f6fcc0eafd4504ef75ca7545aa
5
5
  SHA512:
6
- metadata.gz: 77debd7f1e3730b5ffb8f50acf26b611f617758efd457f3abca3919d68d9018cb42b27ce7ba4fbe5da8b3f79135e8f29408ef26b17c8874ee11bbbadd36d273d
7
- data.tar.gz: be940013f91ee953d4477307be79de8adf9cb1db824845a38fa78f33cb1e7cbc599cba53daf7ba01eb096cfc368f94df3c5285edf262e90af829a56540b6a573
6
+ metadata.gz: 1ad617b37efc74c72ff0e039f4efa93aee62758e23caf95cdb004f617461b8760d87b1efdedf8968a4f07f0719c6543a4b4b58cea5e6942fc7a518eb6450b52d
7
+ data.tar.gz: 0e0fe73fbf339fdc9e97313f248a5d815cc2249f5713ef296dcc73d55d36778cd229d6be004c71adb378f46f4be1c381506f8a320b56a67f59f29cd70b7e0130
@@ -112,7 +112,7 @@ module Metanorma
112
112
  parse_context_block(document: document,
113
113
  context_lines: transformed_liquid_lines,
114
114
  context_items: context_items,
115
- context_name: block_match[2])
115
+ context_name: block_match[2].strip)
116
116
  rescue StandardError => e
117
117
  document.logger
118
118
  .warn("Failed to parse #{config[:block_name]} \
@@ -1,7 +1,7 @@
1
1
  module Metanorma
2
2
  module Plugin
3
3
  module Datastruct
4
- VERSION = "0.1.0".freeze
4
+ VERSION = "0.1.1".freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-plugin-datastruct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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-10-02 00:00:00.000000000 Z
11
+ date: 2020-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  - !ruby/object:Gem::Version
266
266
  version: '0'
267
267
  requirements: []
268
- rubygems_version: 3.0.3
268
+ rubygems_version: 3.0.6
269
269
  signing_key:
270
270
  specification_version: 4
271
271
  summary: Metanorma plugin for yaml2text and json2text