Fix typos in gemspec

This commit is contained in:
Mike Gunderloy 2009-05-11 12:50:32 -05:00
parent cd5e2a53f4
commit d7e2278fb3

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "db_populate"
s.version = "0.2.1"
s.version = "0.2.2"
s.date = "2009-03-21"
s.summary = "Seed data populator for Rails"
s.email = "MikeG1@larkfarm.com"
@ -16,9 +16,9 @@ Gem::Specification.new do |s|
"init.rb",
"install.rb",
"lib/create_or_update.rb",
"rails/init.rb"
"rails/init.rb",
"tasks/populate.rake",
"tasks/db_populate_tasks.rake"
"tasks/db_populate_tasks.rake",
"test/database.yml",
"test/schema.rb",
"test/test_helper.rb",