aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2022-02-07 15:17:52 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2022-02-07 15:19:31 +0000
commit24b8000a4d7e57ced07b55d509d3dda341198719 (patch)
treea6eeb5c1b8986da5f896af708b518f35e65dc1f2
parentf58aa4559f14373a16b2a8dcae6e568f1dd776ed (diff)
downloadports-24b8000a4d7e57ced07b55d509d3dda341198719.tar.gz
ports-24b8000a4d7e57ced07b55d509d3dda341198719.zip
math/rubygem-enumerable-statistics: update to 2.0.7
Changelog: https://github.com/mrkn/enumerable-statistics/blob/master/CHANGELOG.md 2.0.7 Fix the bug of histogram with bin range that is smaller than value range 2.0.6 Add edges parameter in histogram Rename parameter in histogram to fix typo: weight to weights 2.0.5 Add weighted histogram support 2.0.4 Add find_min, find_max, argmin, argmax methods Fix nbin=:auto case in histogram method 2.0.3 Ractor-safe version 2.0.2 Support Ruby 3.0
-rw-r--r--math/rubygem-enumerable-statistics/Makefile2
-rw-r--r--math/rubygem-enumerable-statistics/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/math/rubygem-enumerable-statistics/Makefile b/math/rubygem-enumerable-statistics/Makefile
index ba987be85184..0b56ffcbfb5f 100644
--- a/math/rubygem-enumerable-statistics/Makefile
+++ b/math/rubygem-enumerable-statistics/Makefile
@@ -1,7 +1,7 @@
# Created by Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= enumerable-statistics
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.7
CATEGORIES= math rubygems
MASTER_SITES= RG
diff --git a/math/rubygem-enumerable-statistics/distinfo b/math/rubygem-enumerable-statistics/distinfo
index ebb70089004f..b36af808fc02 100644
--- a/math/rubygem-enumerable-statistics/distinfo
+++ b/math/rubygem-enumerable-statistics/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587531849
-SHA256 (rubygem/enumerable-statistics-2.0.1.gem) = 2e309fdbf2b28b4c6b3319b1619387e24f8fdf365385abea3214954a5e718229
-SIZE (rubygem/enumerable-statistics-2.0.1.gem) = 356352
+TIMESTAMP = 1644246994
+SHA256 (rubygem/enumerable-statistics-2.0.7.gem) = eeb84581376305327b31465e7b088146ea7909d19eb637d5677e51f099759636
+SIZE (rubygem/enumerable-statistics-2.0.7.gem) = 357888