public
Description: Adds migration methods to manage constraints in PostgreSQL.
Homepage:
Clone URL: git://github.com/maxim/sexy_pg_constraints.git
sexy_pg_constraints / sexy_pg_constraints.gemspec
100644 33 lines (28 sloc) 1.644 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{sexy_pg_constraints}
  s.version = "0.1.3"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
  s.authors = ["Maxim Chernyak"]
  s.date = %q{2009-01-19}
  s.description = %q{Use migrations and simple syntax to manage constraints in PostgreSQL DB.}
  s.email = %q{max@bitsonnet.com}
  s.extra_rdoc_files = ["CHANGELOG.rdoc", "lib/constrainer.rb", "lib/constraints.rb", "lib/deconstrainer.rb", "lib/helpers.rb", "lib/sexy_pg_constraints.rb", "README.rdoc"]
  s.files = ["CHANGELOG.rdoc", "init.rb", "lib/constrainer.rb", "lib/constraints.rb", "lib/deconstrainer.rb", "lib/helpers.rb", "lib/sexy_pg_constraints.rb", "Manifest", "Rakefile", "README.rdoc", "sexy_pg_constraints.gemspec", "test/postgresql_adapter.rb", "test/sexy_pg_constraints_test.rb", "test/test_helper.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/maxim/sexy_pg_constraints}
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Sexy_pg_constraints", "--main", "README.rdoc"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{sexy_pg_constraints}
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{Use migrations and simple syntax to manage constraints in PostgreSQL DB.}
  s.test_files = ["test/sexy_pg_constraints_test.rb", "test/test_helper.rb"]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end