runby_pace 0.2.48 → 0.2.50

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NmU3MTQwOWM5OWE5ZjQxMzgzMzRlYmUxNTdlNDI4ZGVkOTM4ZTE3MA==
5
- data.tar.gz: !binary |-
6
- NDY0Y2FlMzE4MjA2Njc5ZDk0ZWNkMDMyZjQ2ZDZmMWI1MDQwY2RmNA==
2
+ SHA1:
3
+ metadata.gz: 1bbbedffe293b57223ce3e7795a29c5f0fb58db5
4
+ data.tar.gz: 12affb0bf93cffcaa9588ce58249183423c37a18
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NTY2ODQyMTNiYTA0MDI3ZjFhY2ZmOTZmNzBiNDlmNGUyOWQxYzlkZTdhZTk3
10
- N2RiZTk5MDY0MzE4ZWNhNWQwNmExMGJiYjU1MzdlMmEzM2RiMGU3NDNlYWFh
11
- ZDE2ZDc1OWE1ZGNhMDExZTYzZjc5MTU1MDY1NmFjYmI4NmJlMTE=
12
- data.tar.gz: !binary |-
13
- YWJkOGViMTE3YTE4NGE5YzEzNTVhZTZiNzMyMTdlZWU0YWUzNjdkNmU2YTg1
14
- MmZjNzdlNDRiZDkxODZiYzc2YWQ5ZmM4NmVhNWZmYWE4ZDZiZmQwNDkzMTU4
15
- ZTg2OTAyZTI1MzMxOTc2NzM1OWNmNGU1M2E4MTNjMjJkMTAyYzI=
6
+ metadata.gz: da7fc955a4382d455e2deb875c65746498955a7e8816d23867580cbb9522f14c685f0aea24323d269ace2791abf74d3fcba0bf046277e97256da7b8aec0b3600
7
+ data.tar.gz: 4d9955c7367220eac7097fbda94f12fc961295f7e07a78663cfc47ede689a8a3107fe2f0d7afdfb53e986f2d8a89d8d3f95a00f6c9a2e5fdea6b5d61f4de7407
@@ -5,6 +5,10 @@ module RunbyPace
5
5
  class EasyRun < RunType
6
6
  attr_reader :slow_pace_data, :fast_pace_data
7
7
 
8
+ def description
9
+ 'Easy Run'
10
+ end
11
+
8
12
  def initialize
9
13
  @fast_pace_data = PaceData.new(GoldenPaces::fast[:'14:00'], GoldenPaces::fast[:'42:00'], 1.99)
10
14
  @slow_pace_data = PaceData.new(GoldenPaces::slow[:'14:00'], GoldenPaces::slow[:'42:00'], 1.35)
data/runby_pace.gemspec CHANGED
@@ -26,4 +26,5 @@ Gem::Specification.new do |spec|
26
26
  spec.add_development_dependency 'bundler', '~> 1.11'
27
27
  spec.add_development_dependency 'rake', '~> 10.0'
28
28
  spec.add_development_dependency 'rspec', '~> 3.0'
29
+
29
30
  end
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runby_pace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.48
4
+ version: 0.2.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ty Walls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-06 00:00:00.000000000 Z
11
+ date: 2016-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
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
- - .gitignore
63
- - .rspec
64
- - .travis.yml
62
+ - ".gitignore"
63
+ - ".rspec"
64
+ - ".travis.yml"
65
65
  - Gemfile
66
66
  - Guardfile
67
67
  - LICENSE.txt
@@ -76,6 +76,7 @@ files:
76
76
  - lib/runby_pace/pace_range.rb
77
77
  - lib/runby_pace/pace_time.rb
78
78
  - lib/runby_pace/run_type.rb
79
+ - lib/runby_pace/run_types/all_run_types.g.rb
79
80
  - lib/runby_pace/run_types/all_run_types.template
80
81
  - lib/runby_pace/run_types/easy_run.rb
81
82
  - lib/runby_pace/run_types/find_divisor.rb
@@ -87,24 +88,24 @@ homepage: https://github.com/tygerbytes/runby-pace
87
88
  licenses:
88
89
  - MIT
89
90
  metadata:
90
- commit-hash: f7f71d922b62601dbf8e7f6ab7883c09b6b842f2
91
+ commit-hash: 0826d8e9f04e8fa9166717fc4639c719049e2ad7
91
92
  post_install_message:
92
93
  rdoc_options: []
93
94
  require_paths:
94
95
  - lib
95
96
  required_ruby_version: !ruby/object:Gem::Requirement
96
97
  requirements:
97
- - - ! '>='
98
+ - - ">="
98
99
  - !ruby/object:Gem::Version
99
100
  version: 2.2.0
100
101
  required_rubygems_version: !ruby/object:Gem::Requirement
101
102
  requirements:
102
- - - ! '>='
103
+ - - ">="
103
104
  - !ruby/object:Gem::Version
104
105
  version: '0'
105
106
  requirements: []
106
107
  rubyforge_project:
107
- rubygems_version: 2.4.5
108
+ rubygems_version: 2.4.5.1
108
109
  signing_key:
109
110
  specification_version: 4
110
111
  summary: Runby Pace is the core logic which simplifies the calculation of target paces