simple_ga_reporting 1.1.1 → 1.1.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aeda87c684e5169befdff76fafc4f87db1a76d1475278f97b3120436c06ff50
|
4
|
+
data.tar.gz: 88983439c7e866abb2daaa6084fda0a55de47d0647caf4d5a015dedb85f5c223
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed85a51c70502aa8f7acadb8d33863a0c7486ad514ab23da3240ec71cfd8b6c708c94ba1aac89fa05596a8956cd61cfb4f31bc9a64f29f816032ef98c97ecdad
|
7
|
+
data.tar.gz: 8698c93b4a7239c13090c0f2cefa48fd18f7c38cd824dabad67781bdbaf52160c714de16913d5c85c26db38acf798907f37d4ba50c21b6f1dcaa216732ddedb0
|
@@ -6,7 +6,7 @@ class SimpleGaReports
|
|
6
6
|
end
|
7
7
|
|
8
8
|
class << SimpleGaReports
|
9
|
-
def configure(report_config: 'config/ga_reporting_config.yml', filters: 'config/filters.rb', **options)
|
9
|
+
def configure(report_config: 'config/ga_reporting_config.yml', filters: 'lib/simple_ga_reporting/config/filters.rb', **options)
|
10
10
|
# TODO: oh... global variable...
|
11
11
|
$model_config = YAML.load_file(report_config)
|
12
12
|
$filters_file = filters
|