Sha256: 52369c39029822a57dd91432eefce736f0f61b9e1debf3a9f00ff5986e106d50

Contents?: true

Size: 649 Bytes

Versions: 2

Compression:

Stored size: 649 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__), 'lib')
require 'arel-helpers/version'

Gem::Specification.new do |s|
  s.name     = "arel-helpers"
  s.version  = ::ArelHelpers::VERSION
  s.authors  = ["Cameron Dutro"]
  s.email    = ["camertron@gmail.com"]
  s.homepage = "http://github.com/camertron"

  s.description = s.summary = "Useful tools to help construct database queries with ActiveRecord and Arel."

  s.platform = Gem::Platform::RUBY
  s.has_rdoc = true

  s.add_dependency 'activerecord', '~> 3.0'

  s.require_path = 'lib'
  s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "README.md", "Rakefile", "arel-helpers.gemspec"]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arel-helpers-1.1.0 arel-helpers.gemspec
arel-helpers-1.0.0 arel-helpers.gemspec