test_track_rails_client 4.0.0.alpha1 → 4.0.0.alpha2

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
  SHA1:
3
- metadata.gz: 15d95f4893c2f57f54d755bc1c8bb7130537767c
4
- data.tar.gz: 5a26c66732114f90119b54636ae6e7122cb6efeb
3
+ metadata.gz: 769afc0af5d08ca3fea9ad3eaa5fb0b0a10731cc
4
+ data.tar.gz: 5a25428e3e8d52357c388964e9ced30a734b5f1a
5
5
  SHA512:
6
- metadata.gz: 654863b402ff1e8a8ae2257999afb947c1ac3875fbb205c6b8de628b439f7dfafc84066f51d167aa4feb9082ec97466a7bb3928a6111e7d4673eb63020278683
7
- data.tar.gz: 6704876202051c7d04dec540c5adb74a6d20d8fc9344d616d014d9355959e542a317dbeb1d66facc5e28434ba1ac57a5669a52ae8097c82caa7b35dc852d7ec7
6
+ metadata.gz: 4c2f729436810a61464061ad47274e382a212ee693be288de42c1b61c96a2e57fc21c65326b91386a7fd2ccbc53683fc25980cd35b345e7583290ffe7b2c68cf
7
+ data.tar.gz: 8a5f5b53f2a74c745bfced40cc54833a4bdf8e46d5cb263a5845d3fca876d43f3e7fb3405e78567cc875ef7373fdce16718c9a08e300f85b31db697a5fd10920
@@ -18,10 +18,10 @@ module TestTrack
18
18
 
19
19
  def properties
20
20
  {
21
- TTVisitorID: visitor_id,
22
- SplitName: assignment.split_name,
23
- SplitVariant: assignment.variant,
24
- SplitContext: assignment.context
21
+ test_track_visitor_id: visitor_id,
22
+ split_name: assignment.split_name,
23
+ split_variant: assignment.variant,
24
+ split_context: assignment.context
25
25
  }
26
26
  end
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module TestTrackRailsClient
2
- VERSION = "4.0.0.alpha1" # rubocop:disable Style/MutableConstant
2
+ VERSION = "4.0.0.alpha2" # rubocop:disable Style/MutableConstant
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_track_rails_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.alpha1
4
+ version: 4.0.0.alpha2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan O'Neill
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2018-04-28 00:00:00.000000000 Z
16
+ date: 2018-04-29 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: airbrake