runby_pace 0.6.127 → 0.6.128
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/lib/runby_pace/run_types/distance_run.rb +1 -1
- data/lib/runby_pace/run_types/easy_run.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47fcbb681784aec8966b984405704a93276d71d1
|
|
4
|
+
data.tar.gz: 8b309beee772143e25d07d797256a66d07bf79a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f0afc01ea83b16e4d318b896800d7b22879b91227e02bc668164cdd0d1c7e5bea23abe2681a693a5086b287aed3070e4eb7cefef327e7bf94bc55d61234143c
|
|
7
|
+
data.tar.gz: 8a732e0075df141b3cfef86d259a65edb863a1d79634159bce8618eccf4daf80b1d82c6d9061129b75123552ddf36590cc93e51a289029b6b97ea36a83496dac
|
|
@@ -10,7 +10,7 @@ module Runby
|
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
def explanation
|
|
13
|
-
'Most of your weekly training should be comprised of Distance Runs. They are faster than
|
|
13
|
+
'Most of your weekly training should be comprised of Distance Runs. They are faster than easy runs, but you should still be able to carry on a conversation.'
|
|
14
14
|
end
|
|
15
15
|
|
|
16
16
|
def initialize
|
|
@@ -9,7 +9,7 @@ module Runby
|
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
def explanation
|
|
12
|
-
'Also called a
|
|
12
|
+
'Also called a recovery run, the easy run is harder than jogging, but you should still be able to carry on a conversation.'
|
|
13
13
|
end
|
|
14
14
|
|
|
15
15
|
def initialize
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runby_pace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.128
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ty Walls
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -103,7 +103,7 @@ homepage: https://github.com/tygerbytes/runby-pace
|
|
|
103
103
|
licenses:
|
|
104
104
|
- MIT
|
|
105
105
|
metadata:
|
|
106
|
-
commit-hash:
|
|
106
|
+
commit-hash: 9a5e7c6174d39ad87fd0215b695d0aac9ddc7735
|
|
107
107
|
post_install_message:
|
|
108
108
|
rdoc_options: []
|
|
109
109
|
require_paths:
|