public
Rubygem
Description: Advanced seed data handling for Rails, combining the best practices of several methods together.
Homepage: http://mbleigh.lighthouseapp.com/projects/10223-seed-fu
Clone URL: git://github.com/mbleigh/seed-fu.git
Updated gemspec.
mbleigh (author)
Sat Aug 16 15:02:23 -0700 2008
commit  3900e430e7a693690715889ba56909a0401606a0
tree    6082f77ca44d952000dacc901e4bb5b06be0021f
parent  8fb5725be77e3e222e38f8e2070927ed57b03c51
...
1
2
3
4
 
 
5
6
 
7
8
9
...
1
2
 
 
3
4
5
 
6
7
8
9
0
@@ -1,9 +1,9 @@
0
 Gem::Specification.new do |s|
0
   s.name = 'seed-fu'
0
-  s.version = '1.0.200807042'
0
-  s.date = '2008-07-04'
0
+  s.version = '0.0.1'
0
+  s.date = '2008-08-16'
0
   
0
-  s.summary = "Allows easier database seeding of tables"
0
+  s.summary = "Allows easier database seeding of tables."
0
   s.description = "Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around."
0
   
0
   s.authors = ["Michael Bleigh"]

Comments