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