logophobia-feedzirra 0.0.21 → 0.0.22

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.
@@ -28,6 +28,7 @@ module Feedzirra
28
28
  element :modified, :as => :updated
29
29
  elements :category, :as => :categories, :value => :term
30
30
  elements :link, :as => :links, :value => :href
31
+ elements :link, :as => :enclosure_links, :value => :href, :with => {:rel => "enclosure"}
31
32
 
32
33
  def url
33
34
  @url || links.first
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logophobia-feedzirra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix