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
Tweaked spec
jcnetdev (author)
Fri Jul 04 15:59:22 -0700 2008
commit  43b1cf05284120e10e9b03a86543c676bef7a6a8
tree    8ef026e4bd96553fb618633c5897d0b95b117797
parent  63f9592c355ee888b90d731f8e5b82616d6d5227
...
10
11
12
13
14
15
 
 
 
16
17
18
...
10
11
12
 
 
 
13
14
15
16
17
18
0
@@ -10,9 +10,9 @@ Gem::Specification.new do |s|
0
   s.email = "michael@intridea.com"
0
   s.homepage = 'http://github.com/mbleigh/seed-fu'
0
   
0
-  s.has_rdoc = false
0
-  # s.rdoc_options = ["--main", "README"]
0
-  #s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
0
+  s.has_rdoc = true
0
+  s.rdoc_options = ["--main", "README"]
0
+  s.extra_rdoc_files = ["README"]
0
 
0
   s.add_dependency 'rails', ['>= 2.1']
0
   

Comments