mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Version bump to 0.4.3
This commit is contained in:
parent
301bebc9c0
commit
f2638f5856
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
:minor: 4
|
||||
:patch: 2
|
||||
:patch: 3
|
||||
:build:
|
||||
:major: 0
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{database_cleaner}
|
||||
s.version = "0.4.2"
|
||||
s.version = "0.4.3"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Ben Mabey"]
|
||||
s.date = %q{2010-01-12}
|
||||
s.date = %q{2010-01-17}
|
||||
s.description = %q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.}
|
||||
s.email = %q{ben@benmabey.com}
|
||||
s.extra_rdoc_files = [
|
||||
|
|
Loading…
Add table
Reference in a new issue