optimizely-sdk 1.1.1 → 1.1.2

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: 6dd9daf419745be88fe4083de8fed31704ba1450
4
- data.tar.gz: 2c09b490fa2abfacc950a8f7b480a00692bc6282
3
+ metadata.gz: c74599de62f5c8f5f5dee2484384c5dc7c3de7e8
4
+ data.tar.gz: 53319f3eb1ab45bab9b609f8e901d5a78ecfb009
5
5
  SHA512:
6
- metadata.gz: ed0f8026397cc8c17683eb5e0b4631e44c7b66ed6a1696a02263ed72959fc0c85ea53e6c95a9a21acea3413a1d25e59ddb3d556864a027ef2b4e353608d8c5ca
7
- data.tar.gz: d3088be9d77a8e6f9b6eb33f7da11e90890de68eac6b4d0a330bbbba898ecec748144c7d782410a1c7f8032091897dae200303c49139d931b5cabb0fe7e4d859
6
+ metadata.gz: b90f7312495293123be649f29d14fdcf6f4497e3094b160ae7d424bd1e3807a0775971d47473e0cf9a835b48cd7a65ac9b7a22e10670e6c72ae82751e8e1043a
7
+ data.tar.gz: 478ce61817912292b29d2d9b08e6de617e30f400ef8d5e44f707036692f7d00acb96d409bc52dd0a6d323d15ba6d0c5cd056baab7ad93e439574bec8058b7709
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2016, Optimizely and contributors
2
+ # Copyright 2016-2017, Optimizely and contributors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -69,8 +69,8 @@ module Optimizely
69
69
  end
70
70
 
71
71
  class EventBuilderV2 < BaseEventBuilder
72
- CONVERSION_EVENT_ENDPOINT = 'https://p13nlog.dz.optimizely.com/log/event'
73
- IMPRESSION_EVENT_ENDPOINT = 'https://p13nlog.dz.optimizely.com/log/decision'
72
+ CONVERSION_EVENT_ENDPOINT = 'https://logx.optimizely.com/log/event'
73
+ IMPRESSION_EVENT_ENDPOINT = 'https://logx.optimizely.com/log/decision'
74
74
  POST_HEADERS = { 'Content-Type' => 'application/json' }
75
75
 
76
76
  def create_impression_event(experiment_key, variation_id, user_id, attributes)
@@ -173,7 +173,7 @@ module Optimizely
173
173
  next if event_tag_value.nil?
174
174
 
175
175
  event_feature = {
176
- 'id' => event_tag_key,
176
+ 'name' => event_tag_key,
177
177
  'type' => 'custom',
178
178
  'value' => event_tag_value,
179
179
  'shouldIndex' => false,
@@ -14,5 +14,5 @@
14
14
  # limitations under the License.
15
15
  #
16
16
  module Optimizely
17
- VERSION = '1.1.1'.freeze
17
+ VERSION = '1.1.2'.freeze
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optimizely-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Delikat
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-03-21 00:00:00.000000000 Z
13
+ date: 2017-03-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  version: '0'
154
154
  requirements: []
155
155
  rubyforge_project:
156
- rubygems_version: 2.6.10
156
+ rubygems_version: 2.5.2
157
157
  signing_key:
158
158
  specification_version: 4
159
159
  summary: Ruby SDK for Optimizely's testing framework