runby_pace 0.62.3 → 0.62.4
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/runby_pace.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3770228f9cb86e569b03f46fe293fe2592e079c9c31ae5d65c44d19ed1450502
|
|
4
|
+
data.tar.gz: 1ecc27ed6862775563e2a2f0b69f9af0de9bb5b315eda46e5a61b5fea4bd0684
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96119e93629a920cfa73f2718f7d351fe3039414e2ddc4f5b6140fd9f43dd6bbe40fd95c275a5613c4c2f630615103986d93f274d39492155354eb40de5d73e7
|
|
7
|
+
data.tar.gz: 93ba750db720bd9d6738380f6fc2464ef0c91edde28150ce95da5e524ec32b705e9bd34d8bc9209d86f356566c633cc8d7f433b6ce09a0a880c814f37e180898
|
data/runby_pace.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.metadata = { 'commit-hash' => `git log -n 1 --pretty=format:"%H"` }
|
|
19
19
|
|
|
20
20
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
21
|
-
spec.files += `git ls-files -z --other
|
|
21
|
+
spec.files += `git ls-files -z --other */*.g.rb`.split("\x0")
|
|
22
22
|
spec.bindir = 'exe'
|
|
23
23
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
24
24
|
spec.require_paths = ['lib']
|
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.62.
|
|
4
|
+
version: 0.62.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ty Walls
|
|
@@ -102,6 +102,7 @@ files:
|
|
|
102
102
|
- lib/runby_pace/speed.rb
|
|
103
103
|
- lib/runby_pace/speed_range.rb
|
|
104
104
|
- lib/runby_pace/utility/parameter_sanitizer.rb
|
|
105
|
+
- lib/runby_pace/version.g.rb
|
|
105
106
|
- lib/runby_pace/version.rb
|
|
106
107
|
- lib/runby_pace/version.seed
|
|
107
108
|
- misc/rubymine.png
|
|
@@ -111,7 +112,7 @@ homepage: https://github.com/tygerbytes/runby-pace
|
|
|
111
112
|
licenses:
|
|
112
113
|
- MIT
|
|
113
114
|
metadata:
|
|
114
|
-
commit-hash:
|
|
115
|
+
commit-hash: f9c62b8e98333f5af1d54c267b71c8a26a90d35c
|
|
115
116
|
post_install_message:
|
|
116
117
|
rdoc_options: []
|
|
117
118
|
require_paths:
|