# -*- encoding: utf-8 -*- # stub: muck-raker 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "muck-raker".freeze s.version = "0.1.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 = ["Joel Duffin Justin Ball".freeze] s.date = "2009-06-17" s.description = "The aggregation and recommendation engine for the muck system.".freeze s.email = "justinball@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "app/controllers/admin/recommender/feeds_controller.rb".freeze, "app/controllers/recommender/default_controller.rb".freeze, "app/controllers/recommender/entries_controller.rb".freeze, "app/controllers/recommender/recommendations_controller.rb".freeze, "app/controllers/recommender/search_controller.rb".freeze, "app/helpers/muck_raker_helper.rb".freeze, "app/models/click.rb".freeze, "app/models/cloud_cache.rb".freeze, "app/models/entry.rb".freeze, "app/models/feed.rb".freeze, "app/models/language.rb".freeze, "app/models/oai_endpoint.rb".freeze, "app/models/recommendation.rb".freeze, "app/models/service.rb".freeze, "app/models/subject.rb".freeze, "app/models/user.rb".freeze, "app/views/default/_advertisements.html.erb".freeze, "app/views/default/_language_list.html.erb".freeze, "app/views/default/index.html.erb".freeze, "app/views/default/tour.html.erb".freeze, "app/views/default/widgets.html.erb".freeze, "app/views/documents/.tmp_not_found.html".freeze, "app/views/entries/_cloud_type_selector.html.erb".freeze, "app/views/entries/_result.html.erb".freeze, "app/views/entries/_tag_cloud.html.erb".freeze, "app/views/entries/_tags.html.erb".freeze, "app/views/entries/browse_by_tags.html.erb".freeze, "app/views/entries/collections.html.erb".freeze, "app/views/entries/details.html.erb".freeze, "app/views/entries/index.html.erb".freeze, "app/views/entries/search.html.erb".freeze, "app/views/entries/show.html.erb".freeze, "app/views/entries/track_clicks.html.erb".freeze, "app/views/feeds/_feed_selection.html.erb".freeze, "app/views/feeds/edit.html.erb".freeze, "app/views/feeds/harvest_now.html.erb".freeze, "app/views/feeds/index.html.erb".freeze, "app/views/feeds/new.html.erb".freeze, "app/views/feeds/unban.html.erb".freeze, "app/views/layouts/_flashes.html.erb".freeze, "app/views/layouts/default.html.erb".freeze, "app/views/layouts/default_old.html.erb".freeze, "app/views/layouts/global/_header.html.erb".freeze, "app/views/layouts/global/_search_box.html.erb".freeze, "app/views/layouts/recommendations.html.erb".freeze, "app/views/recommendations/document_not_found.html.erb".freeze, "app/views/recommendations/index.pjs.erb".freeze, "app/views/recommendations/index.rss.builder".freeze, "app/views/recommendations/index.xml.builder".freeze, "app/views/recommendations/index_js.pjs.erb".freeze, "app/views/search/_languages.html.erb".freeze, "app/views/search/_result.html.erb".freeze, "app/views/search/_search_box.html.erb".freeze, "app/views/search/index.html.erb".freeze, "app/views/search/results.atom.builder".freeze, "app/views/search/results.html.erb".freeze, "app/views/search/results.pjs.erb".freeze, "app/views/search/results.rdf.builder".freeze, "app/views/search/results.rss.builder".freeze, "app/views/search/results.xml.builder".freeze, "config/muck_raker_environment.rb".freeze, "config/muck_raker_routes.rb".freeze, "config/solr/README.txt".freeze, "config/solr/cores/de/conf/protwords.txt".freeze, "config/solr/cores/de/conf/schema.xml".freeze, "config/solr/cores/de/conf/solrconfig.xml".freeze, "config/solr/cores/de/conf/stopwords.txt".freeze, "config/solr/cores/de/conf/synonyms.txt".freeze, "config/solr/cores/en/conf/protwords.txt".freeze, "config/solr/cores/en/conf/schema.xml".freeze, "config/solr/cores/en/conf/solrconfig.xml".freeze, "config/solr/cores/en/conf/stopwords.txt".freeze, "config/solr/cores/en/conf/synonyms.txt".freeze, "config/solr/cores/es/conf/protwords.txt".freeze, "config/solr/cores/es/conf/schema.xml".freeze, "config/solr/cores/es/conf/solrconfig.xml".freeze, "config/solr/cores/es/conf/stopwords.txt".freeze, "config/solr/cores/es/conf/synonyms.txt".freeze, "config/solr/cores/fr/conf/protwords.txt".freeze, "config/solr/cores/fr/conf/schema.xml".freeze, "config/solr/cores/fr/conf/solrconfig.xml".freeze, "config/solr/cores/fr/conf/stopwords.txt".freeze, "config/solr/cores/fr/conf/synonyms.txt".freeze, "config/solr/cores/ja/conf/protwords.txt".freeze, "config/solr/cores/ja/conf/schema.xml".freeze, "config/solr/cores/ja/conf/solrconfig.xml".freeze, "config/solr/cores/ja/conf/stopwords.txt".freeze, "config/solr/cores/ja/conf/synonyms.txt".freeze, "config/solr/cores/nl/conf/protwords.txt".freeze, "config/solr/cores/nl/conf/schema.xml".freeze, "config/solr/cores/nl/conf/solrconfig.xml".freeze, "config/solr/cores/nl/conf/stopwords.txt".freeze, "config/solr/cores/nl/conf/synonyms.txt".freeze, "config/solr/cores/ru/conf/protwords.txt".freeze, "config/solr/cores/ru/conf/schema.xml".freeze, "config/solr/cores/ru/conf/solrconfig.xml".freeze, "config/solr/cores/ru/conf/stopwords.txt".freeze, "config/solr/cores/ru/conf/synonyms.txt".freeze, "config/solr/cores/zh/conf/protwords.txt".freeze, "config/solr/cores/zh/conf/schema.xml".freeze, "config/solr/cores/zh/conf/solrconfig.xml".freeze, "config/solr/cores/zh/conf/stopwords.txt".freeze, "config/solr/cores/zh/conf/synonyms.txt".freeze, "config/solr/solr.xml".freeze, "db/bootstrap/feeds.yml".freeze, "db/bootstrap/oai_endpoints.yml".freeze, "db/bootstrap/services.yml".freeze, "db/migrate/20090602191243_create_muck_raker.rb".freeze, "install.rb".freeze, "lib/muck_raker.rb".freeze, "lib/muck_raker/initialize_routes.rb".freeze, "lib/muck_raker/languages.rb".freeze, "lib/muck_raker/tasks.rb".freeze, "locales/en.yml".freeze, "muck-raker.gemspec".freeze, "rails/init.rb".freeze, "raker/lib/aggregatord.jar".freeze, "raker/lib/aggregatord.properties".freeze, "raker/lib/apache-solr-common-1.3.0.jar".freeze, "raker/lib/apache-solr-core-1.3.0.jar".freeze, "raker/lib/apache-solr-dataimporthandler-1.3.0.jar".freeze, "raker/lib/axis.jar".freeze, "raker/lib/commons-codec-1.3.jar".freeze, "raker/lib/commons-csv-1.0-SNAPSHOT-r609327.jar".freeze, "raker/lib/commons-daemon.jar".freeze, "raker/lib/commons-dbcp-1.2.1.jar".freeze, "raker/lib/commons-discovery-0.2.jar".freeze, "raker/lib/commons-fileupload-1.2.jar".freeze, "raker/lib/commons-httpclient-3.1.jar".freeze, "raker/lib/commons-io-1.3.1.jar".freeze, "raker/lib/commons-logging-1.0.4.jar".freeze, "raker/lib/commons-pool-1.3.jar".freeze, "raker/lib/delicious-1.13.jar".freeze, "raker/lib/flickrapi-1.0a9.jar".freeze, "raker/lib/geronimo-stax-api_1.0_spec-1.0.1.jar".freeze, "raker/lib/javax.jms.jar".freeze, "raker/lib/jaxrpc.jar".freeze, "raker/lib/jdom.jar".freeze, "raker/lib/jericho.jar".freeze, "raker/lib/junit-4.3.jar".freeze, "raker/lib/log4j-1.2.8.jar".freeze, "raker/lib/lucene-analyzers-2.4-dev.jar".freeze, "raker/lib/lucene-core-2.4-dev.jar".freeze, "raker/lib/lucene-highlighter-2.4-dev.jar".freeze, "raker/lib/lucene-memory-2.4-dev.jar".freeze, "raker/lib/lucene-queries-2.4-dev.jar".freeze, "raker/lib/lucene-snowball-2.4-dev.jar".freeze, "raker/lib/lucene-spellchecker-2.4-dev.jar".freeze, "raker/lib/mail.jar".freeze, "raker/lib/mysql-connector-java-5.1.7-bin.jar".freeze, "raker/lib/recommenderd.jar".freeze, "raker/lib/recommenderd.properties".freeze, "raker/lib/rome-1.0.jar".freeze, "raker/lib/rome.properties".freeze, "raker/lib/solr-commons-csv-pom.xml.template".freeze, "raker/lib/solr-lucene-analyzers-pom.xml.template".freeze, "raker/lib/solr-lucene-contrib-pom.xml.template".freeze, "raker/lib/solr-lucene-core-pom.xml.template".freeze, "raker/lib/solr-lucene-highlighter-pom.xml.template".freeze, "raker/lib/solr-lucene-queries-pom.xml.template".freeze, "raker/lib/solr-lucene-snowball-pom.xml.template".freeze, "raker/lib/solr-lucene-spellchecker-pom.xml.template".freeze, "raker/lib/stax-utils.jar".freeze, "raker/lib/wsdl4j-1.5.1.jar".freeze, "raker/lib/wstx-asl-3.2.7.jar".freeze, "rdoc/classes/ActionController.html".freeze, "rdoc/classes/ActionController/Routing.html".freeze, "rdoc/classes/ActionController/Routing/RouteSet.html".freeze, "rdoc/classes/MuckRaker.html".freeze, "rdoc/classes/Recommender.html".freeze, "rdoc/classes/Recommender/Languages.html".freeze, "rdoc/created.rid".freeze, "rdoc/files/README_rdoc.html".freeze, "rdoc/files/lib/muck_raker/initialize_routes_rb.html".freeze, "rdoc/files/lib/muck_raker/languages_rb.html".freeze, "rdoc/files/lib/muck_raker_rb.html".freeze, "rdoc/fr_class_index.html".freeze, "rdoc/fr_file_index.html".freeze, "rdoc/fr_method_index.html".freeze, "rdoc/index.html".freeze, "rdoc/rdoc-style.css".freeze, "tasks/muck_raker_tasks.rake".freeze, "test/recommender_test.rb".freeze, "test/test_helper.rb".freeze, "uninstall.rb".freeze] s.homepage = "http://github.com/jbasdf/muck_raker".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The aggregation and recommendation engine for the muck system".freeze s.test_files = ["test/recommender_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end