Source: ruby-chronic-duration Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 13), gem2deb (>= 2.1~), rake, ruby-numerizer (>= 0.2~), ruby-rspec Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-chronic-duration.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-chronic-duration Homepage: https://gitlab.com/gitlab-org/gitlab-chronic-duration Testsuite: autopkgtest-pkg-ruby Package: ruby-chronic-duration Architecture: all Depends: ${ruby:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ruby-gitlab-chronic-duration (=${source:Version}) Description: simple Ruby natural language parser for elapsed time A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. Will return an integer unless you get tricky and need a float. (4 minutes and 13.47 seconds, for example.) The reverse can also be performed via the output method.