hiptest-publisher 0.15.5 → 0.15.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/templates/csharp/template.hbs +1 -1
- data/lib/templates/javascript/template.hbs +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0fbc40768c2c96bb4a94eb5c5ba49db3527c316a
|
4
|
+
data.tar.gz: b58da722087d2766275d655f85a9609cac16133e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a934f7b2fcdd6df697a78c41622c878c383def29e654575810bdc6d1ec5f4d9d2a8d68e73181286e7d03c89ee54eb4221a2edc9cba2d21f3dc38079b4ba4302
|
7
|
+
data.tar.gz: 695dfc78e7bf8f7ab0eff95898c3427b16ce04c9d073c222752503fbfb02ef234856a5170f4b39378f0ae0b892fe293a4ddae0305d6c9283d0bacc01dafaf488
|
@@ -1 +1 @@
|
|
1
|
-
{{#join treated_chunks ' + '}}{{#if this.is_variable?}}{{{this.raw.children.name}}}{{else}}"{{{ escape_double_quotes this.raw.children.value }}}"{{/if}}{{/join}}
|
1
|
+
{{#join treated_chunks ' + '}}{{#if this.is_variable?}}{{{this.raw.children.name}}}{{else}}"{{{ escape_double_quotes this.raw.children.value }}}"{{/if}}{{else}}""{{/join}}
|
@@ -1 +1 @@
|
|
1
|
-
{{#join treated_chunks ' + '}}{{#if this.is_variable?}}String({{{this.raw.children.name}}}){{else}}"{{{ escape_double_quotes this.raw.children.value }}}"{{/if}}{{/join}}
|
1
|
+
{{#join treated_chunks ' + '}}{{#if this.is_variable?}}String({{{this.raw.children.name}}}){{else}}"{{{ escape_double_quotes this.raw.children.value }}}"{{/if}}{{else}}""{{/join}}
|
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.15.
|
4
|
+
version: 0.15.6
|
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: 2016-07-
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colorize
|