runby_pace 0.2.43 → 0.2.45

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 CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YmFiZDFkMjBkYWI1MDIyOTIyNGU3MmM0MWRjZDdiZWFkNjM2M2ZhNw==
5
- data.tar.gz: !binary |-
6
- ZTI2OTU5Y2I2MzJkNDI5MjFlODRlNzA5NmM0YThjZGM4MDk4OTE5OA==
2
+ SHA1:
3
+ metadata.gz: ca3ef81c17b9c9dd83c40c1aaafb0b9539c57dd9
4
+ data.tar.gz: 475a48162cafee4ad7614492dada425113cb7c94
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- OWY4OWIxNTJiNDJiMGJjM2ViMmViNGI1YWI5NTgyMGI0NWM0NmI0MjE4OWVh
10
- ZjE3NTk0ZDkzNzkxMTRkNTkxYmNhZmEyNjE0MDMxNWEwODNmYWI2NWJhYTkw
11
- ZTRjZjBmYjY5NDMyMGU0YTNkOGM5Y2MyODM1NTI4NTVkZDc5ODY=
12
- data.tar.gz: !binary |-
13
- YTQwY2FhMTFiNWJmZGUyMDljZTAwZDhhZmU2ZDllMTc4MDczYzNmOTIwNWZh
14
- ZjJkYjQyZWVlNGMyZjk5M2I0NTFiODY3ZTdjMWI0NTZkMTViZGM0MGYyZjZl
15
- OTA2ZGViYzMzYzNiOGYxZWFhNmQxYzJjMWMxYzdiNGYxNDNjY2I=
6
+ metadata.gz: d95b71e89598200db8a3bd1e931758582703a6a26a8328f63a3791bc74ce1a07b8035574d2844ca54bdf8f1ff3669543b3420c5f834a733f1ffedda9443b4e13
7
+ data.tar.gz: e3646e4c206f1be00db5f84e342f1f1df0048d5c3fbcd798b61ee70819ad7de9a1221ac9c03e8b68a91ec5a130cd35288336b5c9baf5cd5e4cb1074b2d15747f
@@ -0,0 +1,12 @@
1
+ # This file is automatically generated by a rake task
2
+
3
+ module RunbyPace
4
+
5
+ module RunTypes
6
+
7
+ def self.all
8
+ %w(EasyRun LongRun)
9
+ end
10
+
11
+ end
12
+ end
data/runby_pace.gemspec CHANGED
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
16
16
  spec.metadata = { 'commit-hash' => `git log -n 1 --pretty=format:"%H"`}
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19
+ spec.files += [`git ls-files --other */all_run_types.g.rb`.chomp]
19
20
  spec.bindir = 'exe'
20
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
22
  spec.require_paths = ['lib']
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.43
4
+ version: 0.2.45
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-04 00:00:00.000000000 Z
11
+ date: 2016-06-06 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: 611c67daf9db8bbd6e4fc230ee76593c9371459e
91
+ commit-hash: f9907ca63d52d66f9f1f188a823592ae94d4dc78
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: '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