Skip to content

Commit

Permalink
Prepare for 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Oct 4, 2023
1 parent 93f2d2c commit 730032f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 1.12.0

- Fixed a regression that broke API-based controllers.
- Dropped Ruby 2.6 from test matrix.

## 1.11.1

- Fixed a regression where model names were not translated.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.11.1
1.12.0
6 changes: 3 additions & 3 deletions devise-i18n.gemspec
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.11.1 ruby lib
# stub: devise-i18n 1.12.0 ruby lib

Gem::Specification.new do |s|
s.name = "devise-i18n".freeze
s.version = "1.11.1"
s.version = "1.12.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 = "2023-10-03"
s.date = "2023-10-04"
s.description = "Translations for the devise gem".freeze
s.email = "chris@tigrish.com".freeze
s.extra_rdoc_files = [
Expand Down

0 comments on commit 730032f

Please sign in to comment.