pkgsrc/devel/ruby-filesize/distinfo
taca e8190d0564 devel/ruby-filesize: update to 0.2.0
0.2.0							2018/09/04

* Include offending string in error message (#14)
  As an aid to debugging, including the string that filesize was unable to
  parse in the error message.

* Accept unicode space characters

  [[:space:]] includes unicode space characters too, so when Nokogiri
  interprets "12.3 MiB" as "12.3\u00A0MiB", Filesize will still work.

  [[:blank:]] might be even better because it doesn't include newline and
  carriage returns.

* Support unit without B suffix

  e.g. Kubernetes uses this format:
  https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/#memory-units

* added precision parameter to to_s() and pretty(), fixes #21

* fixed an assignment typo
2018-09-23 14:40:00 +00:00

6 lines
394 B
Text

$NetBSD: distinfo,v 1.2 2018/09/23 14:40:00 taca Exp $
SHA1 (filesize-0.2.0.gem) = 2a88f34ce629bdcb00113a6cf4128a61e10d0814
RMD160 (filesize-0.2.0.gem) = a9685547eacc367d6c78a1f54fc666fae1354db6
SHA512 (filesize-0.2.0.gem) = 87d13278e62fc6ff7ef08f9a287951a1ac3f502b69e1c3b9f5579971a2ad167875f4028a1f51f24f3bb54de38f7cb0e735ab3763bf8774ceeda68c8d3f8de42a
Size (filesize-0.2.0.gem) = 8192 bytes