muck-raker 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -154,9 +154,9 @@ class Muck::TopicsController < ApplicationController
154
154
  @number_of_images = 12
155
155
  @number_of_videos = 6
156
156
 
157
- @show_google_search = true
158
- @show_combined = true
159
- @load_feeds_on_server = true
157
+ @show_google_search = GlobalConfig.show_google_search
158
+ @show_combined = GlobalConfig.combine_feeds_on_server
159
+ @load_feeds_on_server = GlobalConfig.load_feeds_on_server
160
160
  end
161
161
 
162
162
  end
@@ -21,6 +21,7 @@ class AmazonRequest
21
21
  def get_amazon_feeds(email)
22
22
  wishlists = get_customer_wishlists(email)
23
23
  if !wishlists.blank?
24
+ wishlists = [wishlists] unless wishlists.is_a?(Array)
24
25
  wishlist_ids = wishlists.collect{|list| list['ListId']}
25
26
  generate_wishlist_rss(wishlist_ids)
26
27
  end
data/muck-raker.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-raker}
8
- s.version = "0.2.3"
8
+ s.version = "0.2.4"
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{2009-10-27}
12
+ s.date = %q{2009-10-28}
13
13
  s.description = %q{The aggregation and recommendation engine for the muck system.}
14
14
  s.email = %q{justinball@gmail.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-raker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Duffin Justin Ball
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-27 00:00:00 -06:00
12
+ date: 2009-10-28 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency