splitclient-rb 4.5.1.pre.dev → 4.5.1.pre.dev2

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: 35f1c408826430c3833af34b39b302e005b0e3d3
4
- data.tar.gz: ee0fa5c89c7cb7a30dd0a18fa63dc645673170d9
3
+ metadata.gz: a464f0849cab79f8b46df025ab83c2a6b8d7181a
4
+ data.tar.gz: b149d453764b2ee60f113ae0026e2e17d55fb017
5
5
  SHA512:
6
- metadata.gz: a324c37b240280be2de970a9f028095bb27cacf59bfc41c8408c509c19997933cfa90211953856c2840df9c9683e128c281b3ba33c8a2296d236cb1d97f920bc
7
- data.tar.gz: a129c6547c71383840c78e5520d4ce544a483bea9eb5b05c09d7c1e87dfdc79b141afe0c73645e4f5b861adafd18230a341d095005cc1e455d63d0053e2b98d6
6
+ metadata.gz: 5da627517ff4b69fffef2774f8c33cdddce063d7d3e3c2b92367ad960218cbc9ff2ee1a58d237092864e36cd7b653b5dc4aeabc988a3562b3145c9140e28fa50
7
+ data.tar.gz: 9826ee2b61977a892fb4f9017cf0c79601b05e834e67e16e99fbcaebc888e5ad331733fc8f60ce78dee8e5187c2f5544da4b128d87c382a1ffc8dda4b82632ff
data/CHANGES.txt CHANGED
@@ -1,6 +1,7 @@
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
4
5
 
5
6
  4.5.0 (Mar 2nd, 2018)
6
7
 
data/README.md CHANGED
@@ -30,7 +30,6 @@ 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)
34
33
 
35
34
  For a comprehensive list of opensource projects visit our [Github page](https://github.com/splitio?utf8=%E2%9C%93&query=%20only%3Apublic%20).
36
35
 
Binary file
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '4.5.1-dev'
2
+ VERSION = '4.5.1-dev2'
3
3
  end
@@ -22,7 +22,10 @@ Gem::Specification.new do |spec|
22
22
 
23
23
  if defined?(JRUBY_VERSION)
24
24
  spec.platform = 'java'
25
- spec.files << 'ext/murmurhash/MurmurHash3.java'
25
+ spec.files.concat(%w(
26
+ ext/murmurhash/MurmurHash3.java
27
+ lib/murmurhash/murmurhash.jar)
28
+ )
26
29
  else
27
30
  spec.files.concat(%w(
28
31
  ext/murmurhash/3_x86_32.c
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: 4.5.1.pre.dev
4
+ version: 4.5.1.pre.dev2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Split Software