calcpace 1.1.0
Calcpace is a Ruby gem that helps with calculations related to running/cycling activities or general purposes involving distance and time. It can calculate pace, total time, and distance. It also converts distances between miles and kilometers and check formats of time and distance. The results are provided in a readable format, with times in HH:MM:SS or seconds and distances in X.X format. If you need, the gem supports BigDecimal to handle the calculations,
Gemfile:
=
install:
=
Development Dependencies (6):
minitest
~> 5.14
rake
~> 13.0
rake-compiler
~> 1.0
rdoc
~> 6.2
rubocop
~> 0.79
rubocop-minitest
~> 0.11