splitclient-rb 4.5.1.pre.dev2 → 4.5.1

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: a464f0849cab79f8b46df025ab83c2a6b8d7181a
4
- data.tar.gz: b149d453764b2ee60f113ae0026e2e17d55fb017
3
+ metadata.gz: 7166b840dc5b52a5d2c6b30403b32fb5147e09fe
4
+ data.tar.gz: 23fcaeb8211abf485991fc642fbc9cd6ef0bff6c
5
5
  SHA512:
6
- metadata.gz: 5da627517ff4b69fffef2774f8c33cdddce063d7d3e3c2b92367ad960218cbc9ff2ee1a58d237092864e36cd7b653b5dc4aeabc988a3562b3145c9140e28fa50
7
- data.tar.gz: 9826ee2b61977a892fb4f9017cf0c79601b05e834e67e16e99fbcaebc888e5ad331733fc8f60ce78dee8e5187c2f5544da4b128d87c382a1ffc8dda4b82632ff
6
+ metadata.gz: d829dcb1532137e0fbbeea1b1d36e8f006957128624bbf646a9b10d1a77e3706d80dbcd7d123dbe4a0bee4fa31d33ccfe90ffd8e076659ff0d48a220dccc6ee3
7
+ data.tar.gz: cc2ac3d0ed002b2e5d6817670a35c442725c997bad8d47f320d0ebd93d6ade9be1ab4c50ea2bfdcdad886af7e87214b580bfefb9363dab0d18460e5c6670ada3
data/CHANGES.txt CHANGED
@@ -1,7 +1,6 @@
1
1
  4.5.1 (Mar 23rd, 2018)
2
2
  - Fix Forwardable load issue
3
3
  - Fix native extension path issue
4
- - Add .jar executable to the gem
5
4
 
6
5
  4.5.0 (Mar 2nd, 2018)
7
6
 
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
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '4.5.1-dev2'
2
+ VERSION = '4.5.1'
3
3
  end
@@ -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.concat(%w(
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.pre.dev2
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-04-18 00:00:00.000000000 Z
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: 1.3.1
318
+ version: '0'
319
319
  requirements: []
320
320
  rubyforge_project:
321
- rubygems_version: 2.6.8
321
+ rubygems_version: 2.5.1
322
322
  signing_key:
323
323
  specification_version: 4
324
324
  summary: Ruby client for split SDK.