Sha256: 866fb499ef2c6af274bbd623cbc97c19cc8fa0629688a571236e30fddec33e55

Contents?: true

Size: 498 Bytes

Versions: 11

Compression:

Stored size: 498 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)
  p.include_rakefile = true
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
searchgasm-1.3.1 Rakefile
searchgasm-1.2.2 Rakefile
searchgasm-1.3.2 Rakefile
searchgasm-1.3.4 Rakefile
searchgasm-1.3.0 Rakefile
searchgasm-1.3.3 Rakefile
searchgasm-1.5.3 Rakefile
searchgasm-1.5.2 Rakefile
searchgasm-1.3.5 Rakefile
searchgasm-1.4.0 Rakefile
searchgasm-1.4.1 Rakefile