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
Updating gem spec
jcnetdev (author)
Fri Jul 04 12:22:00 -0700 2008
commit  63f9592c355ee888b90d731f8e5b82616d6d5227
tree    5791b458a89312dff5138cbef51f4658b3fd8ac0
parent  d2c1a1baef9c00485bcbdcdfb87f25145c830598
...
1
2
3
 
4
5
6
...
20
21
22
 
23
24
25
...
1
2
 
3
4
5
6
...
20
21
22
23
24
25
26
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = 'seed-fu'
0
-  s.version = '1.0.20080704'
0
+  s.version = '1.0.200807042'
0
   s.date = '2008-07-04'
0
   
0
   s.summary = "Allows easier database seeding of tables"
0
@@ -20,6 +20,7 @@ Gem::Specification.new do |s|
0
              "Rakefile",
0
              "init.rb",
0
              "lib/seed-fu.rb",
0
+             "lib/autotest/discover.rb",
0
              "rails/init.rb",
0
              "seed-fu.gemspec",
0
              "spec/schema.rb",

Comments