Sha256: 28d39535f4ec25f0cff4ff355b3fbe948fb6a6f1895e1bf92076c43d1ab5712f

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

Gem::Specification.new do |s|
  s.name = 'revo-seed-fu'
  s.version = '1.0.0'
  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","Revo Pty. Ltd."]
  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",
             "rails/init.rb",
             "revo-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
revo-seed-fu-1.0.0 revo-seed-fu.gemspec