muck-raker 0.3.15 → 0.3.16

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.15
1
+ 0.3.16
data/muck-raker.gemspec CHANGED
@@ -1,15 +1,15 @@
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 the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-raker}
8
- s.version = "0.3.15"
8
+ s.version = "0.3.16"
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-04-30}
12
+ s.date = %q{2010-09-13}
13
13
  s.description = %q{The aggregation and recommendation daemons for the muck system.}
14
14
  s.email = %q{justin@tatemae.com}
15
15
  s.extra_rdoc_files = [
@@ -158,7 +158,7 @@ Gem::Specification.new do |s|
158
158
  s.rdoc_options = ["--charset=UTF-8"]
159
159
  s.require_paths = ["lib"]
160
160
  s.rubyforge_project = %q{muck-raker}
161
- s.rubygems_version = %q{1.3.5}
161
+ s.rubygems_version = %q{1.3.7}
162
162
  s.summary = %q{The aggregation and recommendation daemons for the muck system}
163
163
  s.test_files = [
164
164
  "test/rails_root/config/boot.rb",
@@ -220,7 +220,7 @@ Gem::Specification.new do |s|
220
220
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
221
221
  s.specification_version = 3
222
222
 
223
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
223
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
224
224
  else
225
225
  end
226
226
  else
Binary file
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-raker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.15
4
+ hash: 51
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 3
9
+ - 16
10
+ version: 0.3.16
5
11
  platform: ruby
6
12
  authors:
7
13
  - Joel Duffin Justin Ball
@@ -9,7 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-04-30 00:00:00 -06:00
18
+ date: 2010-09-13 00:00:00 -06:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
@@ -159,6 +165,59 @@ files:
159
165
  - raker/lib/wsdl4j-1.5.1.jar
160
166
  - tasks/muck_raker_tasks.rake
161
167
  - uninstall.rb
168
+ - test/rails_root/config/boot.rb
169
+ - test/rails_root/config/environment.rb
170
+ - test/rails_root/config/environments/development.rb
171
+ - test/rails_root/config/environments/production.rb
172
+ - test/rails_root/config/environments/test.rb
173
+ - test/rails_root/config/initializers/inflections.rb
174
+ - test/rails_root/config/initializers/mime_types.rb
175
+ - test/rails_root/config/initializers/requires.rb
176
+ - test/rails_root/config/initializers/session_store.rb
177
+ - test/rails_root/config/routes.rb
178
+ - test/rails_root/db/migrate/20090320174818_create_muck_permissions_and_roles.rb
179
+ - test/rails_root/db/migrate/20090402033319_add_muck_activities.rb
180
+ - test/rails_root/db/migrate/20090402234137_create_languages.rb
181
+ - test/rails_root/db/migrate/20090426041056_create_countries.rb
182
+ - test/rails_root/db/migrate/20090426041103_create_states.rb
183
+ - test/rails_root/db/migrate/20090602041838_create_users.rb
184
+ - test/rails_root/db/migrate/20090602191243_create_muck_raker.rb
185
+ - test/rails_root/db/migrate/20090613173314_create_comments.rb
186
+ - test/rails_root/db/migrate/20090619211125_create_tag_clouds.rb
187
+ - test/rails_root/db/migrate/20090623181458_add_grain_size_to_entries.rb
188
+ - test/rails_root/db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb
189
+ - test/rails_root/db/migrate/20090703175825_denormalize_entries_subjects.rb
190
+ - test/rails_root/db/migrate/20090704220055_create_slugs.rb
191
+ - test/rails_root/db/migrate/20090704220120_acts_as_taggable_on_migration.rb
192
+ - test/rails_root/db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb
193
+ - test/rails_root/db/migrate/20090717173900_add_contributor_to_feeds.rb
194
+ - test/rails_root/db/migrate/20090717175825_normalize_entries_subjects.rb
195
+ - test/rails_root/db/migrate/20090721043213_change_services_title_to_name.rb
196
+ - test/rails_root/db/migrate/20090721054927_remove_services_not_null_from_feeds.rb
197
+ - test/rails_root/db/migrate/20090723050510_create_feed_parents.rb
198
+ - test/rails_root/db/migrate/20090728165716_add_etag_to_feeds.rb
199
+ - test/rails_root/db/migrate/20090730044139_add_comment_cache.rb
200
+ - test/rails_root/db/migrate/20090730045848_add_comment_cache_to_entries.rb
201
+ - test/rails_root/db/migrate/20090730154102_allow_null_user.rb
202
+ - test/rails_root/db/migrate/20090803185323_create_shares.rb
203
+ - test/rails_root/db/migrate/20090804184247_add_comment_count_to_shares.rb
204
+ - test/rails_root/db/migrate/20090804211240_add_entry_id_to_shares.rb
205
+ - test/rails_root/db/migrate/20090804231857_add_shares_uri_index.rb
206
+ - test/rails_root/db/migrate/20090818204527_add_activity_indexes.rb
207
+ - test/rails_root/db/migrate/20090819030523_add_attachable_to_activities.rb
208
+ - test/rails_root/db/migrate/20090826220530_change_services_sequence_to_sort.rb
209
+ - test/rails_root/db/migrate/20090826225652_create_identity_feeds.rb
210
+ - test/rails_root/db/migrate/20090827005105_add_identity_fields_to_services.rb
211
+ - test/rails_root/db/migrate/20090827015308_create_service_categories.rb
212
+ - test/rails_root/db/migrate/20090827221502_add_prompt_and_template_to_services.rb
213
+ - test/rails_root/db/migrate/20090915041650_aggregations_to_polymorphic.rb
214
+ - test/rails_root/db/migrate/20090922174200_update_oai_endpoints.rb
215
+ - test/rails_root/db/migrate/20090922231552_add_dates_to_oai_endpoints.rb
216
+ - test/rails_root/db/migrate/20090923150807_rename_name_in_aggregation.rb
217
+ - test/rails_root/db/migrate/20090924200750_add_uri_data_template_to_services.rb
218
+ - test/rails_root/db/migrate/20091006183742_add_feed_count_to_aggregation.rb
219
+ - test/rails_root/db/migrate/20091022150615_add_uri_key_to_services.rb
220
+ - test/rails_root/script/create_project.rb
162
221
  has_rdoc: true
163
222
  homepage: http://github.com/tatemae/muck-raker
164
223
  licenses: []
@@ -169,21 +228,27 @@ rdoc_options:
169
228
  require_paths:
170
229
  - lib
171
230
  required_ruby_version: !ruby/object:Gem::Requirement
231
+ none: false
172
232
  requirements:
173
233
  - - ">="
174
234
  - !ruby/object:Gem::Version
235
+ hash: 3
236
+ segments:
237
+ - 0
175
238
  version: "0"
176
- version:
177
239
  required_rubygems_version: !ruby/object:Gem::Requirement
240
+ none: false
178
241
  requirements:
179
242
  - - ">="
180
243
  - !ruby/object:Gem::Version
244
+ hash: 3
245
+ segments:
246
+ - 0
181
247
  version: "0"
182
- version:
183
248
  requirements: []
184
249
 
185
250
  rubyforge_project: muck-raker
186
- rubygems_version: 1.3.5
251
+ rubygems_version: 1.3.7
187
252
  signing_key:
188
253
  specification_version: 3
189
254
  summary: The aggregation and recommendation daemons for the muck system