Commit 553b560 1 parent 96e105a commit 553b560 Copy full SHA for 553b560
File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.6.6 (2023-12-04)
4
+
5
+ * Code Improvement (rubocop).
6
+
3
7
## 1.6.5 (2023-06-16)
4
8
5
9
* Add ruby 3.2 to test matrix.
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- webtranslateit-payday (1.6.5 )
4
+ webtranslateit-payday (1.6.6 )
5
5
activesupport (~> 7 , < 8 )
6
6
i18n (~> 1.12 , < 2 )
7
7
money (~> 6.16 , < 7 )
23
23
minitest (>= 5.1 )
24
24
mutex_m
25
25
tzinfo (~> 2.0 )
26
- addressable (2.8.4 )
26
+ addressable (2.8.5 )
27
27
public_suffix (>= 2.0.2 , < 6.0 )
28
28
ast (2.4.2 )
29
29
base64 (0.2.0 )
30
30
bigdecimal (3.1.4 )
31
31
coderay (1.1.3 )
32
32
concurrent-ruby (1.2.2 )
33
33
connection_pool (2.4.1 )
34
- css_parser (1.14 .0 )
34
+ css_parser (1.16 .0 )
35
35
addressable
36
36
diff-lcs (1.5.0 )
37
37
drb (2.2.0 )
90
90
pry (0.14.2 )
91
91
coderay (~> 1.1 )
92
92
method_source (~> 1.0 )
93
- public_suffix (5.0.1 )
93
+ public_suffix (5.0.4 )
94
94
racc (1.7.3 )
95
95
rainbow (3.1.1 )
96
96
rb-fsevent (0.11.2 )
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |s |
4
4
s . name = 'webtranslateit-payday'
5
- s . version = '1.6.5 '
5
+ s . version = '1.6.6 '
6
6
s . required_ruby_version = '>= 3.1'
7
7
s . platform = Gem ::Platform ::RUBY
8
8
s . authors = [ 'Alan Johnson' , 'Edouard Briere' ]
You can’t perform that action at this time.
0 commit comments