ruby_native_statistics 2.0.0.rc.1-arm64-darwin-23 → 2.0.0.rc.3-arm64-darwin-23
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/README.md +4 -0
- data/lib/ruby_native_statistics/ruby_native_statistics.bundle +0 -0
- data/lib/ruby_native_statistics/version.rb +1 -1
- metadata +2 -3
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2ee02f110e05154bc3ad89a110915ac25d4e7490e1cc3820b2a8b3c7890482e
|
4
|
+
data.tar.gz: d71b139ea3fbc23c021c2bb9398be845f2d4b657bb1af5759c5659251ab5324d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03bd4c0e709f16b9b10c3982e5cef1a816002cfd3fc3fec50861ce6cd4333ded444627e65b97f87b145aa7d680a6e1a06dae4a344fc714234c281fe849a651df
|
7
|
+
data.tar.gz: 7934377680fde76b295cde17a109320c795a2b0fd66f6b4c44e022b6f5bdb4b6596d85d43a54143247cccc504d1670968fbd554db22249c97089787cc9692cf6
|
data/README.md
CHANGED
@@ -57,6 +57,10 @@ If you found a bug or need a particular function, please let me know! I work on
|
|
57
57
|
# calculate percentile
|
58
58
|
p r.percentile(0.3333)
|
59
59
|
|
60
|
+
## Build notes
|
61
|
+
|
62
|
+
If you are installing the source vesion of the Gem, be sure to have libclang, e.g. `libclang-dev`, installed on your system.
|
63
|
+
|
60
64
|
## Implementation notes
|
61
65
|
|
62
66
|
### Percentile
|
Binary file
|
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.rc.
|
4
|
+
version: 2.0.0.rc.3
|
5
5
|
platform: arm64-darwin-23
|
6
6
|
authors:
|
7
7
|
- Cory Buecker
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
18
|
version: '1.3'
|
19
|
-
type: :
|
19
|
+
type: :development
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
@@ -59,7 +59,6 @@ executables: []
|
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
-
- ".ruby-version"
|
63
62
|
- README.md
|
64
63
|
- Rakefile
|
65
64
|
- UNLICENSE
|
data/.ruby-version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
3.4.4
|