Skip to content

Commit eabac26

Browse files
committed
1.9.3
1 parent 38eb307 commit eabac26

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.9.3
2+
3+
- Use a different message in email changed notification if email is unconfirmed. This is what devise does, but was missed here previously.
4+
- Updated de, de-CH, fi, fr, fr-CA, and ja translations.
5+
16
## 1.9.2
27

38
- Updated es, es-MX, fr, it, pt-BR, and ru translations.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.2
1+
1.9.3

devise-i18n.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5-
# stub: devise-i18n 1.9.2 ruby lib
5+
# stub: devise-i18n 1.9.3 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "devise-i18n".freeze
9-
s.version = "1.9.2"
9+
s.version = "1.9.3"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
1212
s.require_paths = ["lib".freeze]
1313
s.authors = ["Christopher Dell".freeze, "mcasimir".freeze, "Jason Barnabe".freeze]
14-
s.date = "2020-08-24"
14+
s.date = "2021-03-12"
1515
s.description = "Translations for the devise gem".freeze
1616
s.email = "[email protected]".freeze
1717
s.extra_rdoc_files = [

0 commit comments

Comments
 (0)