muck-services 0.1.47 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -1
- data/LICENSE +1 -1
- data/README.rdoc +32 -48
- data/Rakefile +14 -16
- data/VERSION +1 -1
- data/app/controllers/admin/muck/feeds_controller.rb +1 -1
- data/app/controllers/muck/aggregations_controller.rb +4 -6
- data/app/controllers/muck/feed_previews_controller.rb +2 -10
- data/app/controllers/muck/feeds_controller.rb +1 -1
- data/app/controllers/muck/identity_feeds_controller.rb +2 -6
- data/app/controllers/muck/topics_controller.rb +3 -3
- data/app/controllers/muck/visits_controller.rb +3 -3
- data/app/helpers/muck_services_feeds_helper.rb +3 -3
- data/app/helpers/muck_services_service_helper.rb +2 -2
- data/app/models/aggregation.rb +4 -18
- data/app/models/entry.rb +2 -2
- data/app/models/feed.rb +7 -9
- data/app/models/oai_endpoint.rb +6 -6
- data/app/models/personal_recommendation.rb +4 -5
- data/app/models/service.rb +6 -6
- data/app/models/service_category.rb +1 -1
- data/app/models/services_mailer.rb +10 -12
- data/app/views/activity_templates/{_entry_comment.html.erb → _entry_comment.erb} +0 -0
- data/app/views/activity_templates/{_entry_share.html.erb → _entry_share.erb} +0 -0
- data/app/views/admin/feeds/index.html.erb +8 -9
- data/app/views/admin/oai_endpoints/index.html.erb +4 -4
- data/app/views/aggregations/{_feeds.html.erb → _feeds.erb} +0 -0
- data/app/views/aggregations/edit.html.erb +3 -3
- data/app/views/aggregations/index.html.erb +1 -1
- data/app/views/aggregations/new.html.erb +1 -1
- data/app/views/aggregations/preview.html.erb +1 -1
- data/app/views/feed_previews/{new.html.erb → new.erb} +0 -0
- data/app/views/feed_previews/{select_feeds.html.erb → select_feeds.erb} +0 -0
- data/app/views/feeds/_feed.html.erb +1 -1
- data/app/views/feeds/_feed_row.html.erb +1 -1
- data/app/views/feeds/_form.html.erb +2 -2
- data/app/views/feeds/edit.html.erb +2 -2
- data/app/views/feeds/index.html.erb +7 -8
- data/app/views/feeds/new.html.erb +2 -2
- data/app/views/feeds/new_extended.html.erb +2 -2
- data/app/views/feeds/new_oai_rss.html.erb +2 -2
- data/app/views/identity_feeds/{_form.html.erb → _form.erb} +1 -1
- data/app/views/oai_endpoints/_form.html.erb +2 -2
- data/app/views/oai_endpoints/_oai_endpoint_row.html.erb +1 -1
- data/app/views/parts/_add_feed.html.erb +1 -1
- data/app/views/services_mailer/{notification_feed_added.text.html.erb → notification_feed_added.html.erb} +0 -0
- data/app/views/services_mailer/{notification_feed_added.text.plain.erb → notification_feed_added.text.erb} +0 -0
- data/app/views/services_mailer/{notification_oai_endpoint_added.text.html.erb → notification_oai_endpoint_added.html.erb} +0 -0
- data/app/views/services_mailer/{notification_oai_endpoint_added.text.plain.erb → notification_oai_endpoint_added.text.erb} +0 -0
- data/app/views/topics/_form.html.erb +1 -1
- data/app/views/topics/new.html.erb +1 -1
- data/app/views/visits/_toolbar.html.erb +3 -3
- data/{locales → config/locales}/ar.yml +34 -34
- data/{locales → config/locales}/bg.yml +34 -34
- data/{locales → config/locales}/ca.yml +34 -34
- data/{locales → config/locales}/cs.yml +34 -34
- data/{locales → config/locales}/da.yml +34 -34
- data/{locales → config/locales}/de.yml +34 -34
- data/{locales → config/locales}/el.yml +34 -34
- data/{locales → config/locales}/en.yml +34 -36
- data/{locales → config/locales}/es.yml +34 -34
- data/{locales → config/locales}/et.yml +34 -34
- data/{locales → config/locales}/fa.yml +34 -34
- data/{locales → config/locales}/fi.yml +34 -34
- data/{locales → config/locales}/fr.yml +34 -34
- data/{locales → config/locales}/gl.yml +34 -34
- data/{locales → config/locales}/hi.yml +34 -34
- data/{locales → config/locales}/hr.yml +34 -34
- data/{locales → config/locales}/hu.yml +34 -34
- data/{locales → config/locales}/id.yml +34 -34
- data/{locales → config/locales}/it.yml +34 -34
- data/{locales → config/locales}/iw.yml +34 -34
- data/{locales → config/locales}/ja.yml +34 -34
- data/{locales → config/locales}/ko.yml +34 -34
- data/{locales → config/locales}/lt.yml +34 -34
- data/{locales → config/locales}/lv.yml +34 -34
- data/{locales → config/locales}/mt.yml +34 -34
- data/{locales → config/locales}/nl.yml +34 -34
- data/{locales → config/locales}/no.yml +34 -34
- data/{locales → config/locales}/pl.yml +34 -34
- data/{locales → config/locales}/pt-PT.yml +34 -34
- data/{locales → config/locales}/ro.yml +34 -34
- data/{locales → config/locales}/ru.yml +34 -34
- data/{locales → config/locales}/sk.yml +34 -34
- data/{locales → config/locales}/sl.yml +34 -34
- data/{locales → config/locales}/sq.yml +34 -34
- data/{locales → config/locales}/sr.yml +34 -34
- data/{locales → config/locales}/sv.yml +34 -34
- data/{locales → config/locales}/th.yml +34 -34
- data/{locales → config/locales}/tl.yml +34 -34
- data/{locales → config/locales}/tr.yml +34 -34
- data/{locales → config/locales}/uk.yml +34 -34
- data/{locales → config/locales}/vi.yml +34 -34
- data/{locales → config/locales}/zh-CN.yml +34 -34
- data/{locales → config/locales}/zh-TW.yml +34 -34
- data/{locales → config/locales}/zh.yml +34 -34
- data/config/routes.rb +73 -0
- data/lib/muck-services.rb +24 -0
- data/lib/muck-services/config.rb +36 -0
- data/lib/muck-services/engine.rb +32 -0
- data/lib/{muck_services → muck-services}/exceptions.rb +0 -0
- data/lib/{muck_services → muck-services}/languages.rb +0 -0
- data/lib/muck-services/models/aggregation_owner.rb +17 -0
- data/lib/muck-services/models/feed_owner.rb +24 -0
- data/lib/muck-services/models/feed_parent.rb +18 -0
- data/lib/muck-services/models/recommendation.rb +14 -0
- data/lib/muck-services/models/recommendation_owner.rb +15 -0
- data/lib/muck-services/models/services_comment.rb +24 -0
- data/lib/muck-services/models/services_share.rb +18 -0
- data/lib/{muck_services → muck-services}/muck_custom_form_builder.rb +1 -3
- data/lib/{muck_services → muck-services}/services.rb +0 -0
- data/lib/tasks/muck_services.rake +101 -0
- data/muck-services.gemspec +364 -520
- data/test/{rails_root → rails_test}/app/controllers/application_controller.rb +1 -9
- data/test/{rails_root → rails_test}/app/controllers/default_controller.rb +0 -0
- data/test/{rails_root → rails_test}/app/helpers/application_helper.rb +0 -0
- data/test/{rails_root → rails_test}/app/models/activity.rb +1 -1
- data/test/{rails_root → rails_test}/app/models/comment.rb +3 -3
- data/test/rails_test/app/models/country.rb +13 -0
- data/test/rails_test/app/models/language.rb +15 -0
- data/test/{rails_root → rails_test}/app/models/share.rb +3 -3
- data/test/rails_test/app/models/state.rb +13 -0
- data/test/{rails_root → rails_test}/app/models/user.rb +8 -8
- data/test/{rails_root → rails_test}/app/models/user_session.rb +0 -0
- data/test/rails_test/config/application.rb +42 -0
- data/test/rails_test/config/boot.rb +13 -0
- data/test/rails_test/config/environment.rb +5 -0
- data/test/rails_test/config/environments/development.rb +26 -0
- data/test/rails_test/config/environments/production.rb +49 -0
- data/test/rails_test/config/environments/test.rb +35 -0
- data/test/rails_test/config/initializers/backtrace_silencers.rb +7 -0
- data/test/{rails_root → rails_test}/config/initializers/inflections.rb +2 -2
- data/test/rails_test/config/initializers/mce_options.rb +83 -0
- data/test/{rails_root → rails_test}/config/initializers/mime_types.rb +0 -0
- data/test/rails_test/config/initializers/muck.rb +66 -0
- data/test/rails_test/config/initializers/secret_token.rb +7 -0
- data/test/rails_test/config/initializers/session_store.rb +8 -0
- data/test/rails_test/config/routes.rb +12 -0
- data/test/{rails_root → rails_test}/db/migrate/20090320174818_create_muck_permissions_and_roles.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090327231918_create_users.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090402033319_add_muck_activities.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090402234137_create_languages.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090426041056_create_countries.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090426041103_create_states.rb +0 -0
- data/test/rails_test/db/migrate/20090512013727_create_profiles.rb +21 -0
- data/test/rails_test/db/migrate/20090517040220_create_uploads.rb +38 -0
- data/test/{rails_root → rails_test}/db/migrate/20090602191243_create_muck_raker.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090613173314_create_comments.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090619211125_create_tag_clouds.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090623181458_add_grain_size_to_entries.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb +0 -0
- data/test/rails_test/db/migrate/20090703055724_add_contents.rb +49 -0
- data/test/{rails_root → rails_test}/db/migrate/20090703175825_denormalize_entries_subjects.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090704220055_create_slugs.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090717173900_add_contributor_to_feeds.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090717175825_normalize_entries_subjects.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090721043213_change_services_title_to_name.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090721054927_remove_services_not_null_from_feeds.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090723050510_create_feed_parents.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090728165716_add_etag_to_feeds.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090730044139_add_comment_cache.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090730045848_add_comment_cache_to_entries.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090730154102_allow_null_user.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090803185323_create_shares.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090804184247_add_comment_count_to_shares.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090804211240_add_entry_id_to_shares.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090804231857_add_shares_uri_index.rb +0 -0
- data/test/rails_test/db/migrate/20090806230610_add_layout_to_contents.rb +9 -0
- data/test/rails_test/db/migrate/20090808175401_add_contents_comment_counter_cache.rb +9 -0
- data/test/{rails_root → rails_test}/db/migrate/20090818204527_add_activity_indexes.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090819030523_add_attachable_to_activities.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090826220530_change_services_sequence_to_sort.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090826225652_create_identity_feeds.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090827005105_add_identity_fields_to_services.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090827015308_create_service_categories.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090827221502_add_prompt_and_template_to_services.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090915041650_aggregations_to_polymorphic.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090922174200_update_oai_endpoints.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090922231552_add_dates_to_oai_endpoints.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090923150807_rename_name_in_aggregation.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090924200750_add_uri_data_template_to_services.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20091006183742_add_feed_count_to_aggregation.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20091022150615_add_uri_key_to_services.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20091115011828_add_aggregations_for_personal_recs.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20091116094447_rename_action_table.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb +0 -0
- data/test/rails_test/db/migrate/20091124203137_add_location_to_profiles.rb +15 -0
- data/test/rails_test/db/migrate/20091124205819_add_fields_to_profiles.rb +21 -0
- data/test/{rails_root → rails_test}/db/migrate/20100123035450_create_access_codes.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20100123233654_create_access_code_requests.rb +0 -0
- data/test/rails_test/db/migrate/20100206000906_remove_name_fields.rb +15 -0
- data/test/rails_test/db/migrate/20100903205928_add_dead_entry_fields.rb +13 -0
- data/test/{rails_root → rails_test}/features/step_definitions/common_steps.rb +0 -0
- data/test/{rails_root → rails_test}/features/step_definitions/visit_steps.rb +0 -0
- data/test/rails_test/features/step_definitions/web_steps.rb +219 -0
- data/test/{rails_root → rails_test}/features/step_definitions/webrat_steps.rb +0 -0
- data/test/rails_test/features/support/custom_env.rb +19 -0
- data/test/rails_test/features/support/env.rb +58 -0
- data/test/rails_test/features/support/paths.rb +33 -0
- data/test/rails_test/lib/daemons/amazonaws.rb +36 -0
- data/test/{rails_root → rails_test}/public/dispatch.rb +0 -0
- data/test/rails_test/spec/controllers/admin/feeds_controller_spec.rb +38 -0
- data/test/rails_test/spec/controllers/admin/oai_endpoints_controller_spec.rb +30 -0
- data/test/{rails_root/test/functional/aggregation_feeds_controller_test.rb → rails_test/spec/controllers/aggregation_feeds_controller_spec.rb} +24 -24
- data/test/rails_test/spec/controllers/aggregations_controller_spec.rb +89 -0
- data/test/rails_test/spec/controllers/feed_previews_controller_spec.rb +32 -0
- data/test/rails_test/spec/controllers/feeds_controller_spec.rb +78 -0
- data/test/{rails_root/test/functional/identity_feeds_controller_test.rb → rails_test/spec/controllers/identity_feeds_controller_spec.rb} +44 -44
- data/test/rails_test/spec/controllers/oai_endpoints_controller_spec.rb +42 -0
- data/test/rails_test/spec/controllers/topics_controller_spec.rb +50 -0
- data/test/rails_test/spec/controllers/visits_controller_spec.rb +21 -0
- data/test/{rails_root/test → rails_test/spec}/factories.rb +6 -1
- data/test/rails_test/spec/mailers/services_mailer_spec.rb +31 -0
- data/test/{rails_root/test/unit/aggregation_feed_test.rb → rails_test/spec/models/aggregation_feed_spec.rb} +6 -9
- data/test/{rails_root/test/unit/aggregation_test.rb → rails_test/spec/models/aggregation_spec.rb} +23 -23
- data/test/{rails_root/test/unit/entry_test.rb → rails_test/spec/models/entry_spec.rb} +70 -74
- data/test/{rails_root/test/unit/feed_parent_test.rb → rails_test/spec/models/feed_parent_spec.rb} +5 -5
- data/test/{rails_root/test/unit/feed_test.rb → rails_test/spec/models/feed_spec.rb} +77 -81
- data/test/{rails_root/test/unit/identity_feed_test.rb → rails_test/spec/models/identity_feed_spec.rb} +5 -5
- data/test/rails_test/spec/models/oai_endpoint_spec.rb +78 -0
- data/test/rails_test/spec/models/personal_recommendation_spec.rb +60 -0
- data/test/{rails_root/test/unit/recommendation_test.rb → rails_test/spec/models/recommendation_spec.rb} +6 -8
- data/test/rails_test/spec/models/service_category_spec.rb +19 -0
- data/test/rails_test/spec/models/service_spec.rb +383 -0
- data/test/{rails_root/test/unit/share_test.rb → rails_test/spec/models/share_spec.rb} +8 -11
- data/test/{rails_root/test/unit/tag_cloud_test.rb → rails_test/spec/models/tag_cloud_spec.rb} +4 -4
- data/test/{rails_root/test/unit/user_test.rb → rails_test/spec/models/user_spec.rb} +9 -11
- data/test/{rails_root/test/test_helper.rb → rails_test/spec/spec_helper.rb} +8 -19
- metadata +345 -470
- data/app/views/services_mailer/notification_feed_added.text.ar.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ar.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.bg.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.bg.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.ca.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ca.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.cs.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.cs.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.da.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.da.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.de.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.de.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.el.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.el.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.es.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.es.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.et.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.et.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.fa.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.fa.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.fi.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.fi.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.fr.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.fr.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.gl.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.gl.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.hi.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.hi.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.hr.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.hr.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.hu.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.hu.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.id.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.id.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.it.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.it.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.iw.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.iw.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.ja.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ja.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.ko.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ko.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.lt.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.lt.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.lv.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.lv.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.mt.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.mt.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.nl.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.nl.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.no.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.no.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.pl.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.pl.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.pt-PT.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.pt-PT.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.ro.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ro.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.ru.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ru.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.sk.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.sk.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.sl.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.sl.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.sq.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.sq.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.sr.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.sr.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.sv.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.sv.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.th.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.th.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.tl.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.tl.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.tr.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.tr.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.uk.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.uk.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.vi.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.vi.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.zh-CN.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.zh-CN.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.zh-TW.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.zh-TW.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.zh.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.zh.plain.erb +0 -7
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ar.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ar.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.bg.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.bg.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ca.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ca.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.cs.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.cs.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.da.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.da.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.de.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.de.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.el.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.el.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.es.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.es.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.et.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.et.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fa.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fa.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fi.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fi.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fr.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fr.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.gl.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.gl.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hi.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hi.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hr.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hr.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hu.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hu.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.id.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.id.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.it.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.it.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.iw.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.iw.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ja.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ja.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ko.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ko.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.lt.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.lt.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.lv.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.lv.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.mt.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.mt.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.nl.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.nl.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.no.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.no.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.pl.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.pl.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.pt-PT.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.pt-PT.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ro.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ro.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ru.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ru.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sk.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sk.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sl.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sl.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sq.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sq.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sr.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sr.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sv.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sv.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.th.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.th.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.tl.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.tl.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.tr.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.tr.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.uk.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.uk.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.vi.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.vi.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh-CN.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh-CN.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh-TW.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh-TW.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh.plain.erb +0 -4
- data/config/muck_services_routes.rb +0 -43
- data/lib/active_record/acts/muck_aggregation_owner.rb +0 -30
- data/lib/active_record/acts/muck_feed_owner.rb +0 -36
- data/lib/active_record/acts/muck_feed_parent.rb +0 -23
- data/lib/active_record/acts/muck_recommendations.rb +0 -24
- data/lib/active_record/acts/muck_services_comment.rb +0 -40
- data/lib/active_record/acts/muck_services_share.rb +0 -32
- data/lib/muck_services.rb +0 -23
- data/lib/muck_services/initialize_routes.rb +0 -8
- data/lib/muck_services/tasks.rb +0 -117
- data/rails/init.rb +0 -18
- data/test/rails_root/config/boot.rb +0 -109
- data/test/rails_root/config/environment.rb +0 -41
- data/test/rails_root/config/environments/cucumber.rb +0 -21
- data/test/rails_root/config/environments/development.rb +0 -37
- data/test/rails_root/config/environments/production.rb +0 -1
- data/test/rails_root/config/environments/test.rb +0 -24
- data/test/rails_root/config/initializers/requires.rb +0 -13
- data/test/rails_root/config/initializers/session_store.rb +0 -8
- data/test/rails_root/config/routes.rb +0 -11
- data/test/rails_root/db/schema.rb +0 -504
- data/test/rails_root/features/support/env.rb +0 -14
- data/test/rails_root/features/support/paths.rb +0 -36
- data/test/rails_root/script/create_project.rb +0 -52
- data/test/rails_root/test/functional/admin/feeds_controller_test.rb +0 -37
- data/test/rails_root/test/functional/admin/oai_endpoints_controller_test.rb +0 -30
- data/test/rails_root/test/functional/aggregations_controller_test.rb +0 -89
- data/test/rails_root/test/functional/feed_previews_controller_test.rb +0 -32
- data/test/rails_root/test/functional/feeds_controller_test.rb +0 -78
- data/test/rails_root/test/functional/oai_endpoints_controller_test.rb +0 -42
- data/test/rails_root/test/functional/topics_controller_test.rb +0 -50
- data/test/rails_root/test/functional/visits_controller_test.rb +0 -21
- data/test/rails_root/test/unit/comment_test.rb +0 -38
- data/test/rails_root/test/unit/oai_endpoint_test.rb +0 -84
- data/test/rails_root/test/unit/personal_recommendation_test.rb +0 -78
- data/test/rails_root/test/unit/service_category_test.rb +0 -19
- data/test/rails_root/test/unit/service_test.rb +0 -386
- data/test/rails_root/test/unit/services_mailer_test.rb +0 -35
- data/test/rails_root/vendor/plugins/jrails/init.rb +0 -1
- data/test/rails_root/vendor/plugins/jrails/install.rb +0 -9
- data/test/rails_root/vendor/plugins/jrails/lib/jrails.rb +0 -421
- data/test/rails_root/vendor/plugins/jrails/rails/init.rb +0 -15
- data/test/rails_root/vendor/plugins/ssl_requirement/lib/ssl_requirement.rb +0 -62
- data/test/rails_root/vendor/plugins/ssl_requirement/test/ssl_requirement_test.rb +0 -132
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# include MuckServices::Models::MuckServicesShare
|
|
2
|
+
module MuckServices
|
|
3
|
+
module Models
|
|
4
|
+
module MuckServicesShare
|
|
5
|
+
|
|
6
|
+
extend ActiveSupport::Concern
|
|
7
|
+
|
|
8
|
+
included do
|
|
9
|
+
belongs_to :entry
|
|
10
|
+
end
|
|
11
|
+
|
|
12
|
+
def discover_attach_to
|
|
13
|
+
self.entry
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
end
|
|
@@ -17,6 +17,4 @@ module MuckServicesCustomFormBuilder
|
|
|
17
17
|
self.menu_select(method, I18n.t('muck.engine.choose_language'), @languages, options.merge(:prompt => I18n.t('muck.engine.select_language_prompt'), :wrapper_id => 'muck_services_languages-container'), html_options.merge(:id => 'muck_services_languages'))
|
|
18
18
|
end
|
|
19
19
|
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
MuckCustomFormBuilder.send :include, MuckServicesCustomFormBuilder
|
|
20
|
+
end
|
|
File without changes
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
require 'fileutils'
|
|
2
|
+
|
|
3
|
+
namespace :muck do
|
|
4
|
+
|
|
5
|
+
desc "Sync files from muck services."
|
|
6
|
+
namespace :sync do
|
|
7
|
+
task :services do
|
|
8
|
+
path = File.join(File.dirname(__FILE__), *%w[.. ..])
|
|
9
|
+
system "rsync -ruv #{path}/db ."
|
|
10
|
+
system "rsync -ruv #{path}/public ."
|
|
11
|
+
puts "Copied migrations and public files from muck-services"
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
namespace :services do
|
|
16
|
+
|
|
17
|
+
namespace :db do
|
|
18
|
+
|
|
19
|
+
desc "Flags the languages that the muck raker supports"
|
|
20
|
+
task :populate => :environment do
|
|
21
|
+
require 'active_record/fixtures'
|
|
22
|
+
['en', 'es', 'zh-CN', 'fr', 'ja', 'de', 'ru', 'nl'].each{|l|
|
|
23
|
+
r = Language.first(:one, :conditions => "locale = '#{l}'")
|
|
24
|
+
if r
|
|
25
|
+
r.update_attribute(:muck_raker_supported, true)
|
|
26
|
+
else
|
|
27
|
+
puts "Unable to find languages to flag. You probably need to run rake muck:db:populate"
|
|
28
|
+
break
|
|
29
|
+
end
|
|
30
|
+
}
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
desc "Loads some feeds and oai endpoints to get things started (this should be run before muck:services:db:create_global_aggregation_feeds)"
|
|
34
|
+
task :bootstrap => :environment do
|
|
35
|
+
require 'active_record/fixtures'
|
|
36
|
+
ActiveRecord::Base.establish_connection(::Rails.env)
|
|
37
|
+
|
|
38
|
+
# import the bootstrap db entries
|
|
39
|
+
OaiEndpoint.delete_all
|
|
40
|
+
yml = File.join(File.dirname(__FILE__), '..', '..', 'db', 'bootstrap',"oai_endpoints")
|
|
41
|
+
Fixtures.new(OaiEndpoint.connection,"oai_endpoints",OaiEndpoint,yml).insert_fixtures
|
|
42
|
+
|
|
43
|
+
Feed.delete_all
|
|
44
|
+
yml = File.join(File.dirname(__FILE__), '..', '..', 'db', 'bootstrap',"feeds")
|
|
45
|
+
Fixtures.new(Feed.connection,"feeds",Feed,yml).insert_fixtures
|
|
46
|
+
|
|
47
|
+
puts "Added some feeds and oai endpoints to the database"
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
desc "Deletes and reloads all services and service categories"
|
|
51
|
+
task :bootstrap_services => :environment do
|
|
52
|
+
require 'active_record/fixtures'
|
|
53
|
+
ActiveRecord::Base.establish_connection(::Rails.env)
|
|
54
|
+
|
|
55
|
+
ServiceCategory.delete_all
|
|
56
|
+
yml = File.join(File.dirname(__FILE__), '..', '..', 'db', 'bootstrap',"service_categories")
|
|
57
|
+
Fixtures.new(Service.connection,"service_categories",ServiceCategory,yml).insert_fixtures
|
|
58
|
+
|
|
59
|
+
Service.delete_all
|
|
60
|
+
yml = File.join(File.dirname(__FILE__), '..', '..', 'db', 'bootstrap',"services")
|
|
61
|
+
Fixtures.new(Service.connection,"services",Service,yml).insert_fixtures
|
|
62
|
+
puts "Added services and service categories"
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
desc "Creates a global feeds aggregation and adds all existing feeds to it"
|
|
66
|
+
task :create_global_feeds_aggregation => :environment do
|
|
67
|
+
if Aggregation.find_by_title('global_feeds') == nil
|
|
68
|
+
global_feeds_id = Aggregation.create(:title => 'global_feeds', :terms => 'global_feeds',
|
|
69
|
+
:description => 'Feeds included in the site indexes.').id
|
|
70
|
+
Feed.find(:all).each { |feed| AggregationFeed.create(:feed_id => feed.id, :aggregation_id => global_feeds_id) }
|
|
71
|
+
puts "Added a global feed aggregation and added all existing feeds to it"
|
|
72
|
+
else
|
|
73
|
+
puts "The global_feeds aggregation already exists. Delete the global aggregation and try again."
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
desc "Add attention types"
|
|
80
|
+
task :add_attention_types => :environment do
|
|
81
|
+
AttentionType.create(:id => AttentionType::WRITE, :name => 'write', :default_weight => 10)
|
|
82
|
+
AttentionType.create(:id => AttentionType::BOOKMARK, :name => 'bookmark', :default_weight => 5)
|
|
83
|
+
AttentionType.create(:id => AttentionType::SEARCH, :name => 'search', :default_weight => 3)
|
|
84
|
+
AttentionType.create(:id => AttentionType::CLICK, :name => 'click', :default_weight => 4)
|
|
85
|
+
AttentionType.create(:id => AttentionType::SHARE, :name => 'share', :default_weight => 6)
|
|
86
|
+
AttentionType.create(:id => AttentionType::DISCUSS, :name => 'discuss', :default_weight => 7)
|
|
87
|
+
puts "Added attention types"
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
desc "Imports attention data for use in testing"
|
|
91
|
+
task :import_attention => :environment do
|
|
92
|
+
require 'active_record/fixtures'
|
|
93
|
+
ActiveRecord::Base.establish_connection(::Rails.env)
|
|
94
|
+
yml = File.join(RAILS_ROOT, 'db', 'bootstrap', 'attention')
|
|
95
|
+
Fixtures.new(Attention.connection,"attention",Attention,yml).insert_fixtures
|
|
96
|
+
puts "Added attention data"
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
end
|
data/muck-services.gemspec
CHANGED
|
@@ -5,543 +5,381 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-services}
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "3.0.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Joel Duffin", "Justin Ball"]
|
|
12
|
-
s.date = %q{2010-10-
|
|
12
|
+
s.date = %q{2010-10-18}
|
|
13
13
|
s.description = %q{This gem contains the rails specific code for dealing with feeds, aggregations and recommendations. It is meant to work with the muck-raker gem.}
|
|
14
14
|
s.email = %q{justin@tatemae.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
17
|
-
|
|
17
|
+
"README.rdoc"
|
|
18
18
|
]
|
|
19
19
|
s.files = [
|
|
20
20
|
".document",
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.hu.plain.erb",
|
|
260
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.id.html.erb",
|
|
261
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.id.plain.erb",
|
|
262
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.it.html.erb",
|
|
263
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.it.plain.erb",
|
|
264
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.iw.html.erb",
|
|
265
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.iw.plain.erb",
|
|
266
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.ja.html.erb",
|
|
267
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.ja.plain.erb",
|
|
268
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.ko.html.erb",
|
|
269
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.ko.plain.erb",
|
|
270
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.lt.html.erb",
|
|
271
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.lt.plain.erb",
|
|
272
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.lv.html.erb",
|
|
273
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.lv.plain.erb",
|
|
274
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.mt.html.erb",
|
|
275
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.mt.plain.erb",
|
|
276
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.nl.html.erb",
|
|
277
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.nl.plain.erb",
|
|
278
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.no.html.erb",
|
|
279
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.no.plain.erb",
|
|
280
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.pl.html.erb",
|
|
281
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.pl.plain.erb",
|
|
282
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.plain.erb",
|
|
283
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.pt-PT.html.erb",
|
|
284
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.pt-PT.plain.erb",
|
|
285
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.ro.html.erb",
|
|
286
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.ro.plain.erb",
|
|
287
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.ru.html.erb",
|
|
288
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.ru.plain.erb",
|
|
289
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.sk.html.erb",
|
|
290
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.sk.plain.erb",
|
|
291
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.sl.html.erb",
|
|
292
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.sl.plain.erb",
|
|
293
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.sq.html.erb",
|
|
294
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.sq.plain.erb",
|
|
295
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.sr.html.erb",
|
|
296
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.sr.plain.erb",
|
|
297
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.sv.html.erb",
|
|
298
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.sv.plain.erb",
|
|
299
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.th.html.erb",
|
|
300
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.th.plain.erb",
|
|
301
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.tl.html.erb",
|
|
302
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.tl.plain.erb",
|
|
303
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.tr.html.erb",
|
|
304
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.tr.plain.erb",
|
|
305
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.uk.html.erb",
|
|
306
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.uk.plain.erb",
|
|
307
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.vi.html.erb",
|
|
308
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.vi.plain.erb",
|
|
309
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.zh-CN.html.erb",
|
|
310
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.zh-CN.plain.erb",
|
|
311
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.zh-TW.html.erb",
|
|
312
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.zh-TW.plain.erb",
|
|
313
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.zh.html.erb",
|
|
314
|
-
"app/views/services_mailer/notification_oai_endpoint_added.text.zh.plain.erb",
|
|
315
|
-
"app/views/topics/_entry.html.erb",
|
|
316
|
-
"app/views/topics/_feed.html.erb",
|
|
317
|
-
"app/views/topics/_feed_preview.html.erb",
|
|
318
|
-
"app/views/topics/_form.html.erb",
|
|
319
|
-
"app/views/topics/_rss_discover.html.erb",
|
|
320
|
-
"app/views/topics/_simple_entry.html.erb",
|
|
321
|
-
"app/views/topics/new.html.erb",
|
|
322
|
-
"app/views/topics/photos.html.erb",
|
|
323
|
-
"app/views/topics/show.html.erb",
|
|
324
|
-
"app/views/topics/show.opml.builder",
|
|
325
|
-
"app/views/topics/videos.html.erb",
|
|
326
|
-
"app/views/visits/_comments_tool.html.erb",
|
|
327
|
-
"app/views/visits/_frame_scripts.html.erb",
|
|
328
|
-
"app/views/visits/_recommendations.html.erb",
|
|
329
|
-
"app/views/visits/_share_tool.html.erb",
|
|
330
|
-
"app/views/visits/_toolbar.html.erb",
|
|
331
|
-
"app/views/visits/show.html.erb",
|
|
332
|
-
"config/muck_services_routes.rb",
|
|
333
|
-
"db/bootstrap/attention.yml",
|
|
334
|
-
"db/bootstrap/feeds.yml",
|
|
335
|
-
"db/bootstrap/oai_endpoints.yml",
|
|
336
|
-
"db/bootstrap/service_categories.yml",
|
|
337
|
-
"db/bootstrap/services.yml",
|
|
338
|
-
"db/migrate/20090602191243_create_muck_raker.rb",
|
|
339
|
-
"db/migrate/20090619211125_create_tag_clouds.rb",
|
|
340
|
-
"db/migrate/20090623181458_add_grain_size_to_entries.rb",
|
|
341
|
-
"db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb",
|
|
342
|
-
"db/migrate/20090703175825_denormalize_entries_subjects.rb",
|
|
343
|
-
"db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb",
|
|
344
|
-
"db/migrate/20090717173900_add_contributor_to_feeds.rb",
|
|
345
|
-
"db/migrate/20090717175825_normalize_entries_subjects.rb",
|
|
346
|
-
"db/migrate/20090721043213_change_services_title_to_name.rb",
|
|
347
|
-
"db/migrate/20090721054927_remove_services_not_null_from_feeds.rb",
|
|
348
|
-
"db/migrate/20090723050510_create_feed_parents.rb",
|
|
349
|
-
"db/migrate/20090728165716_add_etag_to_feeds.rb",
|
|
350
|
-
"db/migrate/20090730045848_add_comment_cache_to_entries.rb",
|
|
351
|
-
"db/migrate/20090804211240_add_entry_id_to_shares.rb",
|
|
352
|
-
"db/migrate/20090826220530_change_services_sequence_to_sort.rb",
|
|
353
|
-
"db/migrate/20090826225652_create_identity_feeds.rb",
|
|
354
|
-
"db/migrate/20090827005105_add_identity_fields_to_services.rb",
|
|
355
|
-
"db/migrate/20090827015308_create_service_categories.rb",
|
|
356
|
-
"db/migrate/20090827221502_add_prompt_and_template_to_services.rb",
|
|
357
|
-
"db/migrate/20090915041650_aggregations_to_polymorphic.rb",
|
|
358
|
-
"db/migrate/20090922174200_update_oai_endpoints.rb",
|
|
359
|
-
"db/migrate/20090922231552_add_dates_to_oai_endpoints.rb",
|
|
360
|
-
"db/migrate/20090923150807_rename_name_in_aggregation.rb",
|
|
361
|
-
"db/migrate/20090924200750_add_uri_data_template_to_services.rb",
|
|
362
|
-
"db/migrate/20091006183742_add_feed_count_to_aggregation.rb",
|
|
363
|
-
"db/migrate/20091022150615_add_uri_key_to_services.rb",
|
|
364
|
-
"db/migrate/20091115011828_add_aggregations_for_personal_recs.rb",
|
|
365
|
-
"db/migrate/20091116094447_rename_action_table.rb",
|
|
366
|
-
"db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb",
|
|
367
|
-
"db/migrate/20100903205928_add_dead_entry_fields.rb",
|
|
368
|
-
"lib/active_record/acts/muck_aggregation_owner.rb",
|
|
369
|
-
"lib/active_record/acts/muck_feed_owner.rb",
|
|
370
|
-
"lib/active_record/acts/muck_feed_parent.rb",
|
|
371
|
-
"lib/active_record/acts/muck_recommendations.rb",
|
|
372
|
-
"lib/active_record/acts/muck_services_comment.rb",
|
|
373
|
-
"lib/active_record/acts/muck_services_share.rb",
|
|
374
|
-
"lib/muck_services.rb",
|
|
375
|
-
"lib/muck_services/exceptions.rb",
|
|
376
|
-
"lib/muck_services/initialize_routes.rb",
|
|
377
|
-
"lib/muck_services/languages.rb",
|
|
378
|
-
"lib/muck_services/muck_custom_form_builder.rb",
|
|
379
|
-
"lib/muck_services/services.rb",
|
|
380
|
-
"lib/muck_services/tasks.rb",
|
|
381
|
-
"locales/ar.yml",
|
|
382
|
-
"locales/bg.yml",
|
|
383
|
-
"locales/ca.yml",
|
|
384
|
-
"locales/cs.yml",
|
|
385
|
-
"locales/da.yml",
|
|
386
|
-
"locales/de.yml",
|
|
387
|
-
"locales/el.yml",
|
|
388
|
-
"locales/en.yml",
|
|
389
|
-
"locales/es.yml",
|
|
390
|
-
"locales/et.yml",
|
|
391
|
-
"locales/fa.yml",
|
|
392
|
-
"locales/fi.yml",
|
|
393
|
-
"locales/fr.yml",
|
|
394
|
-
"locales/gl.yml",
|
|
395
|
-
"locales/hi.yml",
|
|
396
|
-
"locales/hr.yml",
|
|
397
|
-
"locales/hu.yml",
|
|
398
|
-
"locales/id.yml",
|
|
399
|
-
"locales/it.yml",
|
|
400
|
-
"locales/iw.yml",
|
|
401
|
-
"locales/ja.yml",
|
|
402
|
-
"locales/ko.yml",
|
|
403
|
-
"locales/lt.yml",
|
|
404
|
-
"locales/lv.yml",
|
|
405
|
-
"locales/mt.yml",
|
|
406
|
-
"locales/nl.yml",
|
|
407
|
-
"locales/no.yml",
|
|
408
|
-
"locales/pl.yml",
|
|
409
|
-
"locales/pt-PT.yml",
|
|
410
|
-
"locales/ro.yml",
|
|
411
|
-
"locales/ru.yml",
|
|
412
|
-
"locales/sk.yml",
|
|
413
|
-
"locales/sl.yml",
|
|
414
|
-
"locales/sq.yml",
|
|
415
|
-
"locales/sr.yml",
|
|
416
|
-
"locales/sv.yml",
|
|
417
|
-
"locales/th.yml",
|
|
418
|
-
"locales/tl.yml",
|
|
419
|
-
"locales/tr.yml",
|
|
420
|
-
"locales/uk.yml",
|
|
421
|
-
"locales/vi.yml",
|
|
422
|
-
"locales/zh-CN.yml",
|
|
423
|
-
"locales/zh-TW.yml",
|
|
424
|
-
"locales/zh.yml",
|
|
425
|
-
"muck-services.gemspec",
|
|
426
|
-
"public/javascripts/muck_services.js",
|
|
427
|
-
"public/stylesheets/frame.css",
|
|
428
|
-
"public/stylesheets/muck-services.css",
|
|
429
|
-
"rails/init.rb"
|
|
21
|
+
".gitignore",
|
|
22
|
+
"LICENSE",
|
|
23
|
+
"README.rdoc",
|
|
24
|
+
"Rakefile",
|
|
25
|
+
"VERSION",
|
|
26
|
+
"app/controllers/admin/muck/feeds_controller.rb",
|
|
27
|
+
"app/controllers/admin/muck/oai_endpoints_controller.rb",
|
|
28
|
+
"app/controllers/muck/aggregation_feeds_controller.rb",
|
|
29
|
+
"app/controllers/muck/aggregations_controller.rb",
|
|
30
|
+
"app/controllers/muck/entries_controller.rb",
|
|
31
|
+
"app/controllers/muck/feed_previews_controller.rb",
|
|
32
|
+
"app/controllers/muck/feeds_controller.rb",
|
|
33
|
+
"app/controllers/muck/identity_feeds_controller.rb",
|
|
34
|
+
"app/controllers/muck/oai_endpoints_controller.rb",
|
|
35
|
+
"app/controllers/muck/recommendations_controller.rb",
|
|
36
|
+
"app/controllers/muck/topics_controller.rb",
|
|
37
|
+
"app/controllers/muck/visits_controller.rb",
|
|
38
|
+
"app/helpers/muck_services_aggregations_helper.rb",
|
|
39
|
+
"app/helpers/muck_services_feeds_helper.rb",
|
|
40
|
+
"app/helpers/muck_services_helper.rb",
|
|
41
|
+
"app/helpers/muck_services_service_helper.rb",
|
|
42
|
+
"app/models/aggregation.rb",
|
|
43
|
+
"app/models/aggregation_feed.rb",
|
|
44
|
+
"app/models/attention.rb",
|
|
45
|
+
"app/models/attention_type.rb",
|
|
46
|
+
"app/models/click.rb",
|
|
47
|
+
"app/models/entry.rb",
|
|
48
|
+
"app/models/feed.rb",
|
|
49
|
+
"app/models/feed_parent.rb",
|
|
50
|
+
"app/models/identity_feed.rb",
|
|
51
|
+
"app/models/oai_endpoint.rb",
|
|
52
|
+
"app/models/personal_recommendation.rb",
|
|
53
|
+
"app/models/recommendation.rb",
|
|
54
|
+
"app/models/service.rb",
|
|
55
|
+
"app/models/service_category.rb",
|
|
56
|
+
"app/models/services_mailer.rb",
|
|
57
|
+
"app/models/subject.rb",
|
|
58
|
+
"app/models/tag_cloud.rb",
|
|
59
|
+
"app/views/activity_templates/_entry_comment.erb",
|
|
60
|
+
"app/views/activity_templates/_entry_share.erb",
|
|
61
|
+
"app/views/admin/feeds/index.html.erb",
|
|
62
|
+
"app/views/admin/oai_endpoints/index.html.erb",
|
|
63
|
+
"app/views/aggregations/_aggregation.html.erb",
|
|
64
|
+
"app/views/aggregations/_data_source.html.erb",
|
|
65
|
+
"app/views/aggregations/_data_sources.html.erb",
|
|
66
|
+
"app/views/aggregations/_feeds.erb",
|
|
67
|
+
"app/views/aggregations/_preview_form.html.erb",
|
|
68
|
+
"app/views/aggregations/edit.html.erb",
|
|
69
|
+
"app/views/aggregations/index.html.erb",
|
|
70
|
+
"app/views/aggregations/index.iphone.erb",
|
|
71
|
+
"app/views/aggregations/new.html.erb",
|
|
72
|
+
"app/views/aggregations/preview.html.erb",
|
|
73
|
+
"app/views/aggregations/preview.iphone.erb",
|
|
74
|
+
"app/views/aggregations/rss_discovery.html.erb",
|
|
75
|
+
"app/views/aggregations/show.html.erb",
|
|
76
|
+
"app/views/default/_language_list.html.erb",
|
|
77
|
+
"app/views/entries/_related_entry.html.erb",
|
|
78
|
+
"app/views/entries/_result.html.erb",
|
|
79
|
+
"app/views/entries/_result_status.html.erb",
|
|
80
|
+
"app/views/entries/_results.html.erb",
|
|
81
|
+
"app/views/entries/_tag_cloud.html.erb",
|
|
82
|
+
"app/views/entries/browse_by_tags.html.erb",
|
|
83
|
+
"app/views/entries/collections.html.erb",
|
|
84
|
+
"app/views/entries/details.html.erb",
|
|
85
|
+
"app/views/entries/index.html.erb",
|
|
86
|
+
"app/views/entries/search.html.erb",
|
|
87
|
+
"app/views/entries/search.pjs.erb",
|
|
88
|
+
"app/views/entries/search.rdf.builder",
|
|
89
|
+
"app/views/entries/search.rss.builder",
|
|
90
|
+
"app/views/entries/search.xml.builder",
|
|
91
|
+
"app/views/entries/show.html.erb",
|
|
92
|
+
"app/views/entries/track_clicks.html.erb",
|
|
93
|
+
"app/views/feed_previews/new.erb",
|
|
94
|
+
"app/views/feed_previews/select_feeds.erb",
|
|
95
|
+
"app/views/feeds/_entry.html.erb",
|
|
96
|
+
"app/views/feeds/_feed.html.erb",
|
|
97
|
+
"app/views/feeds/_feed_row.html.erb",
|
|
98
|
+
"app/views/feeds/_feed_selection.html.erb",
|
|
99
|
+
"app/views/feeds/_form.html.erb",
|
|
100
|
+
"app/views/feeds/edit.html.erb",
|
|
101
|
+
"app/views/feeds/harvest_now.html.erb",
|
|
102
|
+
"app/views/feeds/index.html.erb",
|
|
103
|
+
"app/views/feeds/new.html.erb",
|
|
104
|
+
"app/views/feeds/new_extended.html.erb",
|
|
105
|
+
"app/views/feeds/new_oai_rss.html.erb",
|
|
106
|
+
"app/views/feeds/show.html.erb",
|
|
107
|
+
"app/views/feeds/unban.html.erb",
|
|
108
|
+
"app/views/identity_feeds/_available_service_categories.html.erb",
|
|
109
|
+
"app/views/identity_feeds/_form.erb",
|
|
110
|
+
"app/views/identity_feeds/_services_for_user.html.erb",
|
|
111
|
+
"app/views/identity_feeds/edit.html.erb",
|
|
112
|
+
"app/views/identity_feeds/index.html.erb",
|
|
113
|
+
"app/views/identity_feeds/new.html.erb",
|
|
114
|
+
"app/views/oai_endpoints/_form.html.erb",
|
|
115
|
+
"app/views/oai_endpoints/_oai_endpoint_row.html.erb",
|
|
116
|
+
"app/views/oai_endpoints/new.html.erb",
|
|
117
|
+
"app/views/oai_endpoints/show.html.erb",
|
|
118
|
+
"app/views/parts/_add_feed.html.erb",
|
|
119
|
+
"app/views/parts/_select_feed.html.erb",
|
|
120
|
+
"app/views/recommendations/get_button.html.erb",
|
|
121
|
+
"app/views/recommendations/greasemonkey.user.js.erb",
|
|
122
|
+
"app/views/recommendations/index.js.erb",
|
|
123
|
+
"app/views/recommendations/index.pjs.erb",
|
|
124
|
+
"app/views/recommendations/index.rss.builder",
|
|
125
|
+
"app/views/recommendations/index.xml.builder",
|
|
126
|
+
"app/views/recommendations/real_time.html.erb",
|
|
127
|
+
"app/views/service_templates/_facebook.html.erb",
|
|
128
|
+
"app/views/service_templates/_friendfeed.html.erb",
|
|
129
|
+
"app/views/service_templates/_goodreads.html.erb",
|
|
130
|
+
"app/views/service_templates/_linkedin.html.erb",
|
|
131
|
+
"app/views/service_templates/_netflix.html.erb",
|
|
132
|
+
"app/views/service_templates/_polyvore.html.erb",
|
|
133
|
+
"app/views/service_templates/_zotero_group.html.erb",
|
|
134
|
+
"app/views/services/_edit_service.html.erb",
|
|
135
|
+
"app/views/services/_new_service.html.erb",
|
|
136
|
+
"app/views/services/_personal_recommendations.html.erb",
|
|
137
|
+
"app/views/services/_summary.html.erb",
|
|
138
|
+
"app/views/services/_view_service.html.erb",
|
|
139
|
+
"app/views/services_mailer/notification_feed_added.html.erb",
|
|
140
|
+
"app/views/services_mailer/notification_feed_added.text.erb",
|
|
141
|
+
"app/views/services_mailer/notification_oai_endpoint_added.html.erb",
|
|
142
|
+
"app/views/services_mailer/notification_oai_endpoint_added.text.erb",
|
|
143
|
+
"app/views/topics/_entry.html.erb",
|
|
144
|
+
"app/views/topics/_feed.html.erb",
|
|
145
|
+
"app/views/topics/_feed_preview.html.erb",
|
|
146
|
+
"app/views/topics/_form.html.erb",
|
|
147
|
+
"app/views/topics/_rss_discover.html.erb",
|
|
148
|
+
"app/views/topics/_simple_entry.html.erb",
|
|
149
|
+
"app/views/topics/new.html.erb",
|
|
150
|
+
"app/views/topics/photos.html.erb",
|
|
151
|
+
"app/views/topics/show.html.erb",
|
|
152
|
+
"app/views/topics/show.opml.builder",
|
|
153
|
+
"app/views/topics/videos.html.erb",
|
|
154
|
+
"app/views/visits/_comments_tool.html.erb",
|
|
155
|
+
"app/views/visits/_frame_scripts.html.erb",
|
|
156
|
+
"app/views/visits/_recommendations.html.erb",
|
|
157
|
+
"app/views/visits/_share_tool.html.erb",
|
|
158
|
+
"app/views/visits/_toolbar.html.erb",
|
|
159
|
+
"app/views/visits/show.html.erb",
|
|
160
|
+
"config/locales/ar.yml",
|
|
161
|
+
"config/locales/bg.yml",
|
|
162
|
+
"config/locales/ca.yml",
|
|
163
|
+
"config/locales/cs.yml",
|
|
164
|
+
"config/locales/da.yml",
|
|
165
|
+
"config/locales/de.yml",
|
|
166
|
+
"config/locales/el.yml",
|
|
167
|
+
"config/locales/en.yml",
|
|
168
|
+
"config/locales/es.yml",
|
|
169
|
+
"config/locales/et.yml",
|
|
170
|
+
"config/locales/fa.yml",
|
|
171
|
+
"config/locales/fi.yml",
|
|
172
|
+
"config/locales/fr.yml",
|
|
173
|
+
"config/locales/gl.yml",
|
|
174
|
+
"config/locales/hi.yml",
|
|
175
|
+
"config/locales/hr.yml",
|
|
176
|
+
"config/locales/hu.yml",
|
|
177
|
+
"config/locales/id.yml",
|
|
178
|
+
"config/locales/it.yml",
|
|
179
|
+
"config/locales/iw.yml",
|
|
180
|
+
"config/locales/ja.yml",
|
|
181
|
+
"config/locales/ko.yml",
|
|
182
|
+
"config/locales/lt.yml",
|
|
183
|
+
"config/locales/lv.yml",
|
|
184
|
+
"config/locales/mt.yml",
|
|
185
|
+
"config/locales/nl.yml",
|
|
186
|
+
"config/locales/no.yml",
|
|
187
|
+
"config/locales/pl.yml",
|
|
188
|
+
"config/locales/pt-PT.yml",
|
|
189
|
+
"config/locales/ro.yml",
|
|
190
|
+
"config/locales/ru.yml",
|
|
191
|
+
"config/locales/sk.yml",
|
|
192
|
+
"config/locales/sl.yml",
|
|
193
|
+
"config/locales/sq.yml",
|
|
194
|
+
"config/locales/sr.yml",
|
|
195
|
+
"config/locales/sv.yml",
|
|
196
|
+
"config/locales/th.yml",
|
|
197
|
+
"config/locales/tl.yml",
|
|
198
|
+
"config/locales/tr.yml",
|
|
199
|
+
"config/locales/uk.yml",
|
|
200
|
+
"config/locales/vi.yml",
|
|
201
|
+
"config/locales/zh-CN.yml",
|
|
202
|
+
"config/locales/zh-TW.yml",
|
|
203
|
+
"config/locales/zh.yml",
|
|
204
|
+
"config/routes.rb",
|
|
205
|
+
"db/bootstrap/attention.yml",
|
|
206
|
+
"db/bootstrap/feeds.yml",
|
|
207
|
+
"db/bootstrap/oai_endpoints.yml",
|
|
208
|
+
"db/bootstrap/service_categories.yml",
|
|
209
|
+
"db/bootstrap/services.yml",
|
|
210
|
+
"db/migrate/20090602191243_create_muck_raker.rb",
|
|
211
|
+
"db/migrate/20090619211125_create_tag_clouds.rb",
|
|
212
|
+
"db/migrate/20090623181458_add_grain_size_to_entries.rb",
|
|
213
|
+
"db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb",
|
|
214
|
+
"db/migrate/20090703175825_denormalize_entries_subjects.rb",
|
|
215
|
+
"db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb",
|
|
216
|
+
"db/migrate/20090717173900_add_contributor_to_feeds.rb",
|
|
217
|
+
"db/migrate/20090717175825_normalize_entries_subjects.rb",
|
|
218
|
+
"db/migrate/20090721043213_change_services_title_to_name.rb",
|
|
219
|
+
"db/migrate/20090721054927_remove_services_not_null_from_feeds.rb",
|
|
220
|
+
"db/migrate/20090723050510_create_feed_parents.rb",
|
|
221
|
+
"db/migrate/20090728165716_add_etag_to_feeds.rb",
|
|
222
|
+
"db/migrate/20090730045848_add_comment_cache_to_entries.rb",
|
|
223
|
+
"db/migrate/20090804211240_add_entry_id_to_shares.rb",
|
|
224
|
+
"db/migrate/20090826220530_change_services_sequence_to_sort.rb",
|
|
225
|
+
"db/migrate/20090826225652_create_identity_feeds.rb",
|
|
226
|
+
"db/migrate/20090827005105_add_identity_fields_to_services.rb",
|
|
227
|
+
"db/migrate/20090827015308_create_service_categories.rb",
|
|
228
|
+
"db/migrate/20090827221502_add_prompt_and_template_to_services.rb",
|
|
229
|
+
"db/migrate/20090915041650_aggregations_to_polymorphic.rb",
|
|
230
|
+
"db/migrate/20090922174200_update_oai_endpoints.rb",
|
|
231
|
+
"db/migrate/20090922231552_add_dates_to_oai_endpoints.rb",
|
|
232
|
+
"db/migrate/20090923150807_rename_name_in_aggregation.rb",
|
|
233
|
+
"db/migrate/20090924200750_add_uri_data_template_to_services.rb",
|
|
234
|
+
"db/migrate/20091006183742_add_feed_count_to_aggregation.rb",
|
|
235
|
+
"db/migrate/20091022150615_add_uri_key_to_services.rb",
|
|
236
|
+
"db/migrate/20091115011828_add_aggregations_for_personal_recs.rb",
|
|
237
|
+
"db/migrate/20091116094447_rename_action_table.rb",
|
|
238
|
+
"db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb",
|
|
239
|
+
"db/migrate/20100903205928_add_dead_entry_fields.rb",
|
|
240
|
+
"lib/muck-services.rb",
|
|
241
|
+
"lib/muck-services/config.rb",
|
|
242
|
+
"lib/muck-services/engine.rb",
|
|
243
|
+
"lib/muck-services/exceptions.rb",
|
|
244
|
+
"lib/muck-services/languages.rb",
|
|
245
|
+
"lib/muck-services/models/aggregation_owner.rb",
|
|
246
|
+
"lib/muck-services/models/feed_owner.rb",
|
|
247
|
+
"lib/muck-services/models/feed_parent.rb",
|
|
248
|
+
"lib/muck-services/models/recommendation.rb",
|
|
249
|
+
"lib/muck-services/models/recommendation_owner.rb",
|
|
250
|
+
"lib/muck-services/models/services_comment.rb",
|
|
251
|
+
"lib/muck-services/models/services_share.rb",
|
|
252
|
+
"lib/muck-services/muck_custom_form_builder.rb",
|
|
253
|
+
"lib/muck-services/services.rb",
|
|
254
|
+
"lib/tasks/muck_services.rake",
|
|
255
|
+
"muck-services.gemspec",
|
|
256
|
+
"public/javascripts/muck_services.js",
|
|
257
|
+
"public/stylesheets/frame.css",
|
|
258
|
+
"public/stylesheets/muck-services.css"
|
|
430
259
|
]
|
|
431
|
-
s.homepage = %q{http://github.com/tatemae/
|
|
260
|
+
s.homepage = %q{http://github.com/tatemae/muck_services}
|
|
432
261
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
433
262
|
s.require_paths = ["lib"]
|
|
434
263
|
s.rubyforge_project = %q{muck-services}
|
|
435
264
|
s.rubygems_version = %q{1.3.7}
|
|
436
265
|
s.summary = %q{Feeds, aggregations and services for muck}
|
|
437
266
|
s.test_files = [
|
|
438
|
-
"test/
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
267
|
+
"test/rails_test/app/controllers/application_controller.rb",
|
|
268
|
+
"test/rails_test/app/controllers/default_controller.rb",
|
|
269
|
+
"test/rails_test/app/helpers/application_helper.rb",
|
|
270
|
+
"test/rails_test/app/models/activity.rb",
|
|
271
|
+
"test/rails_test/app/models/comment.rb",
|
|
272
|
+
"test/rails_test/app/models/country.rb",
|
|
273
|
+
"test/rails_test/app/models/language.rb",
|
|
274
|
+
"test/rails_test/app/models/share.rb",
|
|
275
|
+
"test/rails_test/app/models/state.rb",
|
|
276
|
+
"test/rails_test/app/models/user.rb",
|
|
277
|
+
"test/rails_test/app/models/user_session.rb",
|
|
278
|
+
"test/rails_test/config/application.rb",
|
|
279
|
+
"test/rails_test/config/boot.rb",
|
|
280
|
+
"test/rails_test/config/environment.rb",
|
|
281
|
+
"test/rails_test/config/environments/development.rb",
|
|
282
|
+
"test/rails_test/config/environments/production.rb",
|
|
283
|
+
"test/rails_test/config/environments/test.rb",
|
|
284
|
+
"test/rails_test/config/initializers/backtrace_silencers.rb",
|
|
285
|
+
"test/rails_test/config/initializers/inflections.rb",
|
|
286
|
+
"test/rails_test/config/initializers/mce_options.rb",
|
|
287
|
+
"test/rails_test/config/initializers/mime_types.rb",
|
|
288
|
+
"test/rails_test/config/initializers/muck.rb",
|
|
289
|
+
"test/rails_test/config/initializers/secret_token.rb",
|
|
290
|
+
"test/rails_test/config/initializers/session_store.rb",
|
|
291
|
+
"test/rails_test/config/routes.rb",
|
|
292
|
+
"test/rails_test/db/migrate/20090320174818_create_muck_permissions_and_roles.rb",
|
|
293
|
+
"test/rails_test/db/migrate/20090327231918_create_users.rb",
|
|
294
|
+
"test/rails_test/db/migrate/20090402033319_add_muck_activities.rb",
|
|
295
|
+
"test/rails_test/db/migrate/20090402234137_create_languages.rb",
|
|
296
|
+
"test/rails_test/db/migrate/20090426041056_create_countries.rb",
|
|
297
|
+
"test/rails_test/db/migrate/20090426041103_create_states.rb",
|
|
298
|
+
"test/rails_test/db/migrate/20090512013727_create_profiles.rb",
|
|
299
|
+
"test/rails_test/db/migrate/20090517040220_create_uploads.rb",
|
|
300
|
+
"test/rails_test/db/migrate/20090602191243_create_muck_raker.rb",
|
|
301
|
+
"test/rails_test/db/migrate/20090613173314_create_comments.rb",
|
|
302
|
+
"test/rails_test/db/migrate/20090619211125_create_tag_clouds.rb",
|
|
303
|
+
"test/rails_test/db/migrate/20090623181458_add_grain_size_to_entries.rb",
|
|
304
|
+
"test/rails_test/db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb",
|
|
305
|
+
"test/rails_test/db/migrate/20090703055724_add_contents.rb",
|
|
306
|
+
"test/rails_test/db/migrate/20090703175825_denormalize_entries_subjects.rb",
|
|
307
|
+
"test/rails_test/db/migrate/20090704220055_create_slugs.rb",
|
|
308
|
+
"test/rails_test/db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb",
|
|
309
|
+
"test/rails_test/db/migrate/20090717173900_add_contributor_to_feeds.rb",
|
|
310
|
+
"test/rails_test/db/migrate/20090717175825_normalize_entries_subjects.rb",
|
|
311
|
+
"test/rails_test/db/migrate/20090721043213_change_services_title_to_name.rb",
|
|
312
|
+
"test/rails_test/db/migrate/20090721054927_remove_services_not_null_from_feeds.rb",
|
|
313
|
+
"test/rails_test/db/migrate/20090723050510_create_feed_parents.rb",
|
|
314
|
+
"test/rails_test/db/migrate/20090728165716_add_etag_to_feeds.rb",
|
|
315
|
+
"test/rails_test/db/migrate/20090730044139_add_comment_cache.rb",
|
|
316
|
+
"test/rails_test/db/migrate/20090730045848_add_comment_cache_to_entries.rb",
|
|
317
|
+
"test/rails_test/db/migrate/20090730154102_allow_null_user.rb",
|
|
318
|
+
"test/rails_test/db/migrate/20090803185323_create_shares.rb",
|
|
319
|
+
"test/rails_test/db/migrate/20090804184247_add_comment_count_to_shares.rb",
|
|
320
|
+
"test/rails_test/db/migrate/20090804211240_add_entry_id_to_shares.rb",
|
|
321
|
+
"test/rails_test/db/migrate/20090804231857_add_shares_uri_index.rb",
|
|
322
|
+
"test/rails_test/db/migrate/20090806230610_add_layout_to_contents.rb",
|
|
323
|
+
"test/rails_test/db/migrate/20090808175401_add_contents_comment_counter_cache.rb",
|
|
324
|
+
"test/rails_test/db/migrate/20090818204527_add_activity_indexes.rb",
|
|
325
|
+
"test/rails_test/db/migrate/20090819030523_add_attachable_to_activities.rb",
|
|
326
|
+
"test/rails_test/db/migrate/20090826220530_change_services_sequence_to_sort.rb",
|
|
327
|
+
"test/rails_test/db/migrate/20090826225652_create_identity_feeds.rb",
|
|
328
|
+
"test/rails_test/db/migrate/20090827005105_add_identity_fields_to_services.rb",
|
|
329
|
+
"test/rails_test/db/migrate/20090827015308_create_service_categories.rb",
|
|
330
|
+
"test/rails_test/db/migrate/20090827221502_add_prompt_and_template_to_services.rb",
|
|
331
|
+
"test/rails_test/db/migrate/20090915041650_aggregations_to_polymorphic.rb",
|
|
332
|
+
"test/rails_test/db/migrate/20090922174200_update_oai_endpoints.rb",
|
|
333
|
+
"test/rails_test/db/migrate/20090922231552_add_dates_to_oai_endpoints.rb",
|
|
334
|
+
"test/rails_test/db/migrate/20090923150807_rename_name_in_aggregation.rb",
|
|
335
|
+
"test/rails_test/db/migrate/20090924200750_add_uri_data_template_to_services.rb",
|
|
336
|
+
"test/rails_test/db/migrate/20091006183742_add_feed_count_to_aggregation.rb",
|
|
337
|
+
"test/rails_test/db/migrate/20091022150615_add_uri_key_to_services.rb",
|
|
338
|
+
"test/rails_test/db/migrate/20091115011828_add_aggregations_for_personal_recs.rb",
|
|
339
|
+
"test/rails_test/db/migrate/20091116094447_rename_action_table.rb",
|
|
340
|
+
"test/rails_test/db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb",
|
|
341
|
+
"test/rails_test/db/migrate/20091124203137_add_location_to_profiles.rb",
|
|
342
|
+
"test/rails_test/db/migrate/20091124205819_add_fields_to_profiles.rb",
|
|
343
|
+
"test/rails_test/db/migrate/20100123035450_create_access_codes.rb",
|
|
344
|
+
"test/rails_test/db/migrate/20100123233654_create_access_code_requests.rb",
|
|
345
|
+
"test/rails_test/db/migrate/20100206000906_remove_name_fields.rb",
|
|
346
|
+
"test/rails_test/db/migrate/20100903205928_add_dead_entry_fields.rb",
|
|
347
|
+
"test/rails_test/features/step_definitions/common_steps.rb",
|
|
348
|
+
"test/rails_test/features/step_definitions/visit_steps.rb",
|
|
349
|
+
"test/rails_test/features/step_definitions/web_steps.rb",
|
|
350
|
+
"test/rails_test/features/step_definitions/webrat_steps.rb",
|
|
351
|
+
"test/rails_test/features/support/custom_env.rb",
|
|
352
|
+
"test/rails_test/features/support/env.rb",
|
|
353
|
+
"test/rails_test/features/support/paths.rb",
|
|
354
|
+
"test/rails_test/lib/daemons/amazonaws.rb",
|
|
355
|
+
"test/rails_test/public/dispatch.rb",
|
|
356
|
+
"test/rails_test/spec/controllers/admin/feeds_controller_spec.rb",
|
|
357
|
+
"test/rails_test/spec/controllers/admin/oai_endpoints_controller_spec.rb",
|
|
358
|
+
"test/rails_test/spec/controllers/aggregation_feeds_controller_spec.rb",
|
|
359
|
+
"test/rails_test/spec/controllers/aggregations_controller_spec.rb",
|
|
360
|
+
"test/rails_test/spec/controllers/feed_previews_controller_spec.rb",
|
|
361
|
+
"test/rails_test/spec/controllers/feeds_controller_spec.rb",
|
|
362
|
+
"test/rails_test/spec/controllers/identity_feeds_controller_spec.rb",
|
|
363
|
+
"test/rails_test/spec/controllers/oai_endpoints_controller_spec.rb",
|
|
364
|
+
"test/rails_test/spec/controllers/topics_controller_spec.rb",
|
|
365
|
+
"test/rails_test/spec/controllers/visits_controller_spec.rb",
|
|
366
|
+
"test/rails_test/spec/factories.rb",
|
|
367
|
+
"test/rails_test/spec/mailers/services_mailer_spec.rb",
|
|
368
|
+
"test/rails_test/spec/models/aggregation_feed_spec.rb",
|
|
369
|
+
"test/rails_test/spec/models/aggregation_spec.rb",
|
|
370
|
+
"test/rails_test/spec/models/entry_spec.rb",
|
|
371
|
+
"test/rails_test/spec/models/feed_parent_spec.rb",
|
|
372
|
+
"test/rails_test/spec/models/feed_spec.rb",
|
|
373
|
+
"test/rails_test/spec/models/identity_feed_spec.rb",
|
|
374
|
+
"test/rails_test/spec/models/oai_endpoint_spec.rb",
|
|
375
|
+
"test/rails_test/spec/models/personal_recommendation_spec.rb",
|
|
376
|
+
"test/rails_test/spec/models/recommendation_spec.rb",
|
|
377
|
+
"test/rails_test/spec/models/service_category_spec.rb",
|
|
378
|
+
"test/rails_test/spec/models/service_spec.rb",
|
|
379
|
+
"test/rails_test/spec/models/share_spec.rb",
|
|
380
|
+
"test/rails_test/spec/models/tag_cloud_spec.rb",
|
|
381
|
+
"test/rails_test/spec/models/user_spec.rb",
|
|
382
|
+
"test/rails_test/spec/spec_helper.rb"
|
|
545
383
|
]
|
|
546
384
|
|
|
547
385
|
if s.respond_to? :specification_version then
|
|
@@ -553,10 +391,12 @@ Gem::Specification.new do |s|
|
|
|
553
391
|
s.add_runtime_dependency(%q<will_paginate>, [">= 0"])
|
|
554
392
|
s.add_runtime_dependency(%q<httparty>, [">= 0"])
|
|
555
393
|
s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
|
|
394
|
+
s.add_runtime_dependency(%q<hpricot>, [">= 0"])
|
|
556
395
|
s.add_runtime_dependency(%q<muck-feedbag>, [">= 0"])
|
|
557
396
|
s.add_runtime_dependency(%q<river>, [">= 0"])
|
|
558
397
|
s.add_runtime_dependency(%q<overlord>, [">= 0"])
|
|
559
398
|
s.add_runtime_dependency(%q<feedzirra>, [">= 0"])
|
|
399
|
+
s.add_runtime_dependency(%q<muck-raker>, [">= 0"])
|
|
560
400
|
s.add_runtime_dependency(%q<muck-engine>, [">= 0"])
|
|
561
401
|
s.add_runtime_dependency(%q<muck-users>, [">= 0"])
|
|
562
402
|
s.add_runtime_dependency(%q<muck-comments>, [">= 0"])
|
|
@@ -566,10 +406,12 @@ Gem::Specification.new do |s|
|
|
|
566
406
|
s.add_dependency(%q<will_paginate>, [">= 0"])
|
|
567
407
|
s.add_dependency(%q<httparty>, [">= 0"])
|
|
568
408
|
s.add_dependency(%q<nokogiri>, [">= 0"])
|
|
409
|
+
s.add_dependency(%q<hpricot>, [">= 0"])
|
|
569
410
|
s.add_dependency(%q<muck-feedbag>, [">= 0"])
|
|
570
411
|
s.add_dependency(%q<river>, [">= 0"])
|
|
571
412
|
s.add_dependency(%q<overlord>, [">= 0"])
|
|
572
413
|
s.add_dependency(%q<feedzirra>, [">= 0"])
|
|
414
|
+
s.add_dependency(%q<muck-raker>, [">= 0"])
|
|
573
415
|
s.add_dependency(%q<muck-engine>, [">= 0"])
|
|
574
416
|
s.add_dependency(%q<muck-users>, [">= 0"])
|
|
575
417
|
s.add_dependency(%q<muck-comments>, [">= 0"])
|
|
@@ -580,10 +422,12 @@ Gem::Specification.new do |s|
|
|
|
580
422
|
s.add_dependency(%q<will_paginate>, [">= 0"])
|
|
581
423
|
s.add_dependency(%q<httparty>, [">= 0"])
|
|
582
424
|
s.add_dependency(%q<nokogiri>, [">= 0"])
|
|
425
|
+
s.add_dependency(%q<hpricot>, [">= 0"])
|
|
583
426
|
s.add_dependency(%q<muck-feedbag>, [">= 0"])
|
|
584
427
|
s.add_dependency(%q<river>, [">= 0"])
|
|
585
428
|
s.add_dependency(%q<overlord>, [">= 0"])
|
|
586
429
|
s.add_dependency(%q<feedzirra>, [">= 0"])
|
|
430
|
+
s.add_dependency(%q<muck-raker>, [">= 0"])
|
|
587
431
|
s.add_dependency(%q<muck-engine>, [">= 0"])
|
|
588
432
|
s.add_dependency(%q<muck-users>, [">= 0"])
|
|
589
433
|
s.add_dependency(%q<muck-comments>, [">= 0"])
|