Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
- Fixed an unnecessary reference to `Rails` constant for non-Rails apps

- Fixed a warning on AR < 7.1 && mysql
  • Loading branch information
amatsuda committed Feb 27, 2024
1 parent 210cde5 commit f285538
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 = '1.0.0'
spec.version = '1.0.1'
spec.authors = ["Akira Matsuda"]
spec.email = ["ronnie@dio.jp"]
spec.description = "A minimalist's tiny and ultra-fast database cleaner for Active Record"
Expand Down

0 comments on commit f285538

Please sign in to comment.