google_analytics_v4_api 0.0.4 → 0.0.5

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
  SHA256:
3
- metadata.gz: e445dae3054767495db0ac92f151124aa6461a9ef9aabbc0f730500367ea5b09
4
- data.tar.gz: faa4d4804016bd7c65f16326fa971415bfa02cdf4c06df6b03d17905fce30f8b
3
+ metadata.gz: e7050078fae7248eeb571242439f9042faddf4c258c672aad42d0ce684f10e35
4
+ data.tar.gz: cf1eee223ddc9a858860ba6c2ce384126faf40f37b404551f45741c17759bde5
5
5
  SHA512:
6
- metadata.gz: 88c36509bc89b0c7a9da6b8f1e9cf33488307351453a90119ccfeaf65dc604189184a24d3adcc9e9e92a7d64fd7b44138b0ade2d3bd3c475f31c130027a81ab0
7
- data.tar.gz: b55dcfaf9609e1d350a91c1f95df653d3f8e9a68f2ef367ae48aaac66b4be6d1312939371f2db74da878a9da73ecb96325377fc38d69401414937f330dd6972e
6
+ metadata.gz: 57d08ee5e5e68e234add0875817118b0bdeae43949ee79a7cb3d7b31c828e90ba995a58a2bce8521728dad2a151a1be5e0bcc882988ea4bbffd6f8852804521a
7
+ data.tar.gz: 79b280644dcf3726917a8cce147d5ea6e048a3e16deab043264f17cbcfe566646dfd0c7047b65e8d21f5384058b473f8e20ccb5b91dad3d766188bf65badeefe
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- google_analytics_v4_api (0.0.4)
4
+ google_analytics_v4_api (0.0.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -16,10 +16,10 @@ module GoogleAnalyticsV4Api
16
16
 
17
17
  def to_json
18
18
  output = {}
19
- output[:dateRanges] = @date_ranges if @date_ranges
20
- output[:dimensions] = @dimensions if @dimensions.any?
21
- output[:metrics] = @metrics if @metrics.any?
22
- output[:dimensionFilter] = @dimension_filter if @dimension_filter.any?
19
+ output[:dateRanges] = @date_ranges
20
+ output[:dimensions] = @dimensions if !@dimensions.nil? && @dimensions.any?
21
+ output[:metrics] = @metrics if !@metrics.nil? && @metrics.any?
22
+ output[:dimensionFilter] = @dimension_filter if !@dimension_filter.nil? && @dimension_filter.any?
23
23
  output.to_json
24
24
  end
25
25
  end
@@ -1,3 +1,3 @@
1
1
  module GoogleAnalyticsV4Api
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_analytics_v4_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gustavo Garcia