Sha256: 2fb70849102619f9004b9e4b9e8d8f6f6a12afad09943bb91efbfda64358eaed

Contents?: true

Size: 1.67 KB

Versions: 27

Compression:

Stored size: 1.67 KB

Contents

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

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = [%q{Aaron Patterson}, %q{Bryan Halmkamp}, %q{Emilio Tagua}, %q{Nick Kallen}]
  s.date = %q{2011-08-15}
  s.description = %q{Arel is a SQL AST manager for Ruby. It

1. Simplifies the generation complex of SQL queries
2. Adapts to various RDBMS systems

It is intended to be a framework framework; that is, you can build your own ORM
with it, focusing on innovative object and collection modeling as opposed to
database compatibility and query generation.}
  s.email = [%q{aaron@tenderlovemaking.com}, %q{bryan@brynary.com}, %q{miloops@gmail.com}, %q{nick@example.org}]
  s.extra_rdoc_files = [%q{History.txt}, %q{MIT-LICENSE.txt}, %q{Manifest.txt}, %q{README.markdown}]
  s.files = [%q{History.txt}, %q{MIT-LICENSE.txt}, %q{Manifest.txt}, %q{README.markdown}]
  s.homepage = %q{http://github.com/rails/arel}
  s.rdoc_options = [%q{--main}, %q{README.markdown}]
  s.require_paths = [%q{lib}]
  s.rubyforge_project = %q{arel}
  s.rubygems_version = %q{1.8.5}
  s.summary = %q{Arel is a SQL AST manager for Ruby}

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<minitest>, ["~> 2.3"])
      s.add_development_dependency(%q<hoe>, ["~> 2.9"])
    else
      s.add_dependency(%q<minitest>, ["~> 2.3"])
      s.add_dependency(%q<hoe>, ["~> 2.9"])
    end
  else
    s.add_dependency(%q<minitest>, ["~> 2.3"])
    s.add_dependency(%q<hoe>, ["~> 2.9"])
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
dirty_history-0.7.3 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.7.2 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.7.1 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.7.0 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.6.7 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.6.6 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.6.5 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.6.4 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.6.3 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.6.2 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.6.1 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.6.0 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.5.4 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.5.3 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.5.2 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.5.1 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.5.0 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.4.10 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.4.9 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec
dirty_history-0.4.8 dirty_history/ruby/1.9.1/specifications/arel-2.2.1.gemspec