Skip to content

Commit 8ec0135

Browse files
committed
Update for 1.10.0
1 parent ac53ebe commit 8ec0135

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.10.0
2+
3+
- Updated views for devise 4.8 as per https://github.com/heartcombo/devise/pull/5331. These changes are required to work with Omniauth v2 per https://github.com/heartcombo/devise/pull/5327, so if you generated views into your app (for customization), you should update or regenerate them.
4+
- Updated an English string per https://github.com/heartcombo/devise/pull/5315.
5+
- Updated id and tr translations.
6+
17
## 1.9.4
28

39
- Updated de, el, fr, ja, sq, sr, and sr-RS translations.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.4
1+
1.10.0

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.4 ruby lib
5+
# stub: devise-i18n 1.10.0 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "devise-i18n".freeze
9-
s.version = "1.9.4"
9+
s.version = "1.10.0"
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 = "2021-05-31"
14+
s.date = "2021-06-21"
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)