u-mann-whitney 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/u_mann_whitney.rb +1 -1
- data/lib/u_mann_whitney/silent_daru.rb +9 -0
- data/lib/u_mann_whitney/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0fd3047ad35303f27bce3346ddacaeec671a1f96
|
4
|
+
data.tar.gz: 134ae969dfe9baede87076ec6620e208cef9feae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cf5f5000ebc4e4dfaec751b3e4dab394a45d80856a4eeb15b11141f04bd0debd4d55955d4e2635fc63f425c5381cb82d0e0c5c6c5c7439a4110d9f14c879481
|
7
|
+
data.tar.gz: b512e4af68f26063553f4f0ff548501e8184564634bb4bfeca26094158feaee96b3f611b057a629a3a3a42f4b9113106e2d74b787d1277f29d7f0d5526851873
|
data/lib/u_mann_whitney.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: u-mann-whitney
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Claudio Bustos
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2018-01-
|
13
|
+
date: 2018-01-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: daru
|
@@ -106,6 +106,7 @@ files:
|
|
106
106
|
- bin/rspec
|
107
107
|
- bin/setup
|
108
108
|
- lib/u_mann_whitney.rb
|
109
|
+
- lib/u_mann_whitney/silent_daru.rb
|
109
110
|
- lib/u_mann_whitney/version.rb
|
110
111
|
- u-mann-whitney.gemspec
|
111
112
|
homepage: https://github.com/movableink/u-mann-whitney
|