# -*- encoding: utf-8 -*- # stub: jnewland-scoped_search 0.7.1 ruby lib Gem::Specification.new do |s| s.name = "jnewland-scoped_search".freeze s.version = "0.7.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Willem van Bergen".freeze, "Wes Hays".freeze] s.date = "2008-10-11" s.description = "Scoped search makes it easy to search your ActiveRecord-based models. It will create a named scope according to a provided query string. The named_scope can be used like any other named_scope, so it can be cchained or combined with will_paginate.".freeze s.email = ["willem@vanbergen.org".freeze, "weshays@gbdev.com".freeze] s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "TODO".freeze, "init.rb".freeze, "lib".freeze, "lib/scoped_search".freeze, "lib/scoped_search.rb".freeze, "lib/scoped_search/query_conditions_builder.rb".freeze, "lib/scoped_search/query_language_parser.rb".freeze, "lib/scoped_search/reg_tokens.rb".freeze, "test".freeze, "test/query_conditions_builder_test.rb".freeze, "test/query_language_test.rb".freeze, "test/search_for_test.rb".freeze, "test/tasks.rake".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/wvanbergen/scoped_search/wikis".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A Rails plugin to search your models using a named_scope".freeze s.test_files = ["test/query_conditions_builder_test.rb".freeze, "test/query_language_test.rb".freeze, "test/search_for_test.rb".freeze] end