simple_ga_reporting 1.1.2 → 1.1.3

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: 7aeda87c684e5169befdff76fafc4f87db1a76d1475278f97b3120436c06ff50
4
- data.tar.gz: 88983439c7e866abb2daaa6084fda0a55de47d0647caf4d5a015dedb85f5c223
3
+ metadata.gz: 6fc05a60e66350fa1bb9924e6ebbf2c284e4464e8471c647ee5c3a2ff61d4764
4
+ data.tar.gz: 1681004dea2ce5e249b972bd833de6f14daff6fecbb98676d3dc0a3d16dee073
5
5
  SHA512:
6
- metadata.gz: ed85a51c70502aa8f7acadb8d33863a0c7486ad514ab23da3240ec71cfd8b6c708c94ba1aac89fa05596a8956cd61cfb4f31bc9a64f29f816032ef98c97ecdad
7
- data.tar.gz: 8698c93b4a7239c13090c0f2cefa48fd18f7c38cd824dabad67781bdbaf52160c714de16913d5c85c26db38acf798907f37d4ba50c21b6f1dcaa216732ddedb0
6
+ metadata.gz: cb4a18ab37a13b475e3ce0eb2ffe92833b5ac1c0cdb695d94d99c3123e08b44572872b37f994118b21eb531650626ea6258adc529ce1873b3864abd749efab6e
7
+ data.tar.gz: a832c02b95b41509ad88efb1c7803b1b89ed7ed57e4bf4041710491af491a879321077cb405ccbe5e58318bd97f7ae56b9a441c30d58dbdd58b5502ed3603d35
@@ -1,4 +1,4 @@
1
- require File.expand_path("../../../#{$filters_file}", __FILE__) # TODO: not cool...?
1
+ require $filters_file
2
2
 
3
3
  class LegatoGaModel
4
4
  extend Legato::Model
@@ -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: 'lib/simple_ga_reporting/config/filters.rb', **options)
9
+ def configure(report_config: 'config/ga_reporting_config.yml', filters: './config/filters.rb', **options)
10
10
  # TODO: oh... global variable...
11
11
  $model_config = YAML.load_file(report_config)
12
12
  $filters_file = filters
@@ -1,3 +1,3 @@
1
1
  module SimpleGaReporting
2
- VERSION = '1.1.2'
2
+ VERSION = '1.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_ga_reporting
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Osamu Takiya