Skip to content

Commit

Permalink
Prepare for v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Feb 20, 2022
1 parent 0ecb0c1 commit 6b02737
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.10.2

- Updated es, hr, it, nl, pt-BR, and th translations.

## 1.10.1

- Updated es-MX, fr, he, nb, no, pl, pt-BR, vi translations.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.1
1.10.2
7 changes: 4 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.10.1 ruby lib
# stub: devise-i18n 1.10.2 ruby lib

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

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-10-30"
s.date = "2022-02-20"
s.description = "Translations for the devise gem".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
Expand Down Expand Up @@ -157,3 +157,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<omniauth-twitter>.freeze, [">= 0"])
end
end

0 comments on commit 6b02737

Please sign in to comment.