From d7e2278fb37f0c6148c39c6e4193b877db260d28 Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Mon, 11 May 2009 12:50:32 -0500 Subject: [PATCH] Fix typos in gemspec --- db_populate.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db_populate.gemspec b/db_populate.gemspec index 9272cec..7d200bc 100644 --- a/db_populate.gemspec +++ b/db_populate.gemspec @@ -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",