prubybility 0.0.8 → 0.0.9

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
  SHA256:
3
- metadata.gz: c68a826ff5043cf8c788d199b123e929cda5756fe777b776c7054fe27c56098f
4
- data.tar.gz: bb174a03d90a6af3f805d33281c7c4021eee4856494dc0cff114574d460c1665
3
+ metadata.gz: b61688e59a588db6f0bcc45cac12b57d8e25548a34f7a6fdccc1713f3ae5c496
4
+ data.tar.gz: '009ef97150d9d8d3bcb0c1b896dea9f29f95bebf84fa6daaa9420c128ae7bb72'
5
5
  SHA512:
6
- metadata.gz: 5cfc7bd66df5533cbf2d6ef90bd334ccf2a0080989ee2a5a9338c4e7f116160e474caa4e5f400e0d69513ab144e8f154ac36143510640f5e23eeb5c496a21696
7
- data.tar.gz: 295bfaed68fede89a6a5f382d8bfde7103871686000042d882bd7f6df35281d19f0675b8fd1cddd3099e45ca0b823d0bbf1ba84bb1ac35516d01ec776ead80bf
6
+ metadata.gz: af64c6d014869df2c0006231c33a95448be9afd4875aad78f5dcb10e83960e9f185976f1b7ced4b4981fca8377e93ff19c70db9d31f4301e5f1121c7d3f94829
7
+ data.tar.gz: dbf1240e030704ff4964287f65a8f053f9eb6f9c2a4b459e41a46c936cd1b8249586483a4a8d86d1ca5018498c489d6fdd6146d888699507107191457d78a41b
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
- File.write('Makefile', "all:\n\tcargo rustc --release\nclean:\n\trm -rf ./lib/prubybility/libprubybility.so\ninstall: mv -f ./target/release/libprubybility.so ./lib/prubybility;")
5
+ system("rake rust_build")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Prubybility
4
- VERSION = '0.0.8'
4
+ VERSION = '0.0.9'
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.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Lee