Skip to content

Commit 486915d

Browse files
committed
v1.0.1
1 parent 7cd48cb commit 486915d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.0.1
2+
3+
- Fixes:
4+
- When `type` options was `cents` and had no decimal on number, extra decimal were added.
5+
16
## v1.0.0
27

38
- Changes:

Gemfile.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
normalizy (1.0.0)
4+
normalizy (1.0.1)
55
rails (>= 4.1, < 6)
66

77
GEM
@@ -93,6 +93,7 @@ GEM
9393
notiffany (0.1.1)
9494
nenv (~> 0.1)
9595
shellany (~> 0.0)
96+
parallel (1.11.2)
9697
parser (2.4.0.0)
9798
ast (~> 2.2)
9899
powerpack (0.1.1)
@@ -156,7 +157,8 @@ GEM
156157
rspec-mocks (~> 3.6.0)
157158
rspec-support (~> 3.6.0)
158159
rspec-support (3.6.0)
159-
rubocop (0.48.1)
160+
rubocop (0.49.0)
161+
parallel (~> 1.10)
160162
parser (>= 2.3.3.1, < 3.0)
161163
powerpack (~> 0.1)
162164
rainbow (>= 1.99.1, < 3.0)

lib/normalizy/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Normalizy
4-
VERSION = '1.0.0'.freeze
4+
VERSION = '1.0.1'.freeze
55
end

0 commit comments

Comments
 (0)