gaapi 0.4.0 → 0.4.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 297b653a2ab27e34a552b37d270d675473eb3a282205bcffcd6b41a1ad9eb541
4
- data.tar.gz: 9dfa54aae6e7d654000de0d7ba6aa6dd40619114dabb6269e35d689f7a243283
3
+ metadata.gz: c0914cccbcf5b4f4cb35cc2b5a3bb7fbb10ed6841b32da74b06e71711502a334
4
+ data.tar.gz: 1f82f69edfc7dcdb6a686802572b0a75236ad32203916754c89dfb598c281457
5
5
  SHA512:
6
- metadata.gz: c93a38a5beae05b5e1583f6ddf2df29758b588ff68e196c617c06e74c723e7a3f5daefd38a9a839ae04ef8bcaba9f8a72e79aff1f1179666e93d6be4ca8de6bd
7
- data.tar.gz: eaf0ca31bc981f5a0789fcf4dd03ffb294961d5a4354c9fa5923761cfc41dfe774fba7fe45268b38f9d0a47ab0fea5d9dcb53d58f5a0746dd43152e6c1bebe9a
6
+ metadata.gz: 69a7cddacdc469a00868f72360d65daf18d6f3be811954935a1508f6ac065911267211682bbbfe640a2a8d0a8dd123f66671be0485430922f47abadcea9556a8
7
+ data.tar.gz: 61bb45745f7d30ea713911e27b1410f8657b27606a189d1faca2e530c17725980612530a9f33f7bb45a076b765d896313d524c125b0edf886edbbfc99cd5e8ad
@@ -12,6 +12,12 @@
12
12
 
13
13
  * Your contribution here!
14
14
 
15
+ ## [0.4.1][](2018-10-31)
16
+
17
+ ### Bugfixes
18
+
19
+ * Fix the faulty attempt to automate requires.
20
+
15
21
  ## [0.4.0][](2018-10-31)
16
22
 
17
23
  ### Breaking changes
@@ -66,5 +72,6 @@
66
72
 
67
73
  * N/A.
68
74
 
69
- [Pending Release]: https://github.com/weenhanceit/gaapi/compare/v0.4.0...HEAD
70
- [0.4.0]: https://github.com/weenhanceit/gaapi/compare/v0.4.0...v0.3.0
75
+ [Pending Release]: https://github.com/weenhanceit/gaapi/compare/v0.4.1...HEAD
76
+ [0.4.1]: https://github.com/weenhanceit/gaapi/compare/v0.4.0...v0.4.1
77
+ [0.4.0]: https://github.com/weenhanceit/gaapi/compare/v0.3.0...v0.4.0
@@ -3,8 +3,9 @@
3
3
  # http://www.rubydoc.info/github/google/google-api-ruby-client/
4
4
  require "google/apis/analyticsreporting_v4"
5
5
  require "googleauth"
6
- # require "gaapi/access_token.rb"
7
- # require "gaapi/main.rb"
8
- # require "gaapi/query.rb"
9
- # require "gaapi/response.rb"
10
- Dir.glob("lib/gaapi/**/*.rb").each { |f| require f.gsub(%r{lib/}, "") }
6
+ require "gaapi/access_token.rb"
7
+ require "gaapi/main.rb"
8
+ require "gaapi/query.rb"
9
+ require "gaapi/report.rb"
10
+ require "gaapi/response.rb"
11
+ require "gaapi/row.rb"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GAAPI
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gaapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Larry Reid