File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.0.1
2
+
3
+ - Fixes:
4
+ - When ` type ` options was ` cents ` and had no decimal on number, extra decimal were added.
5
+
1
6
## v1.0.0
2
7
3
8
- Changes:
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- normalizy (1.0.0 )
4
+ normalizy (1.0.1 )
5
5
rails (>= 4.1 , < 6 )
6
6
7
7
GEM
93
93
notiffany (0.1.1 )
94
94
nenv (~> 0.1 )
95
95
shellany (~> 0.0 )
96
+ parallel (1.11.2 )
96
97
parser (2.4.0.0 )
97
98
ast (~> 2.2 )
98
99
powerpack (0.1.1 )
156
157
rspec-mocks (~> 3.6.0 )
157
158
rspec-support (~> 3.6.0 )
158
159
rspec-support (3.6.0 )
159
- rubocop (0.48.1 )
160
+ rubocop (0.49.0 )
161
+ parallel (~> 1.10 )
160
162
parser (>= 2.3.3.1 , < 3.0 )
161
163
powerpack (~> 0.1 )
162
164
rainbow (>= 1.99.1 , < 3.0 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Normalizy
4
- VERSION = '1.0.0 ' . freeze
4
+ VERSION = '1.0.1 ' . freeze
5
5
end
You can’t perform that action at this time.
0 commit comments