Skip to content

Commit

Permalink
Update for 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Jun 21, 2021
1 parent ac53ebe commit 8ec0135
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.10.0

- 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.
- Updated an English string per https://github.com/heartcombo/devise/pull/5315.
- Updated id and tr translations.

## 1.9.4

- Updated de, el, fr, ja, sq, sr, and sr-RS translations.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.4
1.10.0
6 changes: 3 additions & 3 deletions devise-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: devise-i18n 1.9.4 ruby lib
# stub: devise-i18n 1.10.0 ruby lib

Gem::Specification.new do |s|
s.name = "devise-i18n".freeze
s.version = "1.9.4"
s.version = "1.10.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Christopher Dell".freeze, "mcasimir".freeze, "Jason Barnabe".freeze]
s.date = "2021-05-31"
s.date = "2021-06-21"
s.description = "Translations for the devise gem".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
Expand Down

0 comments on commit 8ec0135

Please sign in to comment.