# -*- encoding: utf-8 -*- # stub: solarsearch 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "solarsearch".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gyorgy Frivolt".freeze] s.date = "2010-02-25" s.description = "Have a search motor built on the top of Solr, a highly customizable, scalable and well performing search engine. You are only few steps away from creating your own search motor.".freeze s.email = "gyorgy.frivolt@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, ".specification".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "Solarsearch.gemspec".freeze, "VERSION".freeze, "app/controllers/article_controller.rb".freeze, "app/controllers/article_statuses_controller.rb".freeze, "app/controllers/infosources_controller.rb".freeze, "app/controllers/search_keywords_controller.rb".freeze, "app/controllers/user_sessions_controller.rb".freeze, "app/controllers/users_controller.rb".freeze, "app/helpers/article_helper.rb".freeze, "app/helpers/article_statuses_helper.rb".freeze, "app/helpers/infosources_helper.rb".freeze, "app/helpers/layout_helper.rb".freeze, "app/helpers/search_keywords_helper.rb".freeze, "app/helpers/site_helper.rb".freeze, "app/helpers/user_sessions_helper.rb".freeze, "app/helpers/users_helper.rb".freeze, "app/models/article.rb".freeze, "app/models/article_status.rb".freeze, "app/models/infosource.rb".freeze, "app/models/role.rb".freeze, "app/models/roles_users.rb".freeze, "app/models/search_keyword.rb".freeze, "app/models/user.rb".freeze, "app/models/user_mailer.rb".freeze, "app/models/user_session.rb".freeze, "config/locales/hu.yml".freeze, "config/locales/sk.yml".freeze, "init.rb".freeze, "install.rb".freeze, "lib/solarsearch.rb".freeze, "lib/solarsearch/locales.rb".freeze, "lib/solarsearch/routing.rb".freeze, "rails/init.rb".freeze, "solarsearch.gemspec".freeze, "tasks/solarsearch_tasks.rake".freeze, "test/blueprints.rb".freeze, "test/blueprints/articles.rb".freeze, "test/blueprints/infosources.rb".freeze, "test/blueprints/infosources_files/pretty.html".freeze, "test/blueprints/infosources_files/ugly.html".freeze, "test/blueprints/search_keywords.rb".freeze, "test/blueprints/users.rb".freeze, "test/content_scrapper.rb".freeze, "test/database.yml".freeze, "test/functional/article_controller_test.rb".freeze, "test/functional/email_controller_test.rb".freeze, "test/functional/infosources_controller_test.rb".freeze, "test/functional/restricted_logged_exceptions_controller_test.rb".freeze, "test/functional/search_keywords_controller_test.rb".freeze, "test/functional/user_sessions_controller_test.rb".freeze, "test/functional/users_controller_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze, "test/unit/article_test.rb".freeze, "test/unit/helpers/article_helper_test.rb".freeze, "test/unit/helpers/email_helper_test.rb".freeze, "test/unit/helpers/user_sessions_helper_test.rb".freeze, "test/unit/helpers/users_helper_test.rb".freeze, "test/unit/infosource_test.rb".freeze, "test/unit/role_test.rb".freeze, "test/unit/roles_users_test.rb".freeze, "test/unit/user_mailer_test.rb".freeze, "test/unit/user_test.rb".freeze, "uninstall.rb".freeze] s.homepage = "http://github.com/fifigyuri/solarsearch".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Searching made so simple that it is even a fun".freeze s.test_files = ["test/blueprints/users.rb".freeze, "test/blueprints/articles.rb".freeze, "test/blueprints/search_keywords.rb".freeze, "test/blueprints/infosources.rb".freeze, "test/schema.rb".freeze, "test/functional/search_keywords_controller_test.rb".freeze, "test/functional/users_controller_test.rb".freeze, "test/functional/infosources_controller_test.rb".freeze, "test/functional/article_controller_test.rb".freeze, "test/functional/restricted_logged_exceptions_controller_test.rb".freeze, "test/functional/user_sessions_controller_test.rb".freeze, "test/functional/email_controller_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/user_test.rb".freeze, "test/unit/roles_users_test.rb".freeze, "test/unit/infosource_test.rb".freeze, "test/unit/role_test.rb".freeze, "test/unit/article_test.rb".freeze, "test/unit/user_mailer_test.rb".freeze, "test/unit/helpers/article_helper_test.rb".freeze, "test/unit/helpers/email_helper_test.rb".freeze, "test/unit/helpers/user_sessions_helper_test.rb".freeze, "test/unit/helpers/users_helper_test.rb".freeze, "test/content_scrapper.rb".freeze, "test/blueprints.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q<thoughtbot-shoulda>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<content_scrapper>.freeze, [">= 0.0.4".freeze]) s.add_runtime_dependency(%q<compass>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<haml>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<authlogic>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<will_paginate>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<whenever>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<acl9>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<sunspot>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<sunspot_rails>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<RedCloth>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<sanitize>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<feedzirra>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<mysql>.freeze, [">= 0".freeze]) end