feed_processor_utils 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -84,7 +84,7 @@ module FeedProcessorUtils
84
84
  end
85
85
  end
86
86
  if ["default", "lazy_images", "html_images"].include?(customized)
87
- nominated_images = if ["default", "lazy_images"].include?(customized) && item_data[:lazy_image_tags].present?
87
+ nominated_images = if (customized == "lazy_images") && item_data[:lazy_image_tags].present?
88
88
  item_data[:lazy_image_tags]
89
89
  else
90
90
  item_data[:images_in_text]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feed_processor_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-19 00:00:00.000000000 Z
12
+ date: 2014-01-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  requirements: []
93
93
  rubyforge_project:
94
- rubygems_version: 1.8.23
94
+ rubygems_version: 1.8.25
95
95
  signing_key:
96
96
  specification_version: 3
97
97
  summary: Feed Processing toolbox