splitclient-rb 1.0.3.wip2 → 1.0.3
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 +4 -4
- data/CHANGES.txt +4 -0
- data/NEWS +4 -0
- data/lib/splitclient-rb/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13e5b4a2d803a9467000def80b168f34909b87db
|
4
|
+
data.tar.gz: 2f5f6385d8bba688b501b68d63a1a0f30af063ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 509d8611a21232b241550ebde3815aa440144bf4ae096a0182250078a0eb2d9961234dfc8515621fdbb503126794151a27d278049e1a79aea40520b188848d07
|
7
|
+
data.tar.gz: da1a62bec54e13514ce31067d13f9f613a29b2ef4b6b1ba47dc38c849df89f194bd0640a063c3d19f3424efca36283cd731e56e7210fc3d3b3506ac5b1e90885
|
data/CHANGES.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
1.0.3
|
2
|
+
- fixed refresh rate intervals issue
|
3
|
+
- fixed datetime bug for split definitions created directly from api
|
4
|
+
|
1
5
|
1.0.2
|
2
6
|
- created between_matcher, equal_to_matcher, greater_than_or_equal_to_matcher, less_than_or_equal_to_matcher to support attributes
|
3
7
|
- refactored whitelist_matcher to support attributes
|
data/NEWS
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
1.0.3
|
2
|
+
|
3
|
+
This version of the gem fixes two minor bugs related to the config option for the refresh rates, as well as an inconsistency for the split definitions that are not created from the web app, but directly from the api instead.
|
4
|
+
|
1
5
|
1.0.2
|
2
6
|
|
3
7
|
Support for all the new matchers including: number comparison with >=, <=, =, between; date comparison with is on or before, is on or after, is on, between; attribute value in a defined set of values.
|
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: 1.0.3
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Split Software
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -253,9 +253,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
253
253
|
version: '0'
|
254
254
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
255
255
|
requirements:
|
256
|
-
- - "
|
256
|
+
- - ">="
|
257
257
|
- !ruby/object:Gem::Version
|
258
|
-
version:
|
258
|
+
version: '0'
|
259
259
|
requirements: []
|
260
260
|
rubyforge_project:
|
261
261
|
rubygems_version: 2.2.2
|