runby_pace 0.2.22 → 0.2.28
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 +13 -5
- data/.travis.yml +1 -1
- data/README.md +3 -0
- data/lib/runby_pace/version.rb +1 -1
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
ZDM5ZDZhYzZhNjJkZDQxNjk5NTcyZmIxYzQ1OGVkMzViZTU0MDA3NQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MWZlMzgyZmUwNmJkMzIyMDE4OWY2ZjZjOTczNjIxZjM3MGE4NjRjNg==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
NTEzNWVmMzgyZTZlM2JhMWIwYTgxMTY0ZmNjM2ZhNGUxZmVmNjBlMzc1OGNk
|
|
10
|
+
NDZjNjMzOWQ2ZjcwMWFkODY5ZjRhZjEwZmNmMmQ5MGM1OWRkZDRjM2E1ODkx
|
|
11
|
+
OGI1MDc4MmQyODM0ZmEwZjEyZTcxYWVjZGE5YThkYzAzYzc5YWM=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YWNkZWFiMDc0MmJhM2E2OTViZmM2YjM3ODljZTI4ZDdmYzIwN2Q4N2JhZjA1
|
|
14
|
+
MGQ3ZTllMzFhM2QzZjVhN2Y2OTgyZDNiYjFiNTBlMTI0MDkwMzA4NjVlZDcy
|
|
15
|
+
N2YzMTA4MzI4MTYxMmZhZWVhYTY0YTUzNmQyNDQ3MDYyMTM1NzE=
|
data/.travis.yml
CHANGED
|
@@ -6,6 +6,6 @@ deploy:
|
|
|
6
6
|
provider: rubygems
|
|
7
7
|
api_key:
|
|
8
8
|
secure: AOOSaXksG1n9LsFbpc5wJWk/Rj7jYFohJMsfLEosWPHw1Kidgng7OlpgWC6+iBRM78Bo6lgeMK/8Ng9KxU9+Cs/+6pKjrMrj4T/cVmY4tlAXhHW3DBJe4KTmmTmTOWsSP4icPIXKCY24ExbIGLnwCGuagezBENyTemLBkQXMBXRtyubr77M2fB0K5zJwx76n1kGM6MkGOdEF4Qj64OswTudHxc98Rs2p4xdf8ft8YqGrGj19Z+ALj1NmOZgPfEXV0SuwtK6Yk3XPvCXojXJRRd4JfUQ/dghmiQkKBS7o7bwnhcWd6H5aJFJVVSjDwerdLpgHU0O16PSU2+gh4QcMDeWnzkciGaQQIrsy8eU3EUMN+N1Pn70eXFb4PtgS7esBTbzwivjZt94DYyvITaoOcZTs6ceX838CAj7QQcNkMZhb7HV49awlIYhJibpB5AWuBulXwTaD+6VozTGh0nVdAXaR8BcItv933rucmrjQx4WRvChjTV+oskW/C2QI7BgAZRQyqHy1UIuWe1r+kWWs1i+L8anshW/MrJ6S6JUUgUiONP1CldTgUezAjiIL6wiuIurjLRRa//wXmedr0x37cw+bwgq4l9KcU0X/0fYx2+8YN3BC5qvmxha7+AUljL1u/Jw8zwIa36g608tZ7RbshgTHDmFXxLRLVuSt3vjDlAI=
|
|
9
|
-
gem:
|
|
9
|
+
gem: runby_pace
|
|
10
10
|
on:
|
|
11
11
|
repo: tygerbytes/runby-pace
|
data/README.md
CHANGED
|
@@ -8,6 +8,9 @@ RunbyPace contains the core logic for calculating the target "paces" used by run
|
|
|
8
8
|
| **Build** | [](https://travis-ci.org/tygerbytes/runby-pace) |
|
|
9
9
|
| **Coverage** | [](https://coveralls.io/github/tygerbytes/runby-pace?branch=master) |
|
|
10
10
|
|
|
11
|
+
[](https://travis-ci.org/tygerbytes/runby-pace/builds)
|
|
12
|
+
|
|
13
|
+
|
|
11
14
|
Any sort of running program will include runs at varying paces, easy runs, distance runs, tempo runs, long runs, and
|
|
12
15
|
then the gambit of "interval" type runs, such as 1500m pace repetitions, 5K and 10K pace reps, cruise intervals, and
|
|
13
16
|
so on. Many runners typically consult pace tables based on their most recent time for a 5K race. So assuming your most
|
data/lib/runby_pace/version.rb
CHANGED
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.2.
|
|
4
|
+
version: 0.2.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ty Walls
|
|
@@ -14,42 +14,42 @@ dependencies:
|
|
|
14
14
|
name: bundler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.11'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.11'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '10.0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rspec
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ~>
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '3.0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
55
|
description:
|
|
@@ -59,9 +59,9 @@ executables: []
|
|
|
59
59
|
extensions: []
|
|
60
60
|
extra_rdoc_files: []
|
|
61
61
|
files:
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
62
|
+
- .gitignore
|
|
63
|
+
- .rspec
|
|
64
|
+
- .travis.yml
|
|
65
65
|
- Gemfile
|
|
66
66
|
- Guardfile
|
|
67
67
|
- LICENSE.txt
|
|
@@ -83,24 +83,24 @@ homepage: https://github.com/tygerbytes/runby-pace
|
|
|
83
83
|
licenses:
|
|
84
84
|
- MIT
|
|
85
85
|
metadata:
|
|
86
|
-
commit-hash:
|
|
86
|
+
commit-hash: 461593a134311c8da04d1936bd347bcb9c3b3469
|
|
87
87
|
post_install_message:
|
|
88
88
|
rdoc_options: []
|
|
89
89
|
require_paths:
|
|
90
90
|
- lib
|
|
91
91
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
|
93
|
-
- -
|
|
93
|
+
- - ! '>='
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: '0'
|
|
96
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
requirements:
|
|
98
|
-
- -
|
|
98
|
+
- - ! '>='
|
|
99
99
|
- !ruby/object:Gem::Version
|
|
100
100
|
version: '0'
|
|
101
101
|
requirements: []
|
|
102
102
|
rubyforge_project:
|
|
103
|
-
rubygems_version: 2.4.5
|
|
103
|
+
rubygems_version: 2.4.5
|
|
104
104
|
signing_key:
|
|
105
105
|
specification_version: 4
|
|
106
106
|
summary: Runby Pace is the core logic which simplifies the calculation target paces
|