ruby_native_statistics 2.0.0.rc.3 → 2.0.0
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/Cargo.lock +1 -1
- data/ext/ruby_native_statistics/Cargo.toml +1 -1
- data/lib/ruby_native_statistics/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b2e3415df6909db8a0e65946547c254864e41c8d02560d6478705f22c65b806
|
4
|
+
data.tar.gz: d70783f3fd8b8bbf7d42ee801247fc54ef3ffe27333513a2a5d19b2f8e095b71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ba7a1ab37548e256439d8b66d2e4dff468c65bd38e5d2c79100639d7239ee58f4a898fee9628fa7133824a7af298b74f0c87ba68c9ac1b33d644fb6d1fc4543
|
7
|
+
data.tar.gz: e3bc332d6839a5123d814ffe024abfe78e25e84c74a827a08a9084cf331c1ba6ec96807ae0d933a1c6b7a292f3cf9ba9239f827a5d9d5f887ce0b41027d2b563
|
data/Cargo.lock
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_native_statistics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cory Buecker
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: '0'
|
112
112
|
requirements: []
|
113
|
-
rubygems_version: 3.
|
113
|
+
rubygems_version: 3.7.1
|
114
114
|
specification_version: 4
|
115
115
|
summary: High performance, native (Rust) implementations of various statistical functions.
|
116
116
|
test_files: []
|