muck-services 3.0.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. data/Rakefile +6 -9
  2. data/VERSION +1 -1
  3. data/muck-services.gemspec +241 -362
  4. metadata +9 -241
  5. data/.gitignore +0 -30
  6. data/test/rails_test/app/controllers/application_controller.rb +0 -24
  7. data/test/rails_test/app/controllers/default_controller.rb +0 -7
  8. data/test/rails_test/app/helpers/application_helper.rb +0 -3
  9. data/test/rails_test/app/models/activity.rb +0 -24
  10. data/test/rails_test/app/models/comment.rb +0 -23
  11. data/test/rails_test/app/models/country.rb +0 -13
  12. data/test/rails_test/app/models/language.rb +0 -15
  13. data/test/rails_test/app/models/share.rb +0 -20
  14. data/test/rails_test/app/models/state.rb +0 -13
  15. data/test/rails_test/app/models/user.rb +0 -45
  16. data/test/rails_test/app/models/user_session.rb +0 -2
  17. data/test/rails_test/config/application.rb +0 -42
  18. data/test/rails_test/config/boot.rb +0 -13
  19. data/test/rails_test/config/environment.rb +0 -5
  20. data/test/rails_test/config/environments/development.rb +0 -26
  21. data/test/rails_test/config/environments/production.rb +0 -49
  22. data/test/rails_test/config/environments/test.rb +0 -35
  23. data/test/rails_test/config/initializers/backtrace_silencers.rb +0 -7
  24. data/test/rails_test/config/initializers/inflections.rb +0 -10
  25. data/test/rails_test/config/initializers/mce_options.rb +0 -83
  26. data/test/rails_test/config/initializers/mime_types.rb +0 -5
  27. data/test/rails_test/config/initializers/muck.rb +0 -66
  28. data/test/rails_test/config/initializers/secret_token.rb +0 -7
  29. data/test/rails_test/config/initializers/session_store.rb +0 -8
  30. data/test/rails_test/config/routes.rb +0 -12
  31. data/test/rails_test/db/migrate/20090320174818_create_muck_permissions_and_roles.rb +0 -16
  32. data/test/rails_test/db/migrate/20090327231918_create_users.rb +0 -40
  33. data/test/rails_test/db/migrate/20090402033319_add_muck_activities.rb +0 -36
  34. data/test/rails_test/db/migrate/20090402234137_create_languages.rb +0 -18
  35. data/test/rails_test/db/migrate/20090426041056_create_countries.rb +0 -15
  36. data/test/rails_test/db/migrate/20090426041103_create_states.rb +0 -18
  37. data/test/rails_test/db/migrate/20090512013727_create_profiles.rb +0 -21
  38. data/test/rails_test/db/migrate/20090517040220_create_uploads.rb +0 -38
  39. data/test/rails_test/db/migrate/20090602191243_create_muck_raker.rb +0 -322
  40. data/test/rails_test/db/migrate/20090613173314_create_comments.rb +0 -24
  41. data/test/rails_test/db/migrate/20090619211125_create_tag_clouds.rb +0 -19
  42. data/test/rails_test/db/migrate/20090623181458_add_grain_size_to_entries.rb +0 -16
  43. data/test/rails_test/db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb +0 -12
  44. data/test/rails_test/db/migrate/20090703055724_add_contents.rb +0 -49
  45. data/test/rails_test/db/migrate/20090703175825_denormalize_entries_subjects.rb +0 -42
  46. data/test/rails_test/db/migrate/20090704220055_create_slugs.rb +0 -18
  47. data/test/rails_test/db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb +0 -9
  48. data/test/rails_test/db/migrate/20090717173900_add_contributor_to_feeds.rb +0 -9
  49. data/test/rails_test/db/migrate/20090717175825_normalize_entries_subjects.rb +0 -47
  50. data/test/rails_test/db/migrate/20090721043213_change_services_title_to_name.rb +0 -9
  51. data/test/rails_test/db/migrate/20090721054927_remove_services_not_null_from_feeds.rb +0 -9
  52. data/test/rails_test/db/migrate/20090723050510_create_feed_parents.rb +0 -17
  53. data/test/rails_test/db/migrate/20090728165716_add_etag_to_feeds.rb +0 -9
  54. data/test/rails_test/db/migrate/20090730044139_add_comment_cache.rb +0 -9
  55. data/test/rails_test/db/migrate/20090730045848_add_comment_cache_to_entries.rb +0 -9
  56. data/test/rails_test/db/migrate/20090730154102_allow_null_user.rb +0 -9
  57. data/test/rails_test/db/migrate/20090803185323_create_shares.rb +0 -16
  58. data/test/rails_test/db/migrate/20090804184247_add_comment_count_to_shares.rb +0 -9
  59. data/test/rails_test/db/migrate/20090804211240_add_entry_id_to_shares.rb +0 -9
  60. data/test/rails_test/db/migrate/20090804231857_add_shares_uri_index.rb +0 -9
  61. data/test/rails_test/db/migrate/20090806230610_add_layout_to_contents.rb +0 -9
  62. data/test/rails_test/db/migrate/20090808175401_add_contents_comment_counter_cache.rb +0 -9
  63. data/test/rails_test/db/migrate/20090818204527_add_activity_indexes.rb +0 -9
  64. data/test/rails_test/db/migrate/20090819030523_add_attachable_to_activities.rb +0 -13
  65. data/test/rails_test/db/migrate/20090826220530_change_services_sequence_to_sort.rb +0 -9
  66. data/test/rails_test/db/migrate/20090826225652_create_identity_feeds.rb +0 -14
  67. data/test/rails_test/db/migrate/20090827005105_add_identity_fields_to_services.rb +0 -13
  68. data/test/rails_test/db/migrate/20090827015308_create_service_categories.rb +0 -12
  69. data/test/rails_test/db/migrate/20090827221502_add_prompt_and_template_to_services.rb +0 -11
  70. data/test/rails_test/db/migrate/20090915041650_aggregations_to_polymorphic.rb +0 -15
  71. data/test/rails_test/db/migrate/20090922174200_update_oai_endpoints.rb +0 -13
  72. data/test/rails_test/db/migrate/20090922231552_add_dates_to_oai_endpoints.rb +0 -11
  73. data/test/rails_test/db/migrate/20090923150807_rename_name_in_aggregation.rb +0 -9
  74. data/test/rails_test/db/migrate/20090924200750_add_uri_data_template_to_services.rb +0 -9
  75. data/test/rails_test/db/migrate/20091006183742_add_feed_count_to_aggregation.rb +0 -9
  76. data/test/rails_test/db/migrate/20091022150615_add_uri_key_to_services.rb +0 -9
  77. data/test/rails_test/db/migrate/20091115011828_add_aggregations_for_personal_recs.rb +0 -9
  78. data/test/rails_test/db/migrate/20091116094447_rename_action_table.rb +0 -38
  79. data/test/rails_test/db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb +0 -10
  80. data/test/rails_test/db/migrate/20091124203137_add_location_to_profiles.rb +0 -15
  81. data/test/rails_test/db/migrate/20091124205819_add_fields_to_profiles.rb +0 -21
  82. data/test/rails_test/db/migrate/20100123035450_create_access_codes.rb +0 -19
  83. data/test/rails_test/db/migrate/20100123233654_create_access_code_requests.rb +0 -14
  84. data/test/rails_test/db/migrate/20100206000906_remove_name_fields.rb +0 -15
  85. data/test/rails_test/db/migrate/20100903205928_add_dead_entry_fields.rb +0 -13
  86. data/test/rails_test/features/step_definitions/common_steps.rb +0 -93
  87. data/test/rails_test/features/step_definitions/visit_steps.rb +0 -6
  88. data/test/rails_test/features/step_definitions/web_steps.rb +0 -219
  89. data/test/rails_test/features/step_definitions/webrat_steps.rb +0 -128
  90. data/test/rails_test/features/support/custom_env.rb +0 -19
  91. data/test/rails_test/features/support/env.rb +0 -58
  92. data/test/rails_test/features/support/paths.rb +0 -33
  93. data/test/rails_test/lib/daemons/amazonaws.rb +0 -36
  94. data/test/rails_test/public/dispatch.rb +0 -10
  95. data/test/rails_test/spec/controllers/admin/feeds_controller_spec.rb +0 -38
  96. data/test/rails_test/spec/controllers/admin/oai_endpoints_controller_spec.rb +0 -30
  97. data/test/rails_test/spec/controllers/aggregation_feeds_controller_spec.rb +0 -67
  98. data/test/rails_test/spec/controllers/aggregations_controller_spec.rb +0 -89
  99. data/test/rails_test/spec/controllers/feed_previews_controller_spec.rb +0 -32
  100. data/test/rails_test/spec/controllers/feeds_controller_spec.rb +0 -78
  101. data/test/rails_test/spec/controllers/identity_feeds_controller_spec.rb +0 -110
  102. data/test/rails_test/spec/controllers/oai_endpoints_controller_spec.rb +0 -42
  103. data/test/rails_test/spec/controllers/topics_controller_spec.rb +0 -50
  104. data/test/rails_test/spec/controllers/visits_controller_spec.rb +0 -21
  105. data/test/rails_test/spec/factories.rb +0 -16
  106. data/test/rails_test/spec/mailers/services_mailer_spec.rb +0 -31
  107. data/test/rails_test/spec/models/aggregation_feed_spec.rb +0 -23
  108. data/test/rails_test/spec/models/aggregation_spec.rb +0 -87
  109. data/test/rails_test/spec/models/entry_spec.rb +0 -195
  110. data/test/rails_test/spec/models/feed_parent_spec.rb +0 -22
  111. data/test/rails_test/spec/models/feed_spec.rb +0 -204
  112. data/test/rails_test/spec/models/identity_feed_spec.rb +0 -18
  113. data/test/rails_test/spec/models/oai_endpoint_spec.rb +0 -78
  114. data/test/rails_test/spec/models/personal_recommendation_spec.rb +0 -60
  115. data/test/rails_test/spec/models/recommendation_spec.rb +0 -27
  116. data/test/rails_test/spec/models/service_category_spec.rb +0 -19
  117. data/test/rails_test/spec/models/service_spec.rb +0 -383
  118. data/test/rails_test/spec/models/share_spec.rb +0 -30
  119. data/test/rails_test/spec/models/tag_cloud_spec.rb +0 -23
  120. data/test/rails_test/spec/models/user_spec.rb +0 -45
  121. data/test/rails_test/spec/spec_helper.rb +0 -36
data/Rakefile CHANGED
@@ -6,8 +6,8 @@ require 'rspec/core/rake_task'
6
6
  desc 'Default: run specs.'
7
7
  task :default => :spec
8
8
  RSpec::Core::RakeTask.new(:spec) do |t|
9
- t.rspec_opts = ["--color", "-c", "-f progress", "-r test/rails_test/spec/spec_helper.rb"]
10
- t.pattern = 'test/rails_test/spec/**/*_spec.rb'
9
+ t.rspec_opts = ["--color", "-c", "-f progress", "-r test/spec/spec_helper.rb"]
10
+ t.pattern = 'test/spec/**/*_spec.rb'
11
11
  end
12
12
 
13
13
  desc 'Translate this gem'
@@ -22,8 +22,8 @@ begin
22
22
  require 'rcov/rcovtask'
23
23
  Rcov::RcovTask.new do |t|
24
24
  #t.libs << 'lib'
25
- t.libs << 'test/rails_test/lib'
26
- t.pattern = 'test/rails_test/test/**/*_test.rb'
25
+ t.libs << 'test/lib'
26
+ t.pattern = 'test/test/**/*_spec.rb'
27
27
  t.verbose = true
28
28
  t.output_dir = 'coverage'
29
29
  t.rcov_opts << '--exclude "gems/*"'
@@ -57,11 +57,8 @@ begin
57
57
  gem.add_dependency "muck-users"
58
58
  gem.add_dependency "muck-comments"
59
59
  gem.add_development_dependency "shoulda"
60
- gem.rubyforge_project = 'muck-services'
61
- gem.files.exclude "public/images/service_icons/source/*"
62
- gem.files.exclude "test/*"
63
- gem.test_files.exclude 'test/feed_archive/**'
64
- gem.test_files.exclude 'test/rails_test/public/images/*'
60
+ gem.files.exclude 'test/**'
61
+ gem.test_files.exclude 'test/**'
65
62
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
66
63
  end
67
64
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.1.0
@@ -1,386 +1,265 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-services}
8
- s.version = "3.0.0"
8
+ s.version = "3.1.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-18}
12
+ s.date = %q{2010-11-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
- "README.rdoc"
17
+ "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
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"
21
+ "LICENSE",
22
+ "README.rdoc",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "app/controllers/admin/muck/feeds_controller.rb",
26
+ "app/controllers/admin/muck/oai_endpoints_controller.rb",
27
+ "app/controllers/muck/aggregation_feeds_controller.rb",
28
+ "app/controllers/muck/aggregations_controller.rb",
29
+ "app/controllers/muck/entries_controller.rb",
30
+ "app/controllers/muck/feed_previews_controller.rb",
31
+ "app/controllers/muck/feeds_controller.rb",
32
+ "app/controllers/muck/identity_feeds_controller.rb",
33
+ "app/controllers/muck/oai_endpoints_controller.rb",
34
+ "app/controllers/muck/recommendations_controller.rb",
35
+ "app/controllers/muck/topics_controller.rb",
36
+ "app/controllers/muck/visits_controller.rb",
37
+ "app/helpers/muck_services_aggregations_helper.rb",
38
+ "app/helpers/muck_services_feeds_helper.rb",
39
+ "app/helpers/muck_services_helper.rb",
40
+ "app/helpers/muck_services_service_helper.rb",
41
+ "app/models/aggregation.rb",
42
+ "app/models/aggregation_feed.rb",
43
+ "app/models/attention.rb",
44
+ "app/models/attention_type.rb",
45
+ "app/models/click.rb",
46
+ "app/models/entry.rb",
47
+ "app/models/feed.rb",
48
+ "app/models/feed_parent.rb",
49
+ "app/models/identity_feed.rb",
50
+ "app/models/oai_endpoint.rb",
51
+ "app/models/personal_recommendation.rb",
52
+ "app/models/recommendation.rb",
53
+ "app/models/service.rb",
54
+ "app/models/service_category.rb",
55
+ "app/models/services_mailer.rb",
56
+ "app/models/subject.rb",
57
+ "app/models/tag_cloud.rb",
58
+ "app/views/activity_templates/_entry_comment.erb",
59
+ "app/views/activity_templates/_entry_share.erb",
60
+ "app/views/admin/feeds/index.html.erb",
61
+ "app/views/admin/oai_endpoints/index.html.erb",
62
+ "app/views/aggregations/_aggregation.html.erb",
63
+ "app/views/aggregations/_data_source.html.erb",
64
+ "app/views/aggregations/_data_sources.html.erb",
65
+ "app/views/aggregations/_feeds.erb",
66
+ "app/views/aggregations/_preview_form.html.erb",
67
+ "app/views/aggregations/edit.html.erb",
68
+ "app/views/aggregations/index.html.erb",
69
+ "app/views/aggregations/index.iphone.erb",
70
+ "app/views/aggregations/new.html.erb",
71
+ "app/views/aggregations/preview.html.erb",
72
+ "app/views/aggregations/preview.iphone.erb",
73
+ "app/views/aggregations/rss_discovery.html.erb",
74
+ "app/views/aggregations/show.html.erb",
75
+ "app/views/default/_language_list.html.erb",
76
+ "app/views/entries/_related_entry.html.erb",
77
+ "app/views/entries/_result.html.erb",
78
+ "app/views/entries/_result_status.html.erb",
79
+ "app/views/entries/_results.html.erb",
80
+ "app/views/entries/_tag_cloud.html.erb",
81
+ "app/views/entries/browse_by_tags.html.erb",
82
+ "app/views/entries/collections.html.erb",
83
+ "app/views/entries/details.html.erb",
84
+ "app/views/entries/index.html.erb",
85
+ "app/views/entries/search.html.erb",
86
+ "app/views/entries/search.pjs.erb",
87
+ "app/views/entries/search.rdf.builder",
88
+ "app/views/entries/search.rss.builder",
89
+ "app/views/entries/search.xml.builder",
90
+ "app/views/entries/show.html.erb",
91
+ "app/views/entries/track_clicks.html.erb",
92
+ "app/views/feed_previews/new.erb",
93
+ "app/views/feed_previews/select_feeds.erb",
94
+ "app/views/feeds/_entry.html.erb",
95
+ "app/views/feeds/_feed.html.erb",
96
+ "app/views/feeds/_feed_row.html.erb",
97
+ "app/views/feeds/_feed_selection.html.erb",
98
+ "app/views/feeds/_form.html.erb",
99
+ "app/views/feeds/edit.html.erb",
100
+ "app/views/feeds/harvest_now.html.erb",
101
+ "app/views/feeds/index.html.erb",
102
+ "app/views/feeds/new.html.erb",
103
+ "app/views/feeds/new_extended.html.erb",
104
+ "app/views/feeds/new_oai_rss.html.erb",
105
+ "app/views/feeds/show.html.erb",
106
+ "app/views/feeds/unban.html.erb",
107
+ "app/views/identity_feeds/_available_service_categories.html.erb",
108
+ "app/views/identity_feeds/_form.erb",
109
+ "app/views/identity_feeds/_services_for_user.html.erb",
110
+ "app/views/identity_feeds/edit.html.erb",
111
+ "app/views/identity_feeds/index.html.erb",
112
+ "app/views/identity_feeds/new.html.erb",
113
+ "app/views/oai_endpoints/_form.html.erb",
114
+ "app/views/oai_endpoints/_oai_endpoint_row.html.erb",
115
+ "app/views/oai_endpoints/new.html.erb",
116
+ "app/views/oai_endpoints/show.html.erb",
117
+ "app/views/parts/_add_feed.html.erb",
118
+ "app/views/parts/_select_feed.html.erb",
119
+ "app/views/recommendations/get_button.html.erb",
120
+ "app/views/recommendations/greasemonkey.user.js.erb",
121
+ "app/views/recommendations/index.js.erb",
122
+ "app/views/recommendations/index.pjs.erb",
123
+ "app/views/recommendations/index.rss.builder",
124
+ "app/views/recommendations/index.xml.builder",
125
+ "app/views/recommendations/real_time.html.erb",
126
+ "app/views/service_templates/_facebook.html.erb",
127
+ "app/views/service_templates/_friendfeed.html.erb",
128
+ "app/views/service_templates/_goodreads.html.erb",
129
+ "app/views/service_templates/_linkedin.html.erb",
130
+ "app/views/service_templates/_netflix.html.erb",
131
+ "app/views/service_templates/_polyvore.html.erb",
132
+ "app/views/service_templates/_zotero_group.html.erb",
133
+ "app/views/services/_edit_service.html.erb",
134
+ "app/views/services/_new_service.html.erb",
135
+ "app/views/services/_personal_recommendations.html.erb",
136
+ "app/views/services/_summary.html.erb",
137
+ "app/views/services/_view_service.html.erb",
138
+ "app/views/services_mailer/notification_feed_added.html.erb",
139
+ "app/views/services_mailer/notification_feed_added.text.erb",
140
+ "app/views/services_mailer/notification_oai_endpoint_added.html.erb",
141
+ "app/views/services_mailer/notification_oai_endpoint_added.text.erb",
142
+ "app/views/topics/_entry.html.erb",
143
+ "app/views/topics/_feed.html.erb",
144
+ "app/views/topics/_feed_preview.html.erb",
145
+ "app/views/topics/_form.html.erb",
146
+ "app/views/topics/_rss_discover.html.erb",
147
+ "app/views/topics/_simple_entry.html.erb",
148
+ "app/views/topics/new.html.erb",
149
+ "app/views/topics/photos.html.erb",
150
+ "app/views/topics/show.html.erb",
151
+ "app/views/topics/show.opml.builder",
152
+ "app/views/topics/videos.html.erb",
153
+ "app/views/visits/_comments_tool.html.erb",
154
+ "app/views/visits/_frame_scripts.html.erb",
155
+ "app/views/visits/_recommendations.html.erb",
156
+ "app/views/visits/_share_tool.html.erb",
157
+ "app/views/visits/_toolbar.html.erb",
158
+ "app/views/visits/show.html.erb",
159
+ "config/locales/ar.yml",
160
+ "config/locales/bg.yml",
161
+ "config/locales/ca.yml",
162
+ "config/locales/cs.yml",
163
+ "config/locales/da.yml",
164
+ "config/locales/de.yml",
165
+ "config/locales/el.yml",
166
+ "config/locales/en.yml",
167
+ "config/locales/es.yml",
168
+ "config/locales/et.yml",
169
+ "config/locales/fa.yml",
170
+ "config/locales/fi.yml",
171
+ "config/locales/fr.yml",
172
+ "config/locales/gl.yml",
173
+ "config/locales/hi.yml",
174
+ "config/locales/hr.yml",
175
+ "config/locales/hu.yml",
176
+ "config/locales/id.yml",
177
+ "config/locales/it.yml",
178
+ "config/locales/iw.yml",
179
+ "config/locales/ja.yml",
180
+ "config/locales/ko.yml",
181
+ "config/locales/lt.yml",
182
+ "config/locales/lv.yml",
183
+ "config/locales/mt.yml",
184
+ "config/locales/nl.yml",
185
+ "config/locales/no.yml",
186
+ "config/locales/pl.yml",
187
+ "config/locales/pt-PT.yml",
188
+ "config/locales/ro.yml",
189
+ "config/locales/ru.yml",
190
+ "config/locales/sk.yml",
191
+ "config/locales/sl.yml",
192
+ "config/locales/sq.yml",
193
+ "config/locales/sr.yml",
194
+ "config/locales/sv.yml",
195
+ "config/locales/th.yml",
196
+ "config/locales/tl.yml",
197
+ "config/locales/tr.yml",
198
+ "config/locales/uk.yml",
199
+ "config/locales/vi.yml",
200
+ "config/locales/zh-CN.yml",
201
+ "config/locales/zh-TW.yml",
202
+ "config/locales/zh.yml",
203
+ "config/routes.rb",
204
+ "db/bootstrap/attention.yml",
205
+ "db/bootstrap/feeds.yml",
206
+ "db/bootstrap/oai_endpoints.yml",
207
+ "db/bootstrap/service_categories.yml",
208
+ "db/bootstrap/services.yml",
209
+ "db/migrate/20090602191243_create_muck_raker.rb",
210
+ "db/migrate/20090619211125_create_tag_clouds.rb",
211
+ "db/migrate/20090623181458_add_grain_size_to_entries.rb",
212
+ "db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb",
213
+ "db/migrate/20090703175825_denormalize_entries_subjects.rb",
214
+ "db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb",
215
+ "db/migrate/20090717173900_add_contributor_to_feeds.rb",
216
+ "db/migrate/20090717175825_normalize_entries_subjects.rb",
217
+ "db/migrate/20090721043213_change_services_title_to_name.rb",
218
+ "db/migrate/20090721054927_remove_services_not_null_from_feeds.rb",
219
+ "db/migrate/20090723050510_create_feed_parents.rb",
220
+ "db/migrate/20090728165716_add_etag_to_feeds.rb",
221
+ "db/migrate/20090730045848_add_comment_cache_to_entries.rb",
222
+ "db/migrate/20090804211240_add_entry_id_to_shares.rb",
223
+ "db/migrate/20090826220530_change_services_sequence_to_sort.rb",
224
+ "db/migrate/20090826225652_create_identity_feeds.rb",
225
+ "db/migrate/20090827005105_add_identity_fields_to_services.rb",
226
+ "db/migrate/20090827015308_create_service_categories.rb",
227
+ "db/migrate/20090827221502_add_prompt_and_template_to_services.rb",
228
+ "db/migrate/20090915041650_aggregations_to_polymorphic.rb",
229
+ "db/migrate/20090922174200_update_oai_endpoints.rb",
230
+ "db/migrate/20090922231552_add_dates_to_oai_endpoints.rb",
231
+ "db/migrate/20090923150807_rename_name_in_aggregation.rb",
232
+ "db/migrate/20090924200750_add_uri_data_template_to_services.rb",
233
+ "db/migrate/20091006183742_add_feed_count_to_aggregation.rb",
234
+ "db/migrate/20091022150615_add_uri_key_to_services.rb",
235
+ "db/migrate/20091115011828_add_aggregations_for_personal_recs.rb",
236
+ "db/migrate/20091116094447_rename_action_table.rb",
237
+ "db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb",
238
+ "db/migrate/20100903205928_add_dead_entry_fields.rb",
239
+ "lib/muck-services.rb",
240
+ "lib/muck-services/config.rb",
241
+ "lib/muck-services/engine.rb",
242
+ "lib/muck-services/exceptions.rb",
243
+ "lib/muck-services/languages.rb",
244
+ "lib/muck-services/models/aggregation_owner.rb",
245
+ "lib/muck-services/models/feed_owner.rb",
246
+ "lib/muck-services/models/feed_parent.rb",
247
+ "lib/muck-services/models/recommendation.rb",
248
+ "lib/muck-services/models/recommendation_owner.rb",
249
+ "lib/muck-services/models/services_comment.rb",
250
+ "lib/muck-services/models/services_share.rb",
251
+ "lib/muck-services/muck_custom_form_builder.rb",
252
+ "lib/muck-services/services.rb",
253
+ "lib/tasks/muck_services.rake",
254
+ "muck-services.gemspec",
255
+ "public/javascripts/muck_services.js",
256
+ "public/stylesheets/frame.css",
257
+ "public/stylesheets/muck-services.css"
259
258
  ]
260
259
  s.homepage = %q{http://github.com/tatemae/muck_services}
261
- s.rdoc_options = ["--charset=UTF-8"]
262
260
  s.require_paths = ["lib"]
263
- s.rubyforge_project = %q{muck-services}
264
261
  s.rubygems_version = %q{1.3.7}
265
262
  s.summary = %q{Feeds, aggregations and services for muck}
266
- s.test_files = [
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"
383
- ]
384
263
 
385
264
  if s.respond_to? :specification_version then
386
265
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION