Get the gem version working

This commit is contained in:
Mike Gunderloy 2009-11-26 12:19:45 -06:00
parent 3836226155
commit c0488ed235
2 changed files with 3 additions and 2 deletions

BIN
db_populate-0.2.5.gem Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "db_populate"
s.version = "0.2.4"
s.date = "2009-09-15"
s.version = "0.2.5"
s.date = "2009-11-26"
s.summary = "Seed data populator for Rails"
s.email = "MikeG1@larkfarm.com"
s.homepage = "http://github.com/ffmike/db-populate/tree/master"
@ -16,6 +16,7 @@ Gem::Specification.new do |s|
"init.rb",
"install.rb",
"lib/create_or_update.rb",
"lib/db_populate.rb",
"rails/init.rb",
"tasks/populate.rake",
"tasks/db_populate_tasks.rake",