gtm-cli 0.2.1 → 0.2.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gtm/pull.rb +1 -1
  3. data/lib/gtm/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 032d0ea69efdaeb3578392fa8b6c3e34d4c2ac71
4
- data.tar.gz: 2968ef86c27f4cad8c2397000580bc21088d0b51
3
+ metadata.gz: 5e395ae5e83c0e6b45675656a3fa2f3016f2c6be
4
+ data.tar.gz: 2ae620c2b6d1cfb99971104d97910fff86c161d9
5
5
  SHA512:
6
- metadata.gz: 0aa17dc5393898986b9f6cbec04ccc13907e4566001ba0109f96080a85dfcd45918987e635e9ed5df4c482492baa4352e3583757d07e9bf8838b2af0a30d446f
7
- data.tar.gz: 6016f017280980ce3c261f435d4457437d9021ecadcc5c3d44277a634ba7a45ac3000f32282a5a003a6fedba1164dfc4744771949ffb20b32374816b568f1bad
6
+ metadata.gz: 33722f42b1297689569cec0f642a3addd51427a0ecec7fb3181ab0b028514afd7289360605b2a8344f87621675aa0fcdc18e401c2e4d07cbbdac2877c2897795
7
+ data.tar.gz: 4d581ae02653f5ff902a49f03fc7fa1f7031afad590306e1078433f6f7b854d1dff1219b5770e958946ef2f9fe02d62ab0978db83b7af6d82a59145999075fd5
data/lib/gtm/pull.rb CHANGED
@@ -79,7 +79,7 @@ module GTM
79
79
  if tag.type.eql?('ua')
80
80
  value = tag.parameter.to_json
81
81
  suffix = '.json'
82
- elsif tag.type.eql?('html') and false
82
+ elsif tag.type.eql?('html')
83
83
  html_parameter = tag.parameter.select { |p| p.key.eql? 'html' }.first
84
84
  value = html_parameter.value
85
85
  end
data/lib/gtm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module GTM
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtm-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Dudda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-06 00:00:00.000000000 Z
11
+ date: 2016-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-api-client