muck-raker.gemspec in muck-raker-0.1.21 vs muck-raker.gemspec in muck-raker-0.1.22

- old
+ new

@@ -1,14 +1,14 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{muck-raker} - s.version = "0.1.21" + s.version = "0.1.22" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Joel Duffin Justin Ball"] - s.date = %q{2009-07-27} + s.date = %q{2009-08-08} s.description = %q{The aggregation and recommendation engine for the muck system.} s.email = %q{justinball@gmail.com} s.extra_rdoc_files = [ "README.rdoc" ] @@ -28,10 +28,12 @@ "app/controllers/muck/feeds_controller.rb", "app/controllers/muck/recommendations_controller.rb", "app/controllers/muck/recommendations_controller.rb", "app/controllers/muck/search_controller.rb", "app/controllers/muck/search_controller.rb", + "app/controllers/muck/visits_controller.rb", + "app/controllers/muck/visits_controller.rb", "app/helpers/muck_raker_feeds_helper.rb", "app/helpers/muck_raker_feeds_helper.rb", "app/helpers/muck_raker_helper.rb", "app/helpers/muck_raker_helper.rb", "app/models/attention.rb", @@ -42,12 +44,10 @@ "app/models/entry.rb", "app/models/feed.rb", "app/models/feed.rb", "app/models/feed_parent.rb", "app/models/feed_parent.rb", - "app/models/language.rb", - "app/models/language.rb", "app/models/oai_endpoint.rb", "app/models/oai_endpoint.rb", "app/models/raker_mailer.rb", "app/models/raker_mailer.rb", "app/models/recommendation.rb", @@ -292,20 +292,22 @@ "app/views/raker_mailer/notification_feed_added.text.zh-TW.plain.erb", "app/views/raker_mailer/notification_feed_added.text.zh.html.erb", "app/views/raker_mailer/notification_feed_added.text.zh.html.erb", "app/views/raker_mailer/notification_feed_added.text.zh.plain.erb", "app/views/raker_mailer/notification_feed_added.text.zh.plain.erb", - "app/views/recommendations/document_not_found.html.erb", - "app/views/recommendations/document_not_found.html.erb", "app/views/recommendations/index.pjs.erb", "app/views/recommendations/index.pjs.erb", "app/views/recommendations/index.rss.builder", "app/views/recommendations/index.rss.builder", "app/views/recommendations/index.xml.builder", "app/views/recommendations/index.xml.builder", "app/views/recommendations/index_js.pjs.erb", "app/views/recommendations/index_js.pjs.erb", + "app/views/recommendations/index_real_time.pjs.erb", + "app/views/recommendations/index_real_time.pjs.erb", + "app/views/recommendations/index_real_time.xml.builder", + "app/views/recommendations/index_real_time.xml.builder", "app/views/search/_languages.html.erb", "app/views/search/_languages.html.erb", "app/views/search/_result.html.erb", "app/views/search/_result.html.erb", "app/views/search/_search_box.html.erb", @@ -322,10 +324,12 @@ "app/views/search/results.rdf.builder", "app/views/search/results.rss.builder", "app/views/search/results.rss.builder", "app/views/search/results.xml.builder", "app/views/search/results.xml.builder", + "app/views/visits/show.html.erb", + "app/views/visits/show.html.erb", "config/muck_raker_environment.rb", "config/muck_raker_environment.rb", "config/muck_raker_routes.rb", "config/muck_raker_routes.rb", "config/solr/README.txt", @@ -398,10 +402,16 @@ "db/migrate/20090721043213_change_services_title_to_name.rb", "db/migrate/20090721054927_remove_services_not_null_from_feeds.rb", "db/migrate/20090721054927_remove_services_not_null_from_feeds.rb", "db/migrate/20090723050510_create_feed_parents.rb", "db/migrate/20090723050510_create_feed_parents.rb", + "db/migrate/20090728165716_add_etag_to_feeds.rb", + "db/migrate/20090728165716_add_etag_to_feeds.rb", + "db/migrate/20090730045848_add_comment_cache_to_entries.rb", + "db/migrate/20090730045848_add_comment_cache_to_entries.rb", + "db/migrate/20090804211240_add_entry_id_to_shares.rb", + "db/migrate/20090804211240_add_entry_id_to_shares.rb", "install.rb", "lib/active_record/acts/muck_feed_parent.rb", "lib/active_record/acts/muck_feed_parent.rb", "lib/muck_raker.rb", "lib/muck_raker.rb", @@ -606,27 +616,35 @@ "raker/lib/wsdl4j-1.5.1.jar", "raker/lib/wstx-asl-3.2.7.jar", "raker/lib/wstx-asl-3.2.7.jar", "tasks/muck_raker_tasks.rake", "tasks/muck_raker_tasks.rake", + "test/feed_archive/http---www-oercommons-org-oai-verb-ListRecords-metadataPrefix-oer_recommender-set-collection-american-physical-society/1248886128173.xml", + "test/feed_archive/http---www-oercommons-org-oai-verb-ListRecords-metadataPrefix-oer_recommender-set-collection-arizona-state-university/1248886130492.xml", + "test/feed_archive/http---www-oercommons-org-oai-verb-ListRecords-metadataPrefix-oer_recommender-set-collection-aspire/1248886130883.xml", "test/rails_root/.gitignore", "test/rails_root/.rake_tasks", "test/rails_root/Capfile", "test/rails_root/Rakefile", "test/rails_root/app/controllers/application_controller.rb", "test/rails_root/app/controllers/default_controller.rb", "test/rails_root/app/helpers/application_helper.rb", "test/rails_root/app/models/.keep", + "test/rails_root/app/models/activity.rb", + "test/rails_root/app/models/comment.rb", + "test/rails_root/app/models/share.rb", "test/rails_root/app/models/user.rb", "test/rails_root/app/models/user_session.rb", "test/rails_root/app/views/default/index.html.erb", "test/rails_root/app/views/layouts/default.html.erb", + "test/rails_root/app/views/layouts/frame.html.erb", "test/rails_root/app/views/layouts/popup.html.erb", "test/rails_root/config/amazon_s3.yml", "test/rails_root/config/boot.rb", "test/rails_root/config/database.yml", "test/rails_root/config/environment.rb", + "test/rails_root/config/environments/cucumber.rb", "test/rails_root/config/environments/development.rb", "test/rails_root/config/environments/production.rb", "test/rails_root/config/environments/test.rb", "test/rails_root/config/global_config.yml", "test/rails_root/config/initializers/inflections.rb", @@ -675,16 +693,22 @@ "test/rails_root/config/solr/cores/zh/conf/solrconfig.xml", "test/rails_root/config/solr/cores/zh/conf/stopwords.txt", "test/rails_root/config/solr/cores/zh/conf/synonyms.txt", "test/rails_root/config/solr/solr.xml", "test/rails_root/db/.keep", + "test/rails_root/db/bootstrap/attention.yml", + "test/rails_root/db/bootstrap/feeds.yml", + "test/rails_root/db/bootstrap/oai_endpoints.yml", + "test/rails_root/db/bootstrap/services.yml", "test/rails_root/db/migrate/20090320174818_create_muck_permissions_and_roles.rb", + "test/rails_root/db/migrate/20090402033319_add_muck_activities.rb", "test/rails_root/db/migrate/20090402234137_create_languages.rb", "test/rails_root/db/migrate/20090426041056_create_countries.rb", "test/rails_root/db/migrate/20090426041103_create_states.rb", "test/rails_root/db/migrate/20090602041838_create_users.rb", "test/rails_root/db/migrate/20090602191243_create_muck_raker.rb", + "test/rails_root/db/migrate/20090613173314_create_comments.rb", "test/rails_root/db/migrate/20090619211125_create_tag_clouds.rb", "test/rails_root/db/migrate/20090623181458_add_grain_size_to_entries.rb", "test/rails_root/db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb", "test/rails_root/db/migrate/20090703175825_denormalize_entries_subjects.rb", "test/rails_root/db/migrate/20090704220055_create_slugs.rb", @@ -693,12 +717,24 @@ "test/rails_root/db/migrate/20090717173900_add_contributor_to_feeds.rb", "test/rails_root/db/migrate/20090717175825_normalize_entries_subjects.rb", "test/rails_root/db/migrate/20090721043213_change_services_title_to_name.rb", "test/rails_root/db/migrate/20090721054927_remove_services_not_null_from_feeds.rb", "test/rails_root/db/migrate/20090723050510_create_feed_parents.rb", + "test/rails_root/db/migrate/20090728165716_add_etag_to_feeds.rb", + "test/rails_root/db/migrate/20090730044139_add_comment_cache.rb", + "test/rails_root/db/migrate/20090730045848_add_comment_cache_to_entries.rb", + "test/rails_root/db/migrate/20090730154102_allow_null_user.rb", + "test/rails_root/db/migrate/20090803185323_create_shares.rb", + "test/rails_root/db/migrate/20090804211240_add_entry_id_to_shares.rb.rb", + "test/rails_root/features/feeds.feature", + "test/rails_root/features/step_definitions/common_steps.rb", + "test/rails_root/features/step_definitions/visit_steps.rb", "test/rails_root/features/step_definitions/webrat_steps.rb", "test/rails_root/features/support/env.rb", + "test/rails_root/features/support/paths.rb", + "test/rails_root/features/visit.feature", + "test/rails_root/lib/tasks/cucumber.rake", "test/rails_root/public/.htaccess", "test/rails_root/public/404.html", "test/rails_root/public/422.html", "test/rails_root/public/500.html", "test/rails_root/public/dispatch.rb", @@ -721,11 +757,25 @@ "test/rails_root/public/images/fancybox/fancy_title_left.png", "test/rails_root/public/images/fancybox/fancy_title_main.png", "test/rails_root/public/images/fancybox/fancy_title_right.png", "test/rails_root/public/images/icons/accept.png", "test/rails_root/public/images/icons/add.png", + "test/rails_root/public/images/icons/blue_guy.png", + "test/rails_root/public/images/icons/cancel.png", + "test/rails_root/public/images/icons/close.png", "test/rails_root/public/images/icons/delete.png", + "test/rails_root/public/images/icons/exclaim.png", + "test/rails_root/public/images/icons/grey_guy.png", + "test/rails_root/public/images/icons/hide.png", + "test/rails_root/public/images/icons/information.png", + "test/rails_root/public/images/icons/minus.png", + "test/rails_root/public/images/icons/question.png", + "test/rails_root/public/images/icons/search_box.png", + "test/rails_root/public/images/icons/star.png", + "test/rails_root/public/images/icons/stop.png", + "test/rails_root/public/images/icons/thumb_down.png", + "test/rails_root/public/images/icons/thumb_up.png", "test/rails_root/public/images/icons/vote.png", "test/rails_root/public/images/loading.gif", "test/rails_root/public/images/profile_default.jpg", "test/rails_root/public/images/rails.png", "test/rails_root/public/images/red/preview.gif", @@ -742,10 +792,11 @@ "test/rails_root/public/javascripts/jquery/jquery.fancybox.js", "test/rails_root/public/javascripts/jquery/jquery.form.js", "test/rails_root/public/javascripts/jquery/jquery.jgrowl.js", "test/rails_root/public/javascripts/jquery/jquery.js", "test/rails_root/public/javascripts/jquery/jquery.tips.js", + "test/rails_root/public/javascripts/jquery/jrails.js", "test/rails_root/public/javascripts/muck.js", "test/rails_root/public/javascripts/muck_activities.js", "test/rails_root/public/javascripts/prototype.js", "test/rails_root/public/javascripts/scriptaculous.js", "test/rails_root/public/javascripts/slider.js", @@ -871,12 +922,14 @@ "test/rails_root/script/process/spawner", "test/rails_root/script/runner", "test/rails_root/script/server", "test/rails_root/test/factories.rb", "test/rails_root/test/functional/.keep", + "test/rails_root/test/functional/admin/feeds_controller_test.rb", "test/rails_root/test/functional/feed_previews_controller_test.rb", "test/rails_root/test/functional/feeds_controller_test.rb", + "test/rails_root/test/functional/visits_controller_test.rb", "test/rails_root/test/integration/.keep", "test/rails_root/test/mocks/development/.keep", "test/rails_root/test/mocks/test/.keep", "test/rails_root/test/shoulda_macros/controller.rb", "test/rails_root/test/shoulda_macros/forms.rb", @@ -914,28 +967,34 @@ s.summary = %q{The aggregation and recommendation engine for the muck system} s.test_files = [ "test/rails_root/app/controllers/application_controller.rb", "test/rails_root/app/controllers/default_controller.rb", "test/rails_root/app/helpers/application_helper.rb", + "test/rails_root/app/models/activity.rb", + "test/rails_root/app/models/comment.rb", + "test/rails_root/app/models/share.rb", "test/rails_root/app/models/user.rb", "test/rails_root/app/models/user_session.rb", "test/rails_root/config/boot.rb", "test/rails_root/config/environment.rb", + "test/rails_root/config/environments/cucumber.rb", "test/rails_root/config/environments/development.rb", "test/rails_root/config/environments/production.rb", "test/rails_root/config/environments/test.rb", "test/rails_root/config/initializers/inflections.rb", "test/rails_root/config/initializers/mime_types.rb", "test/rails_root/config/initializers/requires.rb", "test/rails_root/config/initializers/session_store.rb", "test/rails_root/config/routes.rb", "test/rails_root/db/migrate/20090320174818_create_muck_permissions_and_roles.rb", + "test/rails_root/db/migrate/20090402033319_add_muck_activities.rb", "test/rails_root/db/migrate/20090402234137_create_languages.rb", "test/rails_root/db/migrate/20090426041056_create_countries.rb", "test/rails_root/db/migrate/20090426041103_create_states.rb", "test/rails_root/db/migrate/20090602041838_create_users.rb", "test/rails_root/db/migrate/20090602191243_create_muck_raker.rb", + "test/rails_root/db/migrate/20090613173314_create_comments.rb", "test/rails_root/db/migrate/20090619211125_create_tag_clouds.rb", "test/rails_root/db/migrate/20090623181458_add_grain_size_to_entries.rb", "test/rails_root/db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb", "test/rails_root/db/migrate/20090703175825_denormalize_entries_subjects.rb", "test/rails_root/db/migrate/20090704220055_create_slugs.rb", @@ -944,18 +1003,29 @@ "test/rails_root/db/migrate/20090717173900_add_contributor_to_feeds.rb", "test/rails_root/db/migrate/20090717175825_normalize_entries_subjects.rb", "test/rails_root/db/migrate/20090721043213_change_services_title_to_name.rb", "test/rails_root/db/migrate/20090721054927_remove_services_not_null_from_feeds.rb", "test/rails_root/db/migrate/20090723050510_create_feed_parents.rb", + "test/rails_root/db/migrate/20090728165716_add_etag_to_feeds.rb", + "test/rails_root/db/migrate/20090730044139_add_comment_cache.rb", + "test/rails_root/db/migrate/20090730045848_add_comment_cache_to_entries.rb", + "test/rails_root/db/migrate/20090730154102_allow_null_user.rb", + "test/rails_root/db/migrate/20090803185323_create_shares.rb", + "test/rails_root/db/migrate/20090804211240_add_entry_id_to_shares.rb.rb", "test/rails_root/db/schema.rb", + "test/rails_root/features/step_definitions/common_steps.rb", + "test/rails_root/features/step_definitions/visit_steps.rb", "test/rails_root/features/step_definitions/webrat_steps.rb", "test/rails_root/features/support/env.rb", + "test/rails_root/features/support/paths.rb", "test/rails_root/public/dispatch.rb", "test/rails_root/script/create_project.rb", "test/rails_root/test/factories.rb", + "test/rails_root/test/functional/admin/feeds_controller_test.rb", "test/rails_root/test/functional/feed_previews_controller_test.rb", "test/rails_root/test/functional/feeds_controller_test.rb", + "test/rails_root/test/functional/visits_controller_test.rb", "test/rails_root/test/shoulda_macros/controller.rb", "test/rails_root/test/shoulda_macros/forms.rb", "test/rails_root/test/shoulda_macros/models.rb", "test/rails_root/test/shoulda_macros/pagination.rb", "test/rails_root/test/shoulda_macros/plugins.rb", @@ -981,27 +1051,33 @@ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<mbleigh-acts-as-taggable-on>, [">= 0"]) s.add_runtime_dependency(%q<mislav-will_paginate>, [">= 0"]) s.add_runtime_dependency(%q<httparty>, [">= 0"]) s.add_runtime_dependency(%q<muck-feedbag>, [">= 0"]) + s.add_runtime_dependency(%q<pauldix-feedzirra>, [">= 0"]) s.add_runtime_dependency(%q<muck-engine>, [">= 0"]) s.add_runtime_dependency(%q<muck-users>, [">= 0"]) + s.add_runtime_dependency(%q<muck-comments>, [">= 0"]) s.add_runtime_dependency(%q<muck-solr>, [">= 0"]) else s.add_dependency(%q<mbleigh-acts-as-taggable-on>, [">= 0"]) s.add_dependency(%q<mislav-will_paginate>, [">= 0"]) s.add_dependency(%q<httparty>, [">= 0"]) s.add_dependency(%q<muck-feedbag>, [">= 0"]) + s.add_dependency(%q<pauldix-feedzirra>, [">= 0"]) s.add_dependency(%q<muck-engine>, [">= 0"]) s.add_dependency(%q<muck-users>, [">= 0"]) + s.add_dependency(%q<muck-comments>, [">= 0"]) s.add_dependency(%q<muck-solr>, [">= 0"]) end else s.add_dependency(%q<mbleigh-acts-as-taggable-on>, [">= 0"]) s.add_dependency(%q<mislav-will_paginate>, [">= 0"]) s.add_dependency(%q<httparty>, [">= 0"]) s.add_dependency(%q<muck-feedbag>, [">= 0"]) + s.add_dependency(%q<pauldix-feedzirra>, [">= 0"]) s.add_dependency(%q<muck-engine>, [">= 0"]) s.add_dependency(%q<muck-users>, [">= 0"]) + s.add_dependency(%q<muck-comments>, [">= 0"]) s.add_dependency(%q<muck-solr>, [">= 0"]) end end