Commit 53e7815 1 parent 1e75694 commit 53e7815 Copy full SHA for 53e7815
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.6.2 (2002-08-16)
4
+
5
+ * Use rubocop-performance and fix one performance issue.
6
+
3
7
## 1.6.1 (2002-08-16)
4
8
5
9
* Fix booting of Payday. It requires the module Payday to be declared.
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- webtranslateit-payday (1.6.1 )
4
+ webtranslateit-payday (1.6.2 )
5
5
activesupport (~> 7 , < 8 )
6
6
i18n (~> 1.12 , < 2 )
7
7
money (~> 6.16 , < 7 )
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.1 '
5
+ s . version = '1.6.2 '
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