-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6419820
commit 1b81e7b
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
## 1.10.1 | ||
|
||
- Updated es-MX, fr, he, nb, no, pl, pt-BR, vi translations. | ||
|
||
## 1.10.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.10.0 | ||
1.10.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.10.0 ruby lib | ||
# stub: devise-i18n 1.10.1 ruby lib | ||
|
||
Gem::Specification.new do |s| | ||
s.name = "devise-i18n".freeze | ||
s.version = "1.10.0" | ||
s.version = "1.10.1" | ||
|
||
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-06-21" | ||
s.date = "2021-10-30" | ||
s.description = "Translations for the devise gem".freeze | ||
s.email = "[email protected]".freeze | ||
s.extra_rdoc_files = [ | ||
|