byteme 0.0.6 → 0.0.7

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d50f34812c3018cdfb7b43ec1f03d258414275e
4
- data.tar.gz: 7f9c07a84e06f2444eaddf00eefd80ee75568c39
3
+ metadata.gz: 475d0da57ff8746f2152283fb396e9115550fcb1
4
+ data.tar.gz: ef5473c3b515e1dc09454bcabe7ef2f6a0159d7c
5
5
  SHA512:
6
- metadata.gz: '09ba347b293c28af353b1a652f183a9c0fee1260bce644b2c7234e416b977d309b533b08657c8deed09a4cf897d0ebffc748cfc651c96908a7520645976f87b5'
7
- data.tar.gz: c86e051fe9d590e64098f6c22d6c5a9f4b27a0881803feaaacb500464c2f84ee27494aa64ac16d6bb9c092add7db976812b3c0d4337f61f3c60c7482d2dae538
6
+ metadata.gz: 487a1cd190b7dfe798d09e0ca8bc1e82e67ee2fa5f6f6c8fc49776bb96d42fa10ff3f37a402efd1d230c14aef7e1aee7d749c280659836a27bf8c1321222f1c2
7
+ data.tar.gz: 8d5efbbb3b98f586d5dff4400f3a30260590a6ddaaf5c2dc1cc95abc24d438f8b4fc9e4708b57775a97b803591746d3ab563533cb457ee5708ad43ca66f4776f
@@ -34,7 +34,7 @@ module Convert
34
34
  if Parse.get
35
35
  output = ( "%.5f" % raw_value ).sub(/\.?0*$/, '')
36
36
  else
37
- output = raw_value.to_s.sub(/\.?0*$/, '')
37
+ output = raw_value.to_s.sub(/\.0*$/, '')
38
38
  end
39
39
  output_format = FORMULAS[key.to_sym][1]
40
40
  rows.push([output_format, output])
@@ -1,3 +1,3 @@
1
1
  module ByteMe
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: byteme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Perlman