splitclient-rb 0.1.3 → 1.0.0

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: a41bec6c18ad02fe505150e1b411d7e543959fc0
4
- data.tar.gz: a45a3845b7680d327b245d83d10b0d806afa680b
3
+ metadata.gz: ae476f9f03f55b222d9e4a608078b8bbb24d6aef
4
+ data.tar.gz: 083b93df66b440f9516291f936ab648f61fb8a5c
5
5
  SHA512:
6
- metadata.gz: 5dce3094a147e53ac7c8ab61bc5d2338d550f4f277b2de096626953f3410679305f46e30a874824a65f2317431776b115ae4c9f9a05e415ef3e3923d44300c09
7
- data.tar.gz: 3d268568ca1c0171df8ba79c42362827aea3f334cf881eb15247105415bde17e3fa50654f0ab1a538767358778930e2ca5e4c13ab5363fa09eab8d4f9bf0a63a
6
+ metadata.gz: c144ff009845e37ab4b78f309aad2868b3b2b623a6f8fc8dfa700b3cf15013377c9291dff649047fbfe22cf9391d9fe8e3a323f64e0c07b15545cdfff7dfc3ec
7
+ data.tar.gz: d60c9d6ef4d03553a33cfd3f81441a7fa9821427e60643314666416997f6af96e1374f2aa0b9eddf780f9cbc9ff4fe26829726468cd899dcfb38b35742dfbb36
@@ -0,0 +1,3 @@
1
+ 1.0.0
2
+
3
+ - Support multivariate treatment
data/NEWS ADDED
@@ -0,0 +1,3 @@
1
+ 1.0.0
2
+
3
+ No news for this release.
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '0.1.3'
2
+ VERSION = '1.0.0'
3
3
  end
@@ -7,20 +7,12 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "splitclient-rb"
8
8
  spec.version = SplitIoClient::VERSION
9
9
  spec.authors = ["Split Software"]
10
- spec.email = ["Split Software"]
10
+ spec.email = ["pato@split.io"]
11
11
 
12
12
  spec.summary = %q{Ruby client for split SDK.}
13
13
  spec.description = %q{Ruby client for using split SDK.}
14
- spec.homepage = "https://sdk.split.io"
15
- spec.license = "Apache"
16
-
17
- # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18
- # delete this section to allow pushing this gem to any host.
19
- if spec.respond_to?(:metadata)
20
- spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
21
- else
22
- raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
- end
14
+ spec.homepage = "https://github.com/splitio/ruby-client"
15
+ spec.license = "Apache 2.0"
24
16
 
25
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
18
  spec.bindir = "exe"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splitclient-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Split Software
@@ -194,14 +194,16 @@ dependencies:
194
194
  version: '0'
195
195
  description: Ruby client for using split SDK.
196
196
  email:
197
- - Split Software
197
+ - pato@split.io
198
198
  executables: []
199
199
  extensions: []
200
200
  extra_rdoc_files: []
201
201
  files:
202
202
  - .gitignore
203
+ - CHANGES.txt
203
204
  - Gemfile
204
205
  - LICENSE
206
+ - NEWS
205
207
  - README.md
206
208
  - Rakefile
207
209
  - lib/splitclient-cache/local_store.rb
@@ -232,11 +234,10 @@ files:
232
234
  - tasks/concurrent_benchmark_is_treatment.rake
233
235
  - tasks/console.rake
234
236
  - tasks/rspec.rake
235
- homepage: https://sdk.split.io
237
+ homepage: https://github.com/splitio/ruby-client
236
238
  licenses:
237
- - Apache
238
- metadata:
239
- allowed_push_host: 'TODO: Set to ''http://mygemserver.com'''
239
+ - Apache 2.0
240
+ metadata: {}
240
241
  post_install_message:
241
242
  rdoc_options: []
242
243
  require_paths: