hiptest-publisher 1.1.2 → 1.1.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
  SHA1:
3
- metadata.gz: 7c6528406bd197a8a73e5797d36585a1a29a5623
4
- data.tar.gz: '090307b4274279030032d99ba36a5bbdca651f5f'
3
+ metadata.gz: de46ef75c4fcd2611fac0fcff6d3dce0d84efe42
4
+ data.tar.gz: 0e7e09d5bedd7c6af79f714df313263732351f4f
5
5
  SHA512:
6
- metadata.gz: e36b84702e722c2742daf17b434d5135b25a73c3963334ad818fe362b1022d4dff68535e7a6fd87e9a0f3263d531cb096662d453362d05486c5a9b4dd28d4138
7
- data.tar.gz: d0c86c50824264dfba07dcd57a3982ebeb9021d1800843bc206a3342f1cb6a7eeff0dde97ba5be3b18b182e27588faae6aa26e9488f2862519de48338ac65561
6
+ metadata.gz: f21104a41b824014945004b0682fadee70ce929520611f191857772f95080c70f5ba66faa409bc4bd873082b278a39a5bf10827806976cffbbab5c7b09e9ffa4
7
+ data.tar.gz: 9b3f459954581a90a9a94e243e704496a02dfcbaa974c09a6a6fbba50fd2a478884c1d492149426162db6077c67bb1aae8cc4296377a581178903d4af4aa9487
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.1.2
4
+ version: 1.1.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: 2017-05-09 00:00:00.000000000 Z
11
+ date: 2017-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -282,6 +282,7 @@ files:
282
282
  - lib/templates/common/numericliteral.hbs
283
283
  - lib/templates/common/stringliteral.hbs
284
284
  - lib/templates/common/symbol.hbs
285
+ - lib/templates/common/unaryexpression.hbs
285
286
  - lib/templates/common/variable.hbs
286
287
  - lib/templates/csharp/_body.hbs
287
288
  - lib/templates/csharp/_item_as_function.hbs
@@ -313,7 +314,6 @@ files:
313
314
  - lib/templates/csharp/template.hbs
314
315
  - lib/templates/csharp/test.hbs
315
316
  - lib/templates/csharp/tests.hbs
316
- - lib/templates/csharp/unaryexpression.hbs
317
317
  - lib/templates/csharp/variable.hbs
318
318
  - lib/templates/csharp/while.hbs
319
319
  - lib/templates/cucumber/actionword.hbs
@@ -383,7 +383,6 @@ files:
383
383
  - lib/templates/java/testng/single_test.hbs
384
384
  - lib/templates/java/testng/tests.hbs
385
385
  - lib/templates/java/tests.hbs
386
- - lib/templates/java/unaryexpression.hbs
387
386
  - lib/templates/java/variable.hbs
388
387
  - lib/templates/java/while.hbs
389
388
  - lib/templates/javascript/_body.hbs
@@ -429,7 +428,6 @@ files:
429
428
  - lib/templates/javascript/template.hbs
430
429
  - lib/templates/javascript/test.hbs
431
430
  - lib/templates/javascript/tests.hbs
432
- - lib/templates/javascript/unaryexpression.hbs
433
431
  - lib/templates/javascript/while.hbs
434
432
  - lib/templates/php/_body.hbs
435
433
  - lib/templates/php/_item_as_function.hbs
@@ -462,7 +460,6 @@ files:
462
460
  - lib/templates/php/template.hbs
463
461
  - lib/templates/php/test.hbs
464
462
  - lib/templates/php/tests.hbs
465
- - lib/templates/php/unaryexpression.hbs
466
463
  - lib/templates/php/variable.hbs
467
464
  - lib/templates/php/while.hbs
468
465
  - lib/templates/python/_body.hbs
@@ -497,7 +494,6 @@ files:
497
494
  - lib/templates/python/template.hbs
498
495
  - lib/templates/python/test.hbs
499
496
  - lib/templates/python/tests.hbs
500
- - lib/templates/python/unaryexpression.hbs
501
497
  - lib/templates/python/unittest/actionwords.hbs
502
498
  - lib/templates/python/while.hbs
503
499
  - lib/templates/robotframework/_keyword.hbs
@@ -562,7 +558,6 @@ files:
562
558
  - lib/templates/ruby/template.hbs
563
559
  - lib/templates/ruby/test.hbs
564
560
  - lib/templates/ruby/tests.hbs
565
- - lib/templates/ruby/unaryexpression.hbs
566
561
  - lib/templates/ruby/while.hbs
567
562
  - lib/templates/seleniumide/argument.hbs
568
563
  - lib/templates/seleniumide/call.hbs
@@ -1 +0,0 @@
1
- {{{ rendered_children.operator }}}{{{ rendered_children.expression }}}
@@ -1 +0,0 @@
1
- {{{ rendered_children.operator }}}{{{ rendered_children.expression }}}
@@ -1 +0,0 @@
1
- {{{ rendered_children.operator }}}{{{ rendered_children.expression }}}
@@ -1 +0,0 @@
1
- {{{ rendered_children.operator }}}{{{ rendered_children.expression }}}
@@ -1 +0,0 @@
1
- {{{ rendered_children.operator }}}{{{ rendered_children.expression }}}