splitclient-rb 6.3.0.pre.rc1 → 6.3.0

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
  SHA256:
3
- metadata.gz: 5b5098cf06d8181cb623522e84629c6df7cc454f7b9a636ec4f872935f73675a
4
- data.tar.gz: 835d12570cfc5d16a227a8f39279ed71c874c0361cdb1bc4ee07979d168d3aa8
3
+ metadata.gz: 155d0661d53fb4c60d68bd8e03a31bf925a3afbfc2ff3bf08283d45ea1ec655e
4
+ data.tar.gz: 5242be792ab0dd2eaa54f191821ae9b3356a171f70c1cbcb549abc66e858c6e8
5
5
  SHA512:
6
- metadata.gz: 357ab23aa02a12191044afc3069000dd41d3c67e36ccb62417c6aef8a9e87baf08573ba82a96068e5b5270f138801cfab2e61ccb2a781d0a40e815a31babf642
7
- data.tar.gz: f607e6c9b7e8484f86f1b1f6af36f3dd0cff3bb4edba5fdcda6de6f6a6b67452c8894938065c8d8f12025833eee72793f568a544de42da547f84133717494422
6
+ metadata.gz: 10263a795124c996f120177474e397224a42216a326bb9358e7f4bd69d86d409c4ab69fa0f2f71db1f6f375ac79828f20c4d4d369bf27bab500f44759e2c778e
7
+ data.tar.gz: 2298f840ae08656c85cea605eea58ef5b7e755ccf78d08a65b61366e54d745be646738cfa4e772196cd538ff70613771c712f0eaba4a3622d71d6478ed44ac0b
data/.travis.yml ADDED
@@ -0,0 +1,11 @@
1
+ language: ruby
2
+
3
+ rvm:
4
+ - "2.3.6"
5
+
6
+ services:
7
+ - redis-server
8
+
9
+ before_install:
10
+ - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
11
+ - gem install bundler -v '< 2'
data/CHANGES.txt CHANGED
@@ -1,4 +1,4 @@
1
- 6.3.0 (Apr 22, 2019)
1
+ 6.3.0 (Apr 30, 2019)
2
2
 
3
3
  - Added Dynamic Configurations support through two new methods that mimick the regular ones, changing the type of what is returned.
4
4
  - get_treatment_with_config: Same as get_treatment but returning the treatment with it's config.
data/NEWS CHANGED
@@ -1,4 +1,4 @@
1
- 6.3.0 (Apr 22, 2019)
1
+ 6.3.0 (Apr 30, 2019)
2
2
 
3
3
  - Added Dynamic Configurations support through two new methods that mimick the regular ones, changing the type of what is returned.
4
4
  - get_treatment_with_config: Same as get_treatment but returning the treatment with it's config.
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '6.3.0.pre.rc1'
2
+ VERSION = '6.3.0'
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: 6.3.0.pre.rc1
4
+ version: 6.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Split Software
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-22 00:00:00.000000000 Z
11
+ date: 2019-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: allocation_stats
@@ -287,6 +287,7 @@ files:
287
287
  - ".gitignore"
288
288
  - ".rubocop.yml"
289
289
  - ".simplecov"
290
+ - ".travis.yml"
290
291
  - Appraisals
291
292
  - CHANGES.txt
292
293
  - Detailed-README.md
@@ -402,9 +403,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
402
403
  version: '0'
403
404
  required_rubygems_version: !ruby/object:Gem::Requirement
404
405
  requirements:
405
- - - ">"
406
+ - - ">="
406
407
  - !ruby/object:Gem::Version
407
- version: 1.3.1
408
+ version: '0'
408
409
  requirements: []
409
410
  rubyforge_project:
410
411
  rubygems_version: 2.7.6