runby_pace 0.61.158 → 0.61.159
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83f8f142b4f2edf4e1df4535824230ecb22887da
|
|
4
|
+
data.tar.gz: c2976c5806d3dc8b9b140bdb4a8e5fee263fa04e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b2e293fc3dc61e1d9e0017b48d0a1967cdc7fd46c2c3a5673487cd092e55b1c40e939750d01787169d47817f05595d8adb113ce97554f7126eb6efa60a7c4fb
|
|
7
|
+
data.tar.gz: 1c639a9f8bdcb3e2694a6f4cbf53b0abc24c502e72f4abbb2657ca568a08278876b3aa9b3d16e86631c5c91f12240d445d22218f8c096f5d175a75cf9c0dd386
|
data/README.md
CHANGED
|
@@ -23,6 +23,8 @@ So this is great, but a little tedious. RunbyPace automates this whole process b
|
|
|
23
23
|
|
|
24
24
|
RunbyPace also encapsulates the logic and math necessary for many running-related calculations based on time, pace, speed, unit coversions, etc. If you're tired of constantly converting minutes and seconds to decimal and back again, RunbyPace is for you.
|
|
25
25
|
|
|
26
|
+
[](https://runbypace.com)
|
|
27
|
+
|
|
26
28
|
## Installation
|
|
27
29
|
|
|
28
30
|
Add this line to your application's Gemfile:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runby_pace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.61.
|
|
4
|
+
version: 0.61.159
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ty Walls
|
|
@@ -110,7 +110,7 @@ homepage: https://github.com/tygerbytes/runby-pace
|
|
|
110
110
|
licenses:
|
|
111
111
|
- MIT
|
|
112
112
|
metadata:
|
|
113
|
-
commit-hash:
|
|
113
|
+
commit-hash: 47723adc6e1e6725838562f9bb11e29b2df93491
|
|
114
114
|
post_install_message:
|
|
115
115
|
rdoc_options: []
|
|
116
116
|
require_paths:
|