mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Bump version and update maintainer email
This commit is contained in:
parent
9a4394719e
commit
db928d229e
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
:major: 1
|
||||
:minor: 6
|
||||
:patch: 2
|
||||
:patch: 3
|
||||
|
|
|
@ -8,9 +8,9 @@ Gem::Specification.new do |s|
|
|||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.required_ruby_version = ">= 1.9.3"
|
||||
s.require_paths = ["lib"]
|
||||
s.authors = ["Ben Mabey"]
|
||||
s.authors = ["Ben Mabey", "Ernesto Tagwerker"]
|
||||
s.description = "Strategies for cleaning databases. Can be used to ensure a clean state for testing."
|
||||
s.email = "ben@benmabey.com"
|
||||
s.email = "ernesto@ombulabs.com"
|
||||
s.extra_rdoc_files = [
|
||||
"LICENSE",
|
||||
"README.markdown",
|
||||
|
|
Loading…
Reference in a new issue