-
Notifications
You must be signed in to change notification settings - Fork 93
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
Showing
2 changed files
with
17 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 1.1.0 (2025-01-20) | ||
|
||
* Rails 8.0, Ruby 3.4 support. | ||
|
||
* Fixed gemspec to include minimum files in packed gem. (#91 by @ybiquitous) | ||
|
||
* Added support for trilogy adapter. (#90 by @hirocaster) | ||
|
||
* Fixed NoMethodError `ConnectionPool#connection` on Rails 8.0. (#93 by kucho) | ||
|
||
* Fixed a bug recording table names to a wrong cleaner when using the same database name on different hosts. (#68 by sinsoku) | ||
|
||
|
||
## 1.0.1 (2024-02-27) | ||
|
||
* Fixed a warning on AR < 7.1 && mysql. Also, fixed an unnecessary reference to `Rails` constant for non-Rails apps. (#88 by @onk) |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "database_rewinder" | ||
spec.version = '1.0.1' | ||
spec.version = '1.1.0' | ||
spec.authors = ["Akira Matsuda"] | ||
spec.email = ["[email protected]"] | ||
spec.description = "A minimalist's tiny and ultra-fast database cleaner for Active Record" | ||
|