logstash-input-google-analytics-daily 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 1acf86c6fbba654cc2b169ba1a37b37a5e3c7287f95dd31b0b0cdea4eb5b278c
4
- data.tar.gz: 967c8c040e7e02a1e7293817e24837a71fdad9530ca629a168f6a0810cc1250e
3
+ metadata.gz: e3897194aa75ceeacb8a6c2d24fd4eaf7373acccd1330c16954ef663245d8eac
4
+ data.tar.gz: c9c29c463001bdbaef8c4331000738b02fe9bf03b7ff74cbcd5b8cfebaa46e35
5
5
  SHA512:
6
- metadata.gz: 8ef569d8ed0f2cec8365c6ff7acbc98aaeba8662159d611962db63eb3ef5b6661991cb8c09923106635385384e76f49f30995f9c166a664e4770f56f413b4650
7
- data.tar.gz: d3b9e1e1bcad5ad20b7bf57f7152c395a2dca7eafea0fc12ad2bf667262383f4d8a56d22f9a613948a5b9980f59be1fdbf10a4727b734f72c2ed2bb220dd5b89
6
+ metadata.gz: 6d911ed7d39a48cefdf2853c99c459e5f73fe7bbdce73de62e2d49a209ebb0ddbf6735d3efeebe61f914057cb57145efe7de1c8635b80acb55096904e29ef09e
7
+ data.tar.gz: 014f7087409e0b79bddd98ce720f97d7f87d54314e4317e339d307850b2ad52ece92051f9f6a11d03bc524f994e7044fcbf33a1439d6d106c80cb74635bfb7f6
@@ -213,7 +213,7 @@ class LogStash::Inputs::GoogleAnalyticsDaily < LogStash::Inputs::Base
213
213
  :metrics => @metrics.sort.join(','),
214
214
  :output => 'json',
215
215
  }
216
- options.merge!({:dimensions => @dimensions.join(',')}) if (@dimensions and @dimensions.size?)
216
+ options.merge!({:dimensions => @dimensions.join(',')}) if (@dimensions and @dimensions.size)
217
217
  options.merge!({:filters => @filters}) if @filters
218
218
  options.merge!({:sort => @sort}) if @sort
219
219
  options.merge!({:segment => @segment}) if @segment
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-google-analytics-daily'
3
- s.version = '0.1.0'
3
+ s.version = '0.1.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Logstash plugin to pull daily reports from the Google Analytics v3 Core Reporting API."
6
- s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install logstash-input-google-analytics-daily."
5
+ s.summary = "Logstash plugin to pull daily reports from Google Analytics."
6
+ s.description = "Logstash plugin to pull daily reports from the Google Analytics v3 Core Reporting API. Install into Logstash using $LS_HOME/bin/logstash-plugin install logstash-input-google-analytics-daily."
7
7
  s.authors = ["Shalvah"]
8
- s.email = 'hello@shalvah.me'
9
- s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
8
+ s.email = 'shalvah.adebayo@gmail.com'
9
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/plugins-inputs-google_analytics_daily.html.html"
10
10
  s.require_paths = ["lib"]
11
11
 
12
12
  # Files
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-google-analytics-daily
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shalvah
@@ -114,9 +114,10 @@ dependencies:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
- description: This gem is a logstash plugin required to be installed on top of the
118
- Logstash core pipeline using $LS_HOME/bin/plugin install logstash-input-google-analytics-daily.
119
- email: hello@shalvah.me
117
+ description: Logstash plugin to pull daily reports from the Google Analytics v3 Core
118
+ Reporting API. Install into Logstash using $LS_HOME/bin/logstash-plugin install
119
+ logstash-input-google-analytics-daily.
120
+ email: shalvah.adebayo@gmail.com
120
121
  executables: []
121
122
  extensions: []
122
123
  extra_rdoc_files: []
@@ -130,7 +131,7 @@ files:
130
131
  - lib/logstash/inputs/google_analytics_daily.rb
131
132
  - logstash-input-google-analytics-daily.gemspec
132
133
  - spec/inputs/google_analytics_daily_spec.rb
133
- homepage: http://www.elastic.co/guide/en/logstash/current/index.html
134
+ homepage: http://www.elastic.co/guide/en/logstash/current/plugins-inputs-google_analytics_daily.html.html
134
135
  licenses:
135
136
  - Apache License (2.0)
136
137
  metadata:
@@ -154,7 +155,6 @@ requirements: []
154
155
  rubygems_version: 3.0.6
155
156
  signing_key:
156
157
  specification_version: 4
157
- summary: Logstash plugin to pull daily reports from the Google Analytics v3 Core Reporting
158
- API.
158
+ summary: Logstash plugin to pull daily reports from Google Analytics.
159
159
  test_files:
160
160
  - spec/inputs/google_analytics_daily_spec.rb