istox 0.1.157.11.2 → 0.1.157.11.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54ed9bcff5c0cf4fac36db3d932688509800043f0841bb38f60495c923039912
4
- data.tar.gz: 4a7375a044969a37152bb06e20725dd82ad841e523913a08dc23822c27a64ba2
3
+ metadata.gz: 3d067ecdccbccbfda95b176b7fcaf3629810dc30d3c7b2f45d820ed861695bac
4
+ data.tar.gz: 7ac2412f8eae5bc934970d4db789fc2cd3b67dac13a27a9164a4b97817ad46cc
5
5
  SHA512:
6
- metadata.gz: 9c2b012d97b4d5e29ea5516acb70645cf69a998d761cb11dcb15f9f93dcc751ced67f23bf9d9ac8064ee544559488023d83e4f534c3de9c2cc4612939fd4806d
7
- data.tar.gz: c87a1c4b5a5ed11f7cf1fe3fda3871ff69a09286b79b2523fade5bed4be87ef8d3c332eb2c87cbffad97f2caef727dda94260dc68e6654b2135651f6b020726e
6
+ metadata.gz: 600c82875347e54e1aa6bd919e98a61aebd9322656e4f9dc086870f4e4bd7102bd38c33bf48719f1d61f8e03a74a644b6b75e91e3d2b47d881a295c2735ee0d3
7
+ data.tar.gz: 9bb9ca6578621d84697f170511ba8d5d4fb591189eb9ccaf02e2657b4b6ad4323d1554be239142ea70069ff88b163743d1c7030838a6c849aaee7c95930ecbb8
data/.gitignore CHANGED
File without changes
data/.rubocop.yml CHANGED
File without changes
data/.solargraph.yml CHANGED
File without changes
data/CODE_OF_CONDUCT.md CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
@@ -18,6 +18,8 @@ module Istox
18
18
 
19
19
  # format a money, eg. 20000.134 > SGD 20,000.14, position can be :front or :behind, abs_num: whether to absolute the number
20
20
  def money(input, round_mode: :half_up, precision: 2, currency:, position: :front, abs_num: false)
21
+ precision = 0 if currency&.downcase == 'jpy'
22
+
21
23
  result = number(input, round_mode: round_mode, precision: precision, abs_num: abs_num)
22
24
 
23
25
  return currency + ' ' + result if position == :front
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.1.157.11.2'.freeze
2
+ VERSION = '0.1.157.11.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.157.11.2
4
+ version: 0.1.157.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-26 00:00:00.000000000 Z
11
+ date: 2021-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: amazing_print
@@ -546,7 +546,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
546
546
  - !ruby/object:Gem::Version
547
547
  version: '0'
548
548
  requirements: []
549
- rubygems_version: 3.0.6
549
+ rubygems_version: 3.1.3
550
550
  signing_key:
551
551
  specification_version: 4
552
552
  summary: istox backend shared gem