File tree 3 files changed +19
-12
lines changed
3 files changed +19
-12
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.2.0
2
+
3
+ - Features:
4
+ - ` money ` filter now allows negative numbers.
5
+
1
6
## v1.1.1
2
7
3
8
- Fixes:
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- normalizy (1.1.1 )
4
+ normalizy (1.2.0 )
5
5
activerecord (>= 4.1 , < 6 )
6
6
7
7
GEM
42
42
erubi (1.7.1 )
43
43
i18n (1.0.1 )
44
44
concurrent-ruby (~> 1.0 )
45
+ jaro_winkler (1.5.1 )
45
46
loofah (2.2.2 )
46
47
crass (~> 1.0.2 )
47
48
nokogiri (>= 1.5.9 )
48
49
method_source (0.9.0 )
49
50
mini_portile2 (2.3.0 )
50
51
minitest (5.11.3 )
51
- nokogiri (1.8.2 )
52
+ nokogiri (1.8.4 )
52
53
mini_portile2 (~> 2.3.0 )
53
54
parallel (1.12.1 )
54
- parser (2.5.1.0 )
55
+ parser (2.5.1.2 )
55
56
ast (~> 2.4.0 )
56
- powerpack (0.1.1 )
57
+ powerpack (0.1.2 )
57
58
pry (0.11.3 )
58
59
coderay (~> 1.1.0 )
59
60
method_source (~> 0.9.0 )
60
61
pry-byebug (3.6.0 )
61
62
byebug (~> 10.0 )
62
63
pry (~> 0.10 )
63
64
rack (2.0.5 )
64
- rack-test (1.0 .0 )
65
+ rack-test (1.1 .0 )
65
66
rack (>= 1.0 , < 3 )
66
67
rails-dom-testing (2.0.3 )
67
68
activesupport (>= 4.2.0 )
93
94
rspec-mocks (~> 3.7.0 )
94
95
rspec-support (~> 3.7.0 )
95
96
rspec-support (3.7.1 )
96
- rubocop (0.55.0 )
97
+ rubocop (0.58.2 )
98
+ jaro_winkler (~> 1.5.1 )
97
99
parallel (~> 1.10 )
98
- parser (>= 2.5 )
100
+ parser (>= 2.5 , != 2.5.1.1 )
99
101
powerpack (~> 0.1 )
100
102
rainbow (>= 2.2.2 , < 4.0 )
101
103
ruby-progressbar (~> 1.7 )
102
104
unicode-display_width (~> 1.0 , >= 1.0.1 )
103
- rubocop-rspec (1.25.1 )
104
- rubocop (>= 0.53 .0 )
105
+ rubocop-rspec (1.27.0 )
106
+ rubocop (>= 0.56 .0 )
105
107
ruby-progressbar (1.9.0 )
106
108
sqlite3 (1.3.13 )
107
109
thor (0.20.0 )
108
110
thread_safe (0.3.6 )
109
111
tzinfo (1.2.5 )
110
112
thread_safe (~> 0.1 )
111
- unicode-display_width (1.3.2 )
113
+ unicode-display_width (1.4.0 )
112
114
113
115
PLATFORMS
114
116
ruby
@@ -121,4 +123,4 @@ DEPENDENCIES
121
123
sqlite3
122
124
123
125
BUNDLED WITH
124
- 1.16.1
126
+ 1.16.2
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.1.1 '
4
+ VERSION = '1.2.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments