hiptest-publisher 1.16.4 → 1.16.5

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: 8d28d32405b3849a00f695120aef33a61f0b12a172787490a1f5b62224713816
4
- data.tar.gz: 9ad2f85cb7f495a83b5550e328f79d9551285cec5036d2b58a8e4c620b84195b
3
+ metadata.gz: b59635b1cc251611dfa00dc3db91aa4c5e0f1d3026d88d726e7c67bb6f14aefc
4
+ data.tar.gz: 62382d29cffa740fc00f8e176b85e198bd27c207daed3cb76369bfd361d94b83
5
5
  SHA512:
6
- metadata.gz: b87fb07cb6e1db1af3e8c08c4e487f750f419b72396d3e667e98452e56de5996931db418cab46c1edbcf0a05f872813799f63775529644daf5021d935dca83a7
7
- data.tar.gz: 4f215d569136fdcebaf6b8c0f75436c411e04f74ef6855fa29fe56bf674595c763337ee594177a5e7c6dcca4d086865dbce61dd7d0c4a0daeed7d174827db22d
6
+ metadata.gz: 378876f0876842faf4921709e46e8e80b50f3b48b7b8235ebda6b84d909721db8f436484928d2011dd7b57fc8f8552abe3ba0b05bbf0d96e6c3560418e92c646
7
+ data.tar.gz: 5c4ec05928730c2f9794279ac477f2ec9eec4e2cbac8f012024ebe68d26a36cebcf43c52df963bb8cc0d7c665fd980c24537b37e816a161b0feb4c903e747031
@@ -0,0 +1,2 @@
1
+ {{#if has_annotation? }}{{#comment '//'}}{{{ rendered_children.gherkin_text }}}{{/comment}}
2
+ {{/if}}{{#if context.call_prefix}}{{{ context.call_prefix }}}->{{/if}}{{#if has_library?}}get{{{camelize rendered_children.library_name}}}Library()->{{/if}}{{{ camelize_lower rendered_children.actionword_name }}}({{{ join rendered_children.all_arguments ', '}}});
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.4
4
+ version: 1.16.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiptest R&D
@@ -532,6 +532,7 @@ files:
532
532
  - lib/templates/php/template.hbs
533
533
  - lib/templates/php/test.hbs
534
534
  - lib/templates/php/tests.hbs
535
+ - lib/templates/php/uidcall.hbs
535
536
  - lib/templates/php/variable.hbs
536
537
  - lib/templates/php/while.hbs
537
538
  - lib/templates/python/_body.hbs