valid gemspec description to allow rake install from source

This commit is contained in:
snusnu 2009-05-06 03:44:33 +02:00
parent f92c5e8257
commit 9dd1512433

View file

@ -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",