Skip to content

Commit 53e7815

Browse files
committed
Release 1.6.2
1 parent 1e75694 commit 53e7815

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.6.2 (2002-08-16)
4+
5+
* Use rubocop-performance and fix one performance issue.
6+
37
## 1.6.1 (2002-08-16)
48

59
* Fix booting of Payday. It requires the module Payday to be declared.

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
webtranslateit-payday (1.6.1)
4+
webtranslateit-payday (1.6.2)
55
activesupport (~> 7, < 8)
66
i18n (~> 1.12, < 2)
77
money (~> 6.16, < 7)

payday.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'webtranslateit-payday'
5-
s.version = '1.6.1'
5+
s.version = '1.6.2'
66
s.required_ruby_version = '>= 3.1'
77
s.platform = Gem::Platform::RUBY
88
s.authors = ['Alan Johnson', 'Edouard Briere']

0 commit comments

Comments
 (0)