prubybility 0.0.9 → 0.0.10

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
  SHA256:
3
- metadata.gz: b61688e59a588db6f0bcc45cac12b57d8e25548a34f7a6fdccc1713f3ae5c496
4
- data.tar.gz: '009ef97150d9d8d3bcb0c1b896dea9f29f95bebf84fa6daaa9420c128ae7bb72'
3
+ metadata.gz: 7008a898bc7c90b667bd58172ddc33537c87a4f8286768257c240fe5217d3917
4
+ data.tar.gz: cbeaad372d0ac0753242d241be73d26031f7949649a46ea4bdb77019c6aebe4a
5
5
  SHA512:
6
- metadata.gz: af64c6d014869df2c0006231c33a95448be9afd4875aad78f5dcb10e83960e9f185976f1b7ced4b4981fca8377e93ff19c70db9d31f4301e5f1121c7d3f94829
7
- data.tar.gz: dbf1240e030704ff4964287f65a8f053f9eb6f9c2a4b459e41a46c936cd1b8249586483a4a8d86d1ca5018498c489d6fdd6146d888699507107191457d78a41b
6
+ metadata.gz: 83f5245aa2c4994cf23c1e25aff636ba6812c39e877c85c597bafa3eda1c54881fffeaae51737fd55e440256fd5c826b856f788ee1c6992a4a6a9de80e6acb9b
7
+ data.tar.gz: 586dcbb65407a4ffd4f7652a833ffbe667380594bddc5202080e2387fd304d34d05bc7005194679894635c65a9998f47213c673f1086912bc52e69cf978eb053
data/extconf.rb CHANGED
@@ -2,4 +2,4 @@ abort "Rust compiler required (https://www.rust-lang.org/)" if `which rustc`.emp
2
2
 
3
3
  require 'mkmf'
4
4
  create_makefile 'prubybility-rust'
5
- system("rake rust_build")
5
+ `rake rust_build`
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Prubybility
4
- VERSION = '0.0.9'
4
+ VERSION = '0.0.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prubybility
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Lee
@@ -58,6 +58,7 @@ files:
58
58
  - lib/prubybility/binomial.rb
59
59
  - lib/prubybility/combinations.rb
60
60
  - lib/prubybility/geometric.rb
61
+ - lib/prubybility/libprubybility.so
61
62
  - lib/prubybility/negative_binomial.rb
62
63
  - lib/prubybility/version.rb
63
64
  - prubybility.gemspec