Skip to content

Commit

Permalink
Update readme to version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0jonjo authored Jan 6, 2025
1 parent 9ac5a4c commit c8a21e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Calcpace [![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&r=r&ts=1683906897&type=6e&v=1.5.0&x2=0)](https://badge.fury.io/rb/calcpace)
# Calcpace [![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&r=r&ts=1683906897&type=6e&v=1.5.1&x2=0)](https://badge.fury.io/rb/calcpace)

Calcpace is a Ruby gem designed for calculations and conversions related to distance and time. It can calculate velocity, pace, total time, and distance, accepting time in various formats, including HH:MM:SS. The gem supports conversion to 42 different units, including kilometers, miles, meters, and feet. It also provides methods to validate input.

Expand All @@ -7,7 +7,7 @@ Calcpace is a Ruby gem designed for calculations and conversions related to dist
### Add to your Gemfile

```ruby
gem 'calcpace', '~> 1.5.0'
gem 'calcpace', '~> 1.5.1'
```

Then run:
Expand Down

0 comments on commit c8a21e3

Please sign in to comment.