analytics_instrumentation 0.1.8 → 0.1.9

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
  SHA1:
3
- metadata.gz: 7a8048e3bcd62c04fc3f83e97d085969cfa86b02
4
- data.tar.gz: 2db802e2710a792e92b4431d943c8780281e0fc2
3
+ metadata.gz: 596a3af64b6ffb16329722542ad70042cd940ac8
4
+ data.tar.gz: d11c5351de6a3e15c8c31e08156a81fb3b64937a
5
5
  SHA512:
6
- metadata.gz: 11e3a87800905dae4bd351c3eb142d557be4fd95b1b8ee37bd31a104d6798c8ae6d6e4a83e8c09b5d84ab887fc1d8e2e1a1920d72389455c73ef90eb9aab9e28
7
- data.tar.gz: 3fa39b97f787e351937b2c79baab43887141bee376554ab56c6c4c8febe0585dbfd562af924baf3b569f83294debfc60c8371ce5177bcd94c996b06bdfaeab53
6
+ metadata.gz: 7974c3f7701f137a7feefa8dda8cb78cb8b646005f03bebe7901b3e5d3797804238973b471191c55a15b91b2bcb10175677b9ff221935305439b01c6d9578b51
7
+ data.tar.gz: d6333f25718197a536b1de9a32a9fad96789988440896c8fdcee45ace8c87671c3d1d39952dbdb0b2a95b2ca2c1f8907e36d0f7e90282396ba18e0a6a27a6d68
@@ -1,3 +1,3 @@
1
1
  module AnalyticsInstrumentation
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -1,6 +1,7 @@
1
1
  require 'active_model'
2
2
  require 'segment/analytics'
3
3
  require 'voight_kampff'
4
+ require 'browser'
4
5
 
5
6
  require 'analytics_instrumentation/analytics_attribution'
6
7
  require 'analytics_instrumentation/analytics_mapping'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: analytics_instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Feldstein
@@ -140,7 +140,7 @@ files:
140
140
  - test/dummy/public/500.html
141
141
  - test/dummy/public/favicon.ico
142
142
  - test/test_helper.rb
143
- homepage: https://github.com/jfeldstein/analytics_implementation
143
+ homepage: https://github.com/arcaneio/analytics_instrumentation
144
144
  licenses:
145
145
  - MIT
146
146
  metadata: {}