Sha256: 1ae193ee8eed6d9aa8535dcb421b1a09cdeabadfd25dcde06da876556d684250

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 KB

Contents

Gem::Specification.new do |s|
  s.name = 'seed-fu'
  s.version = '0.0.3'
  s.date = '2008-08-16'
  
  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

3 entries across 3 versions & 3 rubygems

Version Path
jcnetdev-seed-fu-0.0.3 seed-fu.gemspec
mbleigh-seed-fu-0.0.3 seed-fu.gemspec
simonmenke-mr_seed-0.0.1 vendor/plugins/seed-fu/seed-fu.gemspec