Sha256: 5ea88c55e86267f27605b1a1b559ee3387ea29d6fd261a3cb83aa60f913cd34a

Contents?: true

Size: 510 Bytes

Versions: 2

Compression:

Stored size: 510 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 = %w(activerecord activesupport configatron)
  p.include_rakefile = true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
searchgasm-1.5.1 Rakefile
searchgasm-1.5.0 Rakefile