mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
add Micah Geisel to list of gem authors.
This commit is contained in:
parent
ae91a2e443
commit
5af614f3e7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require_relative "./lib/database_cleaner/version"
|
|||
Gem::Specification.new do |spec|
|
||||
spec.name = "database_cleaner"
|
||||
spec.version = DatabaseCleaner::VERSION
|
||||
spec.authors = ["Ben Mabey", "Ernesto Tagwerker"]
|
||||
spec.authors = ["Ben Mabey", "Ernesto Tagwerker", "Micah Geisel"]
|
||||
spec.email = ["ernesto@ombulabs.com"]
|
||||
|
||||
spec.summary = "Strategies for cleaning databases. Can be used to ensure a clean slate for testing."
|
||||
|
|
Loading…
Reference in a new issue