mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Version bump to 0.2.2
This commit is contained in:
parent
cf981bfd08
commit
0870eb9f68
4 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,9 @@
|
|||
(In Git)
|
||||
0.2.x (In Git)
|
||||
|
||||
== 0.2.2 2009-05-08
|
||||
=== Bufixes
|
||||
* Added proper gemspec description and summary. (Ben Mabey, thanks to Martin Gamsjaeger)
|
||||
|
||||
=== New features
|
||||
|
||||
== 0.2.1 2009-05-08
|
||||
|
|
4
Rakefile
4
Rakefile
|
@ -4,10 +4,10 @@ begin
|
|||
require 'jeweler'
|
||||
Jeweler::Tasks.new do |s|
|
||||
s.name = "database_cleaner"
|
||||
s.summary = %Q{TODO}
|
||||
s.summary = %Q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.}
|
||||
s.email = "ben@benmabey.com"
|
||||
s.homepage = "http://github.com/bmabey/database_cleaner"
|
||||
s.description = "TODO"
|
||||
s.description = "Strategies for cleaning databases. Can be used to ensure a clean state for testing."
|
||||
s.files = FileList["[A-Z]*.*", "{examples,lib,features,spec}/**/*", "Rakefile", "cucumber.yml"]
|
||||
s.authors = ["Ben Mabey"]
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
:patch: 1
|
||||
:patch: 2
|
||||
:major: 0
|
||||
:minor: 2
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{database_cleaner}
|
||||
s.version = "0.2.1"
|
||||
s.version = "0.2.2"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Ben Mabey"]
|
||||
s.date = %q{2009-05-08}
|
||||
s.description = %q{Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.}
|
||||
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 = [
|
||||
"LICENSE",
|
||||
|
@ -45,7 +45,7 @@ Gem::Specification.new do |s|
|
|||
s.rdoc_options = ["--charset=UTF-8"]
|
||||
s.require_paths = ["lib"]
|
||||
s.rubygems_version = %q{1.3.2}
|
||||
s.summary = %q{Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.}
|
||||
s.summary = %q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.}
|
||||
s.test_files = [
|
||||
"spec/database_cleaner/active_record/truncation_spec.rb",
|
||||
"spec/database_cleaner/configuration_spec.rb",
|
||||
|
|
Loading…
Reference in a new issue