Sha256: a9bdc193e2c7142568d54cf487493c9a2c1749812bfbfa3a900c17e14ea9a0ed

Contents?: true

Size: 1.24 KB

Versions: 2

Compression:

Stored size: 1.24 KB

Contents

# -*- encoding: utf-8 -*-

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Dan Walters"]
  s.date = %q{2009-05-26}
  s.description = %q{Foreign key support plugin for Rails and MySQL, with schema dumper integration}
  s.extra_rdoc_files = [
    "README.markdown"
  ]
  s.files = [
    ".gitignore",
     "README.markdown",
     "Rakefile",
     "VERSION.yml",
     "foreign_keys.gemspec",
     "init.rb",
     "lib/foreign_keys.rb",
     "lib/foreign_keys/mysql_adapter.rb",
     "lib/foreign_keys/postgresql_adapter.rb",
     "lib/foreign_keys/schema_dumper.rb",
     "lib/foreign_keys/schema_statements.rb"
  ]
  s.homepage = %q{http://github.com/dwalters/foreign_keys/tree/master}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.3}
  s.summary = %q{Foreign key sypport for Rails (MySQL, PostgreSQL)}

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

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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
perfectline-foreign_keys-1.2.0 foreign_keys.gemspec
foreign_keys-1.2.0 foreign_keys.gemspec