Sha256: 481cac36c213d96c12a1bddf322b656208c6d5777e3446ede0930d2093913ae8
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
Gem::Specification.new do |s| s.name = 'seed-fu' s.version = '1.0.200807042' s.date = '2008-07-04' s.summary = "Allows easier database seeding of tables" 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." s.authors = ["Michael Bleigh"] s.email = "michael@intridea.com" s.homepage = 'http://github.com/mbleigh/seed-fu' s.has_rdoc = true s.rdoc_options = ["--main", "README"] s.extra_rdoc_files = ["README"] s.add_dependency 'rails', ['>= 2.1'] s.files = ["README", "Rakefile", "init.rb", "lib/seed-fu.rb", "lib/autotest/discover.rb", "rails/init.rb", "seed-fu.gemspec", "spec/schema.rb", "spec/seed_fu_spec.rb", "spec/spec_helper.rb", "tasks/seed_fu_tasks.rake"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jcnetdev-seed-fu-1.0.200807042 | seed-fu.gemspec |