Sha256: 2f61b69c00b7dfd5e4a6b71a920e0b129332adb3ad137681a9ac43b25b52c820

Contents?: true

Size: 1.71 KB

Versions: 1

Compression:

Stored size: 1.71 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{test_dummy}
  s.version = "0.1.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["tadman"]
  s.date = %q{2010-09-03}
  s.description = %q{Test Dummy allows you to define how to fake models automatically so that you can use dummy data for testing instead of fixtures. Dummy models are always generated using the current schema and don't need to me migrated like fixtures.}
  s.email = %q{github@tadman.ca}
  s.extra_rdoc_files = [
    "LICENSE",
     "README.rdoc"
  ]
  s.files = [
    ".document",
     ".gitignore",
     "LICENSE",
     "README.rdoc",
     "Rakefile",
     "VERSION",
     "lib/test_dummy.rb",
     "lib/test_dummy/helper.rb",
     "lib/test_dummy/railtie.rb",
     "lib/test_dummy/test_helper.rb",
     "test/config/database.yml",
     "test/db/.gitignore",
     "test/helper.rb",
     "test/models/simple.rb",
     "test/test_test_dummy.rb",
     "test_dummy.gemspec"
  ]
  s.homepage = %q{http://github.com/tadman/test_dummy}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.7}
  s.summary = %q{Quick test data generator and fake model maker}
  s.test_files = [
    "test/helper.rb",
     "test/models/simple.rb",
     "test/test_test_dummy.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
test_dummy-0.1.4 test_dummy.gemspec