suma 0.1.5 → 0.1.7

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: 89c0461d2c0175902bc3f33f9067db2f98fecd736a24b47847e3e4181f043d37
4
- data.tar.gz: 3fe9d75eb97f06b1c296333ed3c0644e99cd90397edc3e89502b1c9ae6939375
3
+ metadata.gz: 21e590c6919061e88e4ad0785cde18f22bc97bed87699089007e717085b488d9
4
+ data.tar.gz: 4cb17e178529cedd91d7c23a68509242d617c1d7f41168610cb8ce5883b84a07
5
5
  SHA512:
6
- metadata.gz: e3fbe44771043d03a1ebcb6c8b6615717a624fe81b3f66c83ed5d62f51f5e5e3c2f33fdd8d5b85c7c31f25743a026ef6c6aa50a4812dee266a9ad75ec748b9de
7
- data.tar.gz: a4494b710d3308bf02526b1b4cb83d876aeae3991f47ded95dd1c2bfb9f000e88c3c872bfdb0ffe758da3af2bf9fdd37bd48c5a2062a1ccfa3f3f81b05a8f7f3
6
+ metadata.gz: 675d5bd18fec601cff7e8451d71f9c4523376a21cabce5e35b06ea2acc3da1788f6bd5981f4f346bab5cb65f9d473de815cc03b1511ce4b429247b071fccda24
7
+ data.tar.gz: 93c4dce7996ca46eaa407289b1e7fbde609c9886df63313233dee0c67fa768f1dac1469ed53a8dfea565e86eea9ef076882b5fb863a39d51e78e7714a9ae9ae6
@@ -39,7 +39,7 @@ module Suma
39
39
  end
40
40
 
41
41
  def filename_plain
42
- File.join(@output_path, type, id, "#{id}.exp")
42
+ File.join(@output_path, type, id, File.basename(@path))
43
43
  end
44
44
 
45
45
  def save_exp
@@ -26,7 +26,7 @@ module Suma
26
26
  :mn-document-class: iso
27
27
  :mn-output-extensions: #{output_extensions}
28
28
 
29
- [lutaml,schemas,context]
29
+ [lutaml_express_liquid,schemas,context]
30
30
  ----
31
31
  {% for schema in context.schemas %}
32
32
 
@@ -111,7 +111,7 @@ module Suma
111
111
  :mn-document-class: iso
112
112
  :mn-output-extensions: xml,html
113
113
 
114
- [lutaml,schemas,context]
114
+ [lutaml_express_liquid,schemas,context]
115
115
  ----
116
116
  {% for schema in context.schemas %}
117
117
 
data/lib/suma/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Suma
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.7"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: suma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-09 00:00:00.000000000 Z
11
+ date: 2025-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: expressir