hiptest-publisher 1.16.2 → 1.16.3

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: cbed3de6f2a85f41c42a8fe5d26c9678c3dd94a04f75b550f456a6345a4f38d2
4
- data.tar.gz: c8cced8efdcafa5deb2ea55489798db2fce0b3872dd5b7009509118aaa53e613
3
+ metadata.gz: b578d979a656b0e80634b25d20ae4d2e9fe5c32e2dc5cf132d986ec8e59dac6a
4
+ data.tar.gz: db57dc4b0b45d148c069562ab1ddc6e218b02ab07004c11d39c142de05e45613
5
5
  SHA512:
6
- metadata.gz: e350b604c4a5d26a1cd96db59097af3f2da20fc83749be00ac5f3f101a08bd2ee73ed011b65b277e2fd85dc43aa9cae11196254121b467bf5fba54f23723f483
7
- data.tar.gz: 5d83b18169347d57c3e7c3122aa9a24b037279ffac0ea4a58bec0e73f5f79e29b94e6693add0667651c63d65862abaf97d3edcd840de93acef83af2f39675d09
6
+ metadata.gz: b6f5bff3990fd46e6212c3da2833d36b05776bb070abc090e3bf6ef7547081c3dad51593e9b3d8835530ec8a2c47f955304487e8d9a412ec80907198ed232759
7
+ data.tar.gz: f4aeb80f4283e8655829a97b770f7ebaea071401011ae48a012f3c4cef41d74f4bcf64af855f1a39b7c1b610e96db66a3c8c18c4060ab42d1ce5b9b6eed548f0
@@ -13,13 +13,13 @@ named_filename = '%sSpec.groovy'
13
13
  call_prefix = 'actionwords'
14
14
 
15
15
  [actionwords]
16
- template_dirs = groovy/actionwords-library, groovy, java, common
16
+ template_dirs = groovy, java, common
17
17
  filename = 'Actionwords.groovy'
18
18
 
19
19
  [library]
20
- template_dirs = groovy/actionwords-library, groovy, java, common
20
+ template_dirs = groovy, java, common
21
21
  filename = 'ActionwordLibrary.groovy'
22
22
 
23
23
  [libraries]
24
- template_dirs = groovy/actionwords-library, groovy, java, common
24
+ template_dirs = groovy, java, common
25
25
  named_filename = '%sLibrary.groovy'
@@ -12,6 +12,9 @@ self::$_instance = new {{camelize rendered_children.name}}Library();
12
12
  return self::$_instance;
13
13
  {{/indent}}
14
14
  {{/curly}}
15
+ {{#each rendered_children.actionwords}}
16
+ {{{this}}}
17
+ {{/each}}
15
18
  {{/indent}}
16
19
  {{/curly}}
17
20
  ?>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.2
4
+ version: 1.16.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiptest R&D
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-09 00:00:00.000000000 Z
11
+ date: 2018-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize