metanorma-plugin-lutaml 0.4.11 → 0.4.12

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3ac25c64f997af2bb3228af3816a9aafe2ea0b62a8c80eaa58f598cba8085e2
4
- data.tar.gz: 824ab598854889b1a7079d872d96f515757719436eba95850eb7a85d924e23fc
3
+ metadata.gz: 2a10016110c0403f8925e080c1f29cf8a4b81e9d2f52c1e986bf26c3d9754d0c
4
+ data.tar.gz: 81f3c21e207bde438c076f11aa7d2fc109732999351a99431785f4323c3d749c
5
5
  SHA512:
6
- metadata.gz: 68246a6140b1a29548a77c10e7949058652c4be9e1ec2ee150d698f777e0bb91c2c4d75abaac3f69b8d09089f945cc24fff150a9ac83acf6ff36c521bd8c1c97
7
- data.tar.gz: a8c60e3c539d000334fafa9b43d3e89a144dd327f9c212445aae35a547f1dd6ce0214df15b3223d8306829d3e3f938318331b1581c9220ff330e8cfd5817f0fb
6
+ metadata.gz: 0ba4c445dc6254628dd8184bddecf6dd5394496694ff6493572b8b30479c62e92275d4af33d6f5015862ec6dad39be0a438e2dd2d75353882b6820dffef613b5
7
+ data.tar.gz: c1258f09dd31d96424b2b63bb039c424042248e0cdd84b7215c48a817f25c326b0dc75a0f439db97716d1a1e8f712685c736d0c1ac9149a7a35c3dde66aaf17d
@@ -8,7 +8,7 @@ module Metanorma
8
8
  SUPPORTED_OPTIONS = %w[class enum data_type]
9
9
 
10
10
  use_dsl
11
- named :lutaml_table_class
11
+ named :lutaml_table
12
12
 
13
13
  def process(parent, _target, attrs)
14
14
  keyword = SUPPORTED_OPTIONS.find { |n| attrs[n] }
@@ -1,7 +1,7 @@
1
1
  module Metanorma
2
2
  module Plugin
3
3
  module Lutaml
4
- VERSION = "0.4.11".freeze
4
+ VERSION = "0.4.12".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-lutaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.11
4
+ version: 0.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-09-20 00:00:00.000000000 Z
11
+ date: 2021-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: liquid