brpm_content 0.1.22 → 0.1.23
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 +8 -8
- data/modules/framework/config.yml +1 -1
- data/modules/framework/lib/module_installer.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Yzg5YTNkZGIxMmIwOGUzMjQ1NzU1ZTNmMDFmZGMwNDcxOTY1ZGYyOA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzhhNTg4ZGQ0MjQyMWQ1NDUyZDc0YjFkMGY0ZDkzNDUwNWJjOTYwOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Mzc4ZWQ0ZjU5M2IxMDcyMTFiNGFhMmIyZGMwZjUwZTQ5OTY5MmQ0MzVhYjZi
|
|
10
|
+
NGUxNDI3MWNjNGVlNWI2OTIxZmYxYWRiZjg3YjQxY2FhMTRkM2E4MTAyOTZk
|
|
11
|
+
YjZhNDIxNjQzMDUwOWUwMGI5NWI0NTgzMDJlMWFhNmVlMTQ0MGE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODY4Y2ZkNzAwOGFhZTEyYTY2Njg5OGU4MjA5MTRiMTFiYTZiMzZjNTAxMDUw
|
|
14
|
+
MzYyMjkyMmMxZDNkOGNiZDIxMGFkMTBmNTI2YmJlMjI3YTFhYjZlOGU0MmQ4
|
|
15
|
+
MzQ0MGU2OGJkMmJlYmI0ZmIzMTlmNGE0MmI5OTE2NDkyYTVhMzc=
|
|
@@ -241,7 +241,7 @@ class ModuleInstaller
|
|
|
241
241
|
EOR
|
|
242
242
|
|
|
243
243
|
if include_position_attribute
|
|
244
|
-
template += "# position: A#{input_params_yaml.size + 1}:
|
|
244
|
+
template += "# position: A#{input_params_yaml.size + 1}:C#{input_params_yaml.size + 1}\n"
|
|
245
245
|
end
|
|
246
246
|
|
|
247
247
|
template += <<EOR
|
|
@@ -251,7 +251,7 @@ EOR
|
|
|
251
251
|
EOR
|
|
252
252
|
|
|
253
253
|
if include_position_attribute
|
|
254
|
-
template += "# position: A#{input_params_yaml.size + 2}:
|
|
254
|
+
template += "# position: A#{input_params_yaml.size + 2}:C#{input_params_yaml.size + 2}\n"
|
|
255
255
|
end
|
|
256
256
|
|
|
257
257
|
template
|