splitclient-rb 4.5.1.pre.dev2 → 4.5.1
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 +0 -1
- data/README.md +1 -0
- data/lib/murmurhash/murmurhash.jar +0 -0
- data/lib/splitclient-rb/version.rb +1 -1
- data/splitclient-rb.gemspec +1 -4
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7166b840dc5b52a5d2c6b30403b32fb5147e09fe
|
|
4
|
+
data.tar.gz: 23fcaeb8211abf485991fc642fbc9cd6ef0bff6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d829dcb1532137e0fbbeea1b1d36e8f006957128624bbf646a9b10d1a77e3706d80dbcd7d123dbe4a0bee4fa31d33ccfe90ffd8e076659ff0d48a220dccc6ee3
|
|
7
|
+
data.tar.gz: cc2ac3d0ed002b2e5d6817670a35c442725c997bad8d47f320d0ebd93d6ade9be1ab4c50ea2bfdcdad886af7e87214b580bfefb9363dab0d18460e5c6670ada3
|
data/CHANGES.txt
CHANGED
data/README.md
CHANGED
|
@@ -30,6 +30,7 @@ Split has built and maintains a SDKs for:
|
|
|
30
30
|
* PHP [Github](https://github.com/splitio/php-client) [Docs](http://docs.split.io/docs/php-sdk-overview)
|
|
31
31
|
* Python [Github](https://github.com/splitio/python-client) [Docs](http://docs.split.io/docs/python-sdk-overview)
|
|
32
32
|
* GO [Github](https://github.com/splitio/go-client) [Docs](http://docs.split.io/docs/go-sdk-overview)
|
|
33
|
+
* Android [Github](https://github.com/splitio/android-client) [Docs](https://docs.split.io/v1/docs/android-sdk-overview)
|
|
33
34
|
|
|
34
35
|
For a comprehensive list of opensource projects visit our [Github page](https://github.com/splitio?utf8=%E2%9C%93&query=%20only%3Apublic%20).
|
|
35
36
|
|
|
Binary file
|
data/splitclient-rb.gemspec
CHANGED
|
@@ -22,10 +22,7 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
|
|
23
23
|
if defined?(JRUBY_VERSION)
|
|
24
24
|
spec.platform = 'java'
|
|
25
|
-
spec.files.
|
|
26
|
-
ext/murmurhash/MurmurHash3.java
|
|
27
|
-
lib/murmurhash/murmurhash.jar)
|
|
28
|
-
)
|
|
25
|
+
spec.files << 'ext/murmurhash/MurmurHash3.java'
|
|
29
26
|
else
|
|
30
27
|
spec.files.concat(%w(
|
|
31
28
|
ext/murmurhash/3_x86_32.c
|
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.5.1
|
|
4
|
+
version: 4.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Split Software
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -313,12 +313,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
313
313
|
version: '0'
|
|
314
314
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
315
315
|
requirements:
|
|
316
|
-
- - "
|
|
316
|
+
- - ">="
|
|
317
317
|
- !ruby/object:Gem::Version
|
|
318
|
-
version:
|
|
318
|
+
version: '0'
|
|
319
319
|
requirements: []
|
|
320
320
|
rubyforge_project:
|
|
321
|
-
rubygems_version: 2.
|
|
321
|
+
rubygems_version: 2.5.1
|
|
322
322
|
signing_key:
|
|
323
323
|
specification_version: 4
|
|
324
324
|
summary: Ruby client for split SDK.
|