sixarm_ruby_math_statistics 1.2.4 → 1.2.5

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
  SHA1:
3
- metadata.gz: 9138a846ed0b20fc6a50420546fdcaf4c4c3d4b7
4
- data.tar.gz: 9f209b84ea405e78df595296e5e3af6c9c830b79
3
+ metadata.gz: aa8dcd6beed87630eaa9cc2bd4203bc4af60f643
4
+ data.tar.gz: e1570cdf765396a37c37ee42d2737f055956741c
5
5
  SHA512:
6
- metadata.gz: 73b1102b84ef7113653e6035de88af416f18e8793d05f6c4026ebc0fa544ad8edab308b21f4411b3b7dac5b2a49636362e2dcefaa869fa060bd949f09b3f0ba7
7
- data.tar.gz: fd29845444a75d02f358f961a4a544c5cde3bcba2b15e047502304131c05bdd98976193cf2718593c82b7010170d1cbcb48b070c1a2e63d40d7927c84df44f19
6
+ metadata.gz: bcd6712c8fcf3288cb3abcaa6069995eb71a699e55b3144ed99a5b2a9cf69a17038f4623963eb47158dfa9d523acf4f7ac1b79c0b91f363bad83cbe725818ba3
7
+ data.tar.gz: 146d1042a38626900057e988b97c530c34cb2b067cc8f653ccbdf59219753d5e346137f68847afad613bc22a9a8182e08384891694c5d2083c5a780f17d0de2a
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -26,7 +26,7 @@ describe Enumerable do
26
26
  describe "#mean" do
27
27
 
28
28
  it "[] => nil, which tests edge case" do
29
- [].mean.must_equal nil
29
+ [].mean.must_be_nil
30
30
  end
31
31
 
32
32
  it "[1] => 1.0, which tests minimal case" do
@@ -46,7 +46,7 @@ describe Enumerable do
46
46
  describe "#median" do
47
47
 
48
48
  it "[] => nil, which tests edge case" do
49
- [].median.must_equal nil
49
+ [].median.must_be_nil
50
50
  end
51
51
 
52
52
  it "[1] => 1.0, which tests minimal case" do
@@ -86,7 +86,7 @@ describe Enumerable do
86
86
  describe "#variance" do
87
87
 
88
88
  it "[] => nil, which tests edge case" do
89
- [].variance.must_equal nil
89
+ [].variance.must_be_nil
90
90
  end
91
91
 
92
92
  it "[1] => 0, which tests minimal case" do
@@ -106,7 +106,7 @@ describe Enumerable do
106
106
  describe "#deviation" do
107
107
 
108
108
  it "[] => nil, which tests edge case" do
109
- [].deviation.must_equal nil
109
+ [].deviation.must_be_nil
110
110
  end
111
111
 
112
112
  it "[1] => 0, which tests minimal case" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sixarm_ruby_math_statistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - SixArm
metadata.gz.sig CHANGED
Binary file