gtm-cli 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/gtm/push.rb +1 -1
- data/lib/gtm/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff6511793b01692f23e016299b9b062345f8e9a6
|
|
4
|
+
data.tar.gz: 86adf1421de84ff02a886c488e17a433529cf242
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3a21f18cebe88e8cf8f42e9f4a5526aefcad8e8afc3466f80cd522dcc14212b1d203e22edb30f70df846c54bc7e8c40274dd146d2a63c84534901210826e76e
|
|
7
|
+
data.tar.gz: 03f4daa12a1e616e40b7f85415ff373a3b7ba9063605e2da897ce55b5a4cdb48ef8803df92fcae19b541d6e5be4d5e205356ef4d8b69c0e4484de822a257f382
|
data/lib/gtm/push.rb
CHANGED
|
@@ -23,7 +23,7 @@ module GTM
|
|
|
23
23
|
if %w(ua html).include?(tag['type']) # dumpable types
|
|
24
24
|
if tag['type'].eql?('ua')
|
|
25
25
|
body['parameter'] = JSON.parse(tag_content)
|
|
26
|
-
elsif tag['type'].eql?('html')
|
|
26
|
+
elsif tag['type'].eql?('html')
|
|
27
27
|
body['parameter'].each do |parameter|
|
|
28
28
|
parameter['value'] = tag_content if parameter['key'].eql?('html')
|
|
29
29
|
end
|
data/lib/gtm/version.rb
CHANGED