runby_pace 0.6.118 → 0.6.119

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/runby_pace/distance.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee6babda82c923c88806dad0ec3d5a3e62fbe3c5
4
- data.tar.gz: e02fd56a596fa189f8eea0ef2678c69a370cab45
3
+ metadata.gz: 433e02c6f422e59f222c9c1c737f795bd20ab180
4
+ data.tar.gz: ecb52da439a7873b9ab63acb16aa7a9907664f31
5
5
  SHA512:
6
- metadata.gz: 823f0985b6d31adc2cf5274620f60c4c74832da1c808a7790be67f3b0a601cd69a7323a60f7cc9b3958f4d7167da3d6d088be2feabe314fc3ac2611d8570029c
7
- data.tar.gz: 8c1a358693a28fd1cb3c4acfbe9fce88f9c71b7ac2f15b0b018683329b27156bc35537827afa96644111c680801efa88a287fdc8b6893dbfcf331a99f9a8f795
6
+ metadata.gz: 0168f30b30c79f3310e73a7d7f2eff6eb21b7921a1820fe1950b6013f7074e60ccdfe3b28b047fd4beb70ea7c0002f38c59d04ed50d1a57c7c6c3dda815b297d
7
+ data.tar.gz: d973e0bc2bbe8d2e88b5ed912b8e839546132ec74b8800b153e646d82c3352ad68ff543a62599a9ace2c2406e0b937ea436e545a5d08fe4ae45322fb06d170ec
@@ -59,7 +59,7 @@ module Runby
59
59
  def to_s(format: :short)
60
60
  formatted_multiplier = format('%g', @multiplier.round(2))
61
61
  case format
62
- when :short then "#{formatted_multiplier}#{@uom.to_s(format: format)}"
62
+ when :short then "#{formatted_multiplier} #{@uom.to_s(format: format)}"
63
63
  when :long then "#{formatted_multiplier} #{@uom.to_s(format: format, pluralize: (@multiplier > 1))}"
64
64
  end
65
65
  end
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.118
4
+ version: 0.6.119
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-11-28 00:00:00.000000000 Z
11
+ date: 2016-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -101,7 +101,7 @@ homepage: https://github.com/tygerbytes/runby-pace
101
101
  licenses:
102
102
  - MIT
103
103
  metadata:
104
- commit-hash: 9cf9b026a084b50fdb4f0e7a1b5c699c204d4f33
104
+ commit-hash: c2fa605c81370c617332b449c1bfcd9c3cd1209d
105
105
  post_install_message:
106
106
  rdoc_options: []
107
107
  require_paths: