splitclient-rb 1.0.3.wip2 → 1.0.3

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: 09f06b5c75b4912d46dd904c620aa3b9b60c4a05
4
- data.tar.gz: 9069b9973cb86dbb33c66893d282d215beccb181
3
+ metadata.gz: 13e5b4a2d803a9467000def80b168f34909b87db
4
+ data.tar.gz: 2f5f6385d8bba688b501b68d63a1a0f30af063ab
5
5
  SHA512:
6
- metadata.gz: a3dd77e39303b719bb74519510fdab3422cac56b8d30e369f32367b009dcf8bfc39200d8859971ebb73eafcfeca3093b5198c70c385262b3853dd5e8b067d23b
7
- data.tar.gz: 5e982de5c0eddec40fd56071b3bcfb5855dc65b6742583286777cea55cbb5227584d687de9fc847a8866759bd50a922511188885f9f07491f5d5368983bd13d9
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.
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '1.0.3.wip2'
2
+ VERSION = '1.0.3'
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: 1.0.3.wip2
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-05 00:00:00.000000000 Z
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: 1.3.1
258
+ version: '0'
259
259
  requirements: []
260
260
  rubyforge_project:
261
261
  rubygems_version: 2.2.2