splitclient-rb 4.3.1 → 4.3.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
  SHA1:
3
- metadata.gz: 323e8842262a2e84362ffe4285dd367d4c879eec
4
- data.tar.gz: 2522f07752a4e4400c93e475d24443d7abfdbf34
3
+ metadata.gz: c780efac13986dc8c245f31efae4960eed28e3ad
4
+ data.tar.gz: 4d51cecaff7acda847f542f17f242ebccbce40b2
5
5
  SHA512:
6
- metadata.gz: 69702cb3ca471b8a737ca473baa94fe1bfca33826cede3c28d1b74d7cce2cb9118d74d34ef4731508e409954a5366ea262368382edd279dcc850982c63dda1a8
7
- data.tar.gz: e984e96c245b6c46069b85aa5d380101371d61a470b202fa6b712175bf2dfd80d40ccfc11c5fd055cc54e36750369490e388eed57a1ee89e9b4f9346ec45cca9
6
+ metadata.gz: 75cf30499d4ccd57a3752fa5e125f767c20cb53a080f18a5521e481e9db447f18d582d47c5dbddb7aa0128940ad6b4edee4cc035ec88d91910d7dafffe115db6
7
+ data.tar.gz: fdfc055f1c25fc5c52708e46ea138ebed8dab1062ab0bdeaa3400dc0d7bd7d56172e7f09addc3b9432c7f42bac30581cfe21c5d2de461e68d134368b7c2e4bed
@@ -1,3 +1,6 @@
1
+ 4.3.2 (Dec 19th, 2017)
2
+ - Add DEFINITION_NOT_FOUND and rename NO_RULE_MATCHED labels
3
+
1
4
  4.3.1 (Nov 10th, 2017)
2
5
  - Do not throw exception when storing impressions on reids and it is not available. Returns CONTROL instead.
3
6
 
data/README.md CHANGED
@@ -4,7 +4,7 @@ This SDK is designed to work with [Split](https://www.split.io), the platform fo
4
4
 
5
5
  ### Quick setup
6
6
 
7
- For specific instructions on how to set up the Split SDK refer to our [official SDK documentation](http://docs.split.io/docs/sdk-overview).
7
+ For specific instructions on how to set up the Split SDK refer to our [Detailed-README](Detailed-README.md) or our [official SDK documentation](http://docs.split.io/docs/sdk-overview).
8
8
 
9
9
  ### Commitment to Quality:
10
10
 
@@ -12,7 +12,11 @@ Split’s SDKs are in active development and are constantly tested for quality.
12
12
 
13
13
  ### About Split:
14
14
 
15
- Split is the leading platform for intelligent software delivery, helping businesses of all sizes deliver exceptional user experiences, and mitigate risk, by providing an easy, secure way to target features to customers. Companies like WePay, LendingTree and thredUP rely on Split to safely launch and test new features and derive insights on their use. Founded in 2015, Split's team comes from some of the most innovative enterprises in Silicon Valley, including Google, LinkedIn, Salesforce and Splunk. Split is based in Redwood City, California and backed by Accel Partners and Lightspeed Venture Partners. To learn more about Split, contact hello@split.io, or start a 14-day free trial at www.split.io/trial.
15
+ Split is the leading platform for feature experimentation, empowering businesses of all sizes to make smarter product decisions. Companies like Vevo, Twilio, and LendingTree rely on Split to securely release new features, target them to customers, and measure the impact of features on their customer experience metrics. Founded in 2015, Split's team comes from some of the most innovative enterprises in Silicon Valley, including Google, LinkedIn, Salesforce and Databricks. Split is based in Redwood City, California and backed by Accel Partners and Lightspeed Venture Partners.
16
+
17
+ Our platform is a unified solution for continuous delivery and full-stack experimentation. Split unifies DevOps and product management, helping agile engineering and product teams accelerate the pace of product delivery and make data-driven decisions, through our robust feature flagging and extensive experimentation capabilities. With Split, organizations can now accelerate time to value, mitigate risk, and drive better outcomes, all in a unified platform.
18
+
19
+ To learn more about Split, contact hello@split.io, or start a 14-day trial at https://www.split.io/signup/.
16
20
 
17
21
  Split has built and maintains a SDKs for:
18
22
 
@@ -23,13 +27,10 @@ Split has built and maintains a SDKs for:
23
27
  * Ruby [Github](https://github.com/splitio/ruby-client) [Docs](http://docs.split.io/docs/ruby-sdk-overview)
24
28
  * PHP [Github](https://github.com/splitio/php-client) [Docs](http://docs.split.io/docs/php-sdk-overview)
25
29
  * Python [Github](https://github.com/splitio/python-client) [Docs](http://docs.split.io/docs/python-sdk-overview)
30
+ * GO [Github](https://github.com/splitio/go-client) [Docs](http://docs.split.io/docs/go-sdk-overview)
26
31
 
27
32
  For a comprehensive list of opensource projects visit our [Github page](https://github.com/splitio?utf8=%E2%9C%93&query=%20only%3Apublic%20).
28
33
 
29
- **Try Split for Free:**
30
-
31
- Split is available as a 14-day free trial. To create an account, visit [split.io/trial](https://www.split.io/trial).
32
-
33
34
  **Learn more about Split:**
34
35
 
35
36
  Visit [split.io/product](https://www.split.io/product) for an overview of Split, or visit our documentation at [docs.split.io](http://docs.split.io) for more detailed information.
@@ -58,7 +58,7 @@ module SplitIoClient
58
58
  multiple = false, evaluator = nil
59
59
  )
60
60
  bucketing_key, matching_key = keys_from_key(key)
61
- treatment_data = { label: Engine::Models::Label::EXCEPTION, treatment: SplitIoClient::Engine::Models::Treatment::CONTROL }
61
+ treatment_data = { label: Engine::Models::Label::DEFINITION_NOT_FOUND, treatment: SplitIoClient::Engine::Models::Treatment::CONTROL }
62
62
  evaluator ||= Engine::Parser::Evaluator.new(@segments_repository, @splits_repository)
63
63
 
64
64
  if matching_key.nil?
@@ -1,7 +1,8 @@
1
1
  class SplitIoClient::Engine::Models::Label
2
2
  ARCHIVED = 'archived'.freeze
3
- NO_RULE_MATCHED = 'no rule matched'.freeze
3
+ NO_RULE_MATCHED = 'default rule'.freeze
4
4
  EXCEPTION = 'exception'.freeze
5
5
  KILLED = 'killed'.freeze
6
6
  NOT_IN_SPLIT = 'not in split'.freeze
7
+ DEFINITION_NOT_FOUND = 'definition not found'.freeze
7
8
  end
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '4.3.1'
2
+ VERSION = '4.3.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splitclient-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.1
4
+ version: 4.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Split Software
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-11 00:00:00.000000000 Z
11
+ date: 2017-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler