Sha256: 402c2def01d393331dd8283b0367febb92362fb3ea0ba95ab8348d93290e2748

Contents?: true

Size: 501 Bytes

Versions: 1

Compression:

Stored size: 501 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']
  p.include_rakefile = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
searchgasm-1.2.1 Rakefile