Sha256: d29ee51be2c6ca866abc4391f3f721b0e1f3b0adc79712f57c16e125e7b51689
Contents?: true
Size: 735 Bytes
Versions: 2
Compression:
Stored size: 735 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 if ENV["AR"] s.add_dependency 'activerecord', ENV["AR"] else s.add_dependency 'activerecord', '>= 3.1.0', '< 6' end 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-2.4.0 | arel-helpers.gemspec |
arel-helpers-2.3.0 | arel-helpers.gemspec |