Sha256: 2a0d90e0cb280f8cbb45eb06e9f76df39c3da36d27fb96bd4109000bcda457d4

Contents?: true

Size: 512 Bytes

Versions: 1

Compression:

Stored size: 512 Bytes

Contents

require 'rubygems'
require 'echoe'

require File.dirname(__FILE__) << "/lib/searchgasm/version"

Echoe.new 'searchgasm' do |p|
  p.version = Searchgasm::Version::STRING
  p.author = "Ben Johnson of Binary Logic"
  p.email  = 'bjohnson@binarylogic.com'
  p.project = 'searchgasm'
  p.summary = "Object based ActiveRecord searching, ordering, pagination, and more!"
  p.url = "http://github.com/binarylogic/searchgasm"
  p.dependencies = ['activerecord', 'activesupport >= 2.1.0']
  p.include_rakefile = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
searchgasm-1.2.0 Rakefile