hiptest-publisher 0.19.0 → 0.19.1

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: bf6890beff64e12d0d847f95e23a854c33fc49d5
4
- data.tar.gz: 283d4d11acf6e9ff5d7eacdbf0058de77db7035c
3
+ metadata.gz: c87fd1728763acac3b6534681f9836b23855564e
4
+ data.tar.gz: bd9aadb4005abaa5729f6cb30deca9bc8af59912
5
5
  SHA512:
6
- metadata.gz: 67e1b24d37eae1d25d5d9fff1eaeccd215b5e336d216d0b40b617e7bb07fbc4d7750d8454fb2af23020ab50577e42b37eee7730b998cbad9a39aa0c857a8bb14
7
- data.tar.gz: 74b69b786dc0d2aa979c3d8af3ef50767892f06b6e4c831095fd662729d5d8dae8e400868b6806758658e2cdc50eb5d4a5d16addf410a7c351987e4541a7f969
6
+ metadata.gz: 626e1c4194744dbde0a52d7b01948fab2ad837cbbb16e8b5a054b62b893002fc1d845562131fe26e66d1f91c39a005c874838782d03c6157f448cb7562c1c8cd
7
+ data.tar.gz: ffa4cae8cdf9a4df2177abc580376e39ee7a63fb610eaa0fa26a3e0e18736974c1f80110a206f760091f8ab39ce653d59c28f91ace6dbd5144c40231bb8b23cd
data/README.md CHANGED
@@ -195,3 +195,8 @@ Adding support for other languages and framework
195
195
  ------------------------------------------------
196
196
 
197
197
  See the [CONTRIBUTING](https://github.com/hiptest/hiptest-publisher/blob/master/docs/CONTRIBUTING.md>) help page for more information.
198
+
199
+ Contributors
200
+ ------------
201
+
202
+ The @hiptest team, @mhfrantz, @tikolakin, @atulhm, @etorreborre, @daniel-kun, @weeksghost
@@ -1,4 +1,4 @@
1
1
  {{#if has_datasets?}}{{> item_as_def}}
2
2
  {{{ rendered_children.datatable }}}
3
- {{else}}def test_{{{ normalize self_name }}}{{#if rendered_children.uid}}_uid{{{ normalize rendered_children.uid}}}{{/if}}({{> parameters}}):
3
+ {{else}}def test_{{{ normalize_lower self_name }}}{{#if rendered_children.uid}}_uid{{{ normalize_lower rendered_children.uid}}}{{/if}}({{> parameters}}):
4
4
  {{> body}}{{/if}}
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: 0.19.0
4
+ version: 0.19.1
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-01-27 00:00:00.000000000 Z
11
+ date: 2017-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize