ruby-statistics 4.0.0 → 4.0.1
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/.github/workflows/ruby.yml +4 -4
- data/README.md +1 -1
- data/bin/console +1 -1
- data/lib/ruby-statistics/version.rb +1 -1
- metadata +3 -3
- /data/lib/{statistics.rb → ruby-statistics.rb} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45aad8d1de15385d2032cf93e0e08a2e8ec96c8bcbfb905c8afd74aec8df92aa
|
|
4
|
+
data.tar.gz: eaabdf151901455f82ff68af39b86bc4beb77d234075dbd0ef532877a919bdbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9c6a992a54a50d814b7429a5835b852622b1c88305533ff2237717ad82406391aa1daba15ee66e14cdf0cbd03323edcd3fb1001b31b623618100633d9a26006
|
|
7
|
+
data.tar.gz: df6a87efa854ea654d3dc31be61c96d894413b12c7d2b808e37a8920c6c7f43cf9704f449fbcd20ffe22758fd823bdcf7039c6e4754479e3051c8a3d44a89f29
|
data/.github/workflows/ruby.yml
CHANGED
|
@@ -10,7 +10,7 @@ jobs:
|
|
|
10
10
|
steps:
|
|
11
11
|
- uses: actions/checkout@v4
|
|
12
12
|
- name: Set up Ruby 3.3
|
|
13
|
-
uses: ruby/setup-ruby@v1.
|
|
13
|
+
uses: ruby/setup-ruby@v1.190.0
|
|
14
14
|
with:
|
|
15
15
|
ruby-version: 3.3
|
|
16
16
|
- name: Build and test with Rake
|
|
@@ -26,7 +26,7 @@ jobs:
|
|
|
26
26
|
steps:
|
|
27
27
|
- uses: actions/checkout@v4
|
|
28
28
|
- name: Set up Ruby 3.2
|
|
29
|
-
uses: ruby/setup-ruby@v1.
|
|
29
|
+
uses: ruby/setup-ruby@v1.190.0
|
|
30
30
|
with:
|
|
31
31
|
ruby-version: 3.2
|
|
32
32
|
- name: Build and test with Rake
|
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
42
42
|
steps:
|
|
43
43
|
- uses: actions/checkout@v4
|
|
44
44
|
- name: Set up Ruby 3.0
|
|
45
|
-
uses: ruby/setup-ruby@v1.
|
|
45
|
+
uses: ruby/setup-ruby@v1.190.0
|
|
46
46
|
with:
|
|
47
47
|
ruby-version: 3.0
|
|
48
48
|
- name: Build and test with Rake
|
|
@@ -58,7 +58,7 @@ jobs:
|
|
|
58
58
|
steps:
|
|
59
59
|
- uses: actions/checkout@v4
|
|
60
60
|
- name: Set up Ruby 3.1
|
|
61
|
-
uses: ruby/setup-ruby@v1.
|
|
61
|
+
uses: ruby/setup-ruby@v1.190.0
|
|
62
62
|
with:
|
|
63
63
|
ruby-version: 3.1
|
|
64
64
|
- name: Build and test with Rake
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|

|
|
3
3
|
|
|
4
4
|
## Note regarding Versions 3.x and 4.x
|
|
5
|
-
Hola! :wave: right now the gem got an update that introduced a breaking change in master where the Outermost namespace was changed to be `ruby_statistics` instead of `statistics`. This change is in _master_ already
|
|
5
|
+
Hola! :wave: right now the gem got an update that introduced a breaking change in master where the Outermost namespace was changed to be `ruby_statistics` instead of `statistics`. This change is in _master_ already and released in version 4.0. If you're relying on branch instead of gem version, you can checkout branch `3.x`. This branch will be supported but no additional features will be added.
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
data/bin/console
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-statistics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- esteban zapata
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -118,6 +118,7 @@ files:
|
|
|
118
118
|
- bin/setup
|
|
119
119
|
- lib/enumerable.rb
|
|
120
120
|
- lib/math.rb
|
|
121
|
+
- lib/ruby-statistics.rb
|
|
121
122
|
- lib/ruby-statistics/distribution.rb
|
|
122
123
|
- lib/ruby-statistics/distribution/bernoulli.rb
|
|
123
124
|
- lib/ruby-statistics/distribution/beta.rb
|
|
@@ -141,7 +142,6 @@ files:
|
|
|
141
142
|
- lib/ruby-statistics/statistical_test/t_test.rb
|
|
142
143
|
- lib/ruby-statistics/statistical_test/wilcoxon_rank_sum_test.rb
|
|
143
144
|
- lib/ruby-statistics/version.rb
|
|
144
|
-
- lib/statistics.rb
|
|
145
145
|
- ruby-statistics.gemspec
|
|
146
146
|
homepage: https://github.com/estebanz01/ruby-statistics
|
|
147
147
|
licenses:
|
|
File without changes
|