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
Bumped gem version.
mbleigh (author)
Tue Aug 19 06:50:30 -0700 2008
commit  532e879112ed1f21e2e0be796bb91560c8de24c3
tree    1afb90a0a7380e5630541413eb0565ca6277dd6a
parent  4f2270241cf0945b8264480bbc5fce3304f52dd9
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = 'seed-fu'
0
-  s.version = '0.0.2'
0
+  s.version = '0.0.3'
0
   s.date = '2008-08-16'
0
   
0
   s.summary = "Allows easier database seeding of tables."

Comments