mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
valid gemspec description to allow rake install from source
This commit is contained in:
parent
f92c5e8257
commit
9dd1512433
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Ben Mabey"]
|
||||
s.date = %q{2009-04-30}
|
||||
s.description = %q{TODO}
|
||||
s.description = %q{Database Cleaner is a set of strategies for cleaning your database in Ruby.}
|
||||
s.email = %q{ben@benmabey.com}
|
||||
s.extra_rdoc_files = [
|
||||
"LICENSE",
|
||||
|
@ -44,7 +44,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{TODO}
|
||||
s.summary = %q{Database Cleaner is a set of strategies for cleaning your database in Ruby.}
|
||||
s.test_files = [
|
||||
"spec/database_cleaner/active_record/truncation_spec.rb",
|
||||
"spec/database_cleaner/configuration_spec.rb",
|
||||
|
|
Loading…
Add table
Reference in a new issue