Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
- Ruby 3.3 support

- Fixed Rails 7.1 deprecation on Active Support deprecator

- Fixed NoMethodError when configuring via `[]` before initializing AR::Base
  • Loading branch information
amatsuda committed Jan 9, 2024
1 parent fe8ed89 commit 2f255f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database_rewinder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "database_rewinder"
spec.version = '0.9.9'
spec.version = '1.0.0'
spec.authors = ["Akira Matsuda"]
spec.email = ["[email protected]"]
spec.description = "A minimalist's tiny and ultra-fast database cleaner for Active Record"
Expand Down

0 comments on commit 2f255f7

Please sign in to comment.